Home
last modified time | relevance | path

Searched defs:isRRect (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/include/private/
DSkPathRef.h158 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/
DShape.h61 bool isRRect() const { return fType == Type::kRRect; } in isRRect() function
/third_party/skia/src/gpu/geometry/
DGrShape.h86 bool isRRect() const { return this->type() == Type::kRRect; } in isRRect() function
/third_party/skia/src/core/
DSkPathRef.cpp85 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start()
DSkClipStack.cpp880 bool SkClipStack::isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const { in isRRect() function in SkClipStack
DSkPath.cpp462 bool SkPath::isRRect(SkRRect* rrect) const { in isRRect() function in SkPath
937 bool isRRect = hasOnlyMoveTos(); in addRRect() local
/third_party/skia/src/utils/
DSkShadowUtils.cpp410 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/
DSurfaceDrawContext.cpp1144 bool isRRect = path.isRRect(&rrect) && SkRRectPriv::IsNearlySimpleCircular(rrect) && in drawFastShadow() local