/third_party/flutter/skia/src/gpu/ |
D | GrFixedClip.cpp | 32 bool GrFixedClip::isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const { in isRRect() function in GrFixedClip
|
D | GrStencilClip.h | 39 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override { in isRRect() function
|
D | GrClip.h | 171 bool isRRect(const SkRect&, SkRRect*, GrAA*) const override { return false; } in isRRect() function
|
D | GrClipStackClip.cpp | 52 bool GrClipStackClip::isRRect(const SkRect& origRTBounds, SkRRect* rr, GrAA* aa) const { in isRRect() function in GrClipStackClip
|
D | GrRenderTargetContext.cpp | 1111 bool isRRect = path.isRRect(&rrect) && SkRRectPriv::IsSimpleCircular(rrect) && in drawFastShadow() local
|
/third_party/flutter/skia/include/private/ |
D | SkPathRef.h | 109 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect() 200 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const { in isRRect() function 523 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect()
|
/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/flutter/skia/gm/ |
D | windowrectangles.cpp | 163 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() function in skiagm::MaskOnlyClipBase
|
/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/flutter/skia/src/utils/ |
D | SkShadowUtils.cpp | 365 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr, nullptr, nullptr); } in isRRect() function in __anona83622eb0111::ShadowedPath 369 bool isRRect(SkRRect* rrect) { return false; } in isRRect() function in __anona83622eb0111::ShadowedPath
|
/third_party/skia/src/utils/ |
D | SkShadowUtils.cpp | 408 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr, nullptr, nullptr); } in isRRect() function in __anonde9315560111::ShadowedPath 412 bool isRRect(SkRRect* rrect) { return false; } in isRRect() function in __anonde9315560111::ShadowedPath
|
/third_party/flutter/skia/src/core/ |
D | SkPathRef.cpp | 119 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start()
|
D | SkClipStack.cpp | 962 bool SkClipStack::isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const { in isRRect() function in SkClipStack
|
D | SkPath.cpp | 664 bool SkPath::isRRect(SkRRect* rrect) const { in isRRect() function in SkPath 1199 bool isRRect = hasOnlyMoveTos(); in addRRect() local
|
/third_party/flutter/skia/tests/ |
D | LazyProxyTest.cpp | 184 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() function in LazyProxyTest::Clip
|
D | GrCCPRTest.cpp | 51 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() function in CCPRClip
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext.cpp | 1142 bool isRRect = path.isRRect(&rrect) && SkRRectPriv::IsNearlySimpleCircular(rrect) && in drawFastShadow() local
|