/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrStyledShape.h | 55 GrStyledShape() {} in GrStyledShape() function 60 : GrStyledShape(path, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape() function 63 : GrStyledShape(rrect, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape() function 66 : GrStyledShape(rect, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape() function 70 : GrStyledShape(path, GrStyle(paint), doSimplify) {} in GrStyledShape() function 74 : GrStyledShape(rrect, GrStyle(paint), doSimplify) {} in GrStyledShape() function 78 : GrStyledShape(rect, GrStyle(paint), doSimplify) {} in GrStyledShape() function
|
H A D | GrStyledShape.cpp | 330 GrStyledShape::GrStyledShape(const GrStyledShape& that) in GrStyledShape() function in GrStyledShape 343 GrStyledShape::GrStyledShape(const GrStyledShape& parent, GrStyle::Apply apply, SkScalar scale) { in GrStyledShape() function in GrStyledShape
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | DashLinePathRenderer.h | 13 class GrStyledShape; variable 26 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
H A D | SmallPathRenderer.h | 15 class GrStyledShape; variable 26 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
H A D | TriangulatingPathRenderer.h | 17 class GrStyledShape; variable 37 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
H A D | SoftwarePathRenderer.h | 15 class GrStyledShape; variable 75 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
H A D | AtlasPathRenderer.h | 29 class GrStyledShape; variable 71 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
H A D | TessellationPathRenderer.h | 14 class GrStyledShape; variable
|
H A D | DefaultPathRenderer.h | 15 class GrStyledShape; variable
|
H A D | SmallPathShapeData.h | 23 class GrStyledShape; variable
|
H A D | SmallPathAtlasMgr.h | 28 class GrStyledShape; variable
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | PathRenderer.h | 23 class GrStyledShape; variable 190 virtual StencilSupport onGetStencilSupport(const GrStyledShape&) const { in onGetStencilSupport()
|
H A D | GrSWMaskHelper.h | 24 class GrStyledShape; variable
|
H A D | GrBlurUtils.h | 20 class GrStyledShape; variable
|
H A D | SurfaceDrawContext.h | 53 class GrStyledShape; variable
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkMaskFilterBase.h | 32 class GrStyledShape; variable
|
/aosp_15_r20/external/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 2125 DEF_TEST(GrStyledShape, reporter) { in DEF_TEST() argument
|