Searched defs:isRRect (Results 1 – 8 of 8) sorted by relevance
| /external/skia/src/core/ |
| D | SkPathRef.cpp | 83 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start() 512 bool SkPathRef::isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const { in isRRect() function in SkPathRef
|
| D | SkClipStack.cpp | 869 bool SkClipStack::isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const { in isRRect() function in SkClipStack
|
| D | SkPath.cpp | 518 bool SkPath::isRRect(SkRRect* rrect) const { in isRRect() function in SkPath 991 bool isRRect = hasOnlyMoveTos(); in addRRect() local
|
| /external/skia/include/private/ |
| D | SkPathRef.h | 153 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect() 482 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect()
|
| /external/skia/src/gpu/graphite/geom/ |
| D | Shape.h | 62 bool isRRect() const { return fType == Type::kRRect; } in isRRect() function
|
| /external/skia/src/gpu/ganesh/geometry/ |
| D | GrShape.h | 86 bool isRRect() const { return this->type() == Type::kRRect; } in isRRect() function
|
| /external/skia/src/utils/ |
| D | SkShadowUtils.cpp | 363 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr, nullptr, nullptr); } in isRRect() function in __anon6c02a7aa0111::ShadowedPath 367 bool isRRect(SkRRect* rrect) { return false; } in isRRect() function in __anon6c02a7aa0111::ShadowedPath
|
| /external/skia/src/gpu/ganesh/ |
| D | SurfaceDrawContext.cpp | 1099 bool isRRect = path.isRRect(&rrect) && SkRRectPriv::IsNearlySimpleCircular(rrect) && in drawFastShadow() local
|