Searched defs:isRRect (Results 1 – 7 of 7) sorted by relevance
87 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start()518 bool SkPathRef::isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const { in isRRect() function in SkPathRef
874 bool SkClipStack::isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const { in isRRect() function in SkClipStack
527 bool SkPath::isRRect(SkRRect* rrect) const { in isRRect() function in SkPath1008 bool isRRect = hasOnlyMoveTos(); in addRRect() local
364 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr); } in isRRect() function in __anonee488b7b0111::ShadowedPath368 bool isRRect(SkRRect* rrect) { return false; } in isRRect() function in __anonee488b7b0111::ShadowedPath
68 bool isRRect() const { return fType == Type::kRRect; } in isRRect() function
87 bool isRRect() const { return this->type() == Type::kRRect; } in isRRect() function
1150 bool isRRect = path.isRRect(&rrect) && SkRRectPriv::IsNearlySimpleCircular(rrect) && in drawFastShadow() local