Searched defs:isRRect (Results 1 – 8 of 8) sorted by relevance
| /third_party/skia/include/private/ |
| D | SkPathRef.h | 158 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect() 249 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const { in isRRect() function 479 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect()
|
| /third_party/skia/experimental/graphite/src/geom/ |
| D | Shape.h | 61 bool isRRect() const { return fType == Type::kRRect; } in isRRect() function
|
| /third_party/skia/src/gpu/geometry/ |
| D | GrShape.h | 86 bool isRRect() const { return this->type() == Type::kRRect; } in isRRect() function
|
| /third_party/skia/src/core/ |
| D | SkPathRef.cpp | 85 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start()
|
| D | SkClipStack.cpp | 880 bool SkClipStack::isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const { in isRRect() function in SkClipStack
|
| D | SkPath.cpp | 462 bool SkPath::isRRect(SkRRect* rrect) const { in isRRect() function in SkPath 937 bool isRRect = hasOnlyMoveTos(); in addRRect() local
|
| /third_party/skia/src/utils/ |
| D | SkShadowUtils.cpp | 410 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr, nullptr, nullptr); } in isRRect() function in __anon63c612f60111::ShadowedPath 414 bool isRRect(SkRRect* rrect) { return false; } in isRRect() function in __anon63c612f60111::ShadowedPath
|
| /third_party/skia/src/gpu/v1/ |
| D | SurfaceDrawContext.cpp | 1144 bool isRRect = path.isRRect(&rrect) && SkRRectPriv::IsNearlySimpleCircular(rrect) && in drawFastShadow() local
|