Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkPathRef.cpp87 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
H A DSkClipStack.cpp874 bool SkClipStack::isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const { in isRRect() function in SkClipStack
H A DSkPath.cpp527 bool SkPath::isRRect(SkRRect* rrect) const { in isRRect() function in SkPath
1008 bool isRRect = hasOnlyMoveTos(); in addRRect() local
/aosp_15_r20/external/skia/src/utils/
H A DSkShadowUtils.cpp364 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr); } in isRRect() function in __anonee488b7b0111::ShadowedPath
368 bool isRRect(SkRRect* rrect) { return false; } in isRRect() function in __anonee488b7b0111::ShadowedPath
/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DShape.h68 bool isRRect() const { return fType == Type::kRRect; } in isRRect() function
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrShape.h87 bool isRRect() const { return this->type() == Type::kRRect; } in isRRect() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DSurfaceDrawContext.cpp1150 bool isRRect = path.isRRect(&rrect) && SkRRectPriv::IsNearlySimpleCircular(rrect) && in drawFastShadow() local