Home
last modified time | relevance | path

Searched defs:GrStyledShape (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrStyledShape.h55 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 DGrStyledShape.cpp330 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 DDashLinePathRenderer.h13 class GrStyledShape; variable
26 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
H A DSmallPathRenderer.h15 class GrStyledShape; variable
26 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
H A DTriangulatingPathRenderer.h17 class GrStyledShape; variable
37 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
H A DSoftwarePathRenderer.h15 class GrStyledShape; variable
75 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
H A DAtlasPathRenderer.h29 class GrStyledShape; variable
71 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
H A DTessellationPathRenderer.h14 class GrStyledShape; variable
H A DDefaultPathRenderer.h15 class GrStyledShape; variable
H A DSmallPathShapeData.h23 class GrStyledShape; variable
H A DSmallPathAtlasMgr.h28 class GrStyledShape; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DPathRenderer.h23 class GrStyledShape; variable
190 virtual StencilSupport onGetStencilSupport(const GrStyledShape&) const { in onGetStencilSupport()
H A DGrSWMaskHelper.h24 class GrStyledShape; variable
H A DGrBlurUtils.h20 class GrStyledShape; variable
H A DSurfaceDrawContext.h53 class GrStyledShape; variable
/aosp_15_r20/external/skia/src/core/
H A DSkMaskFilterBase.h32 class GrStyledShape; variable
/aosp_15_r20/external/skia/tests/
H A DGrStyledShapeTest.cpp2125 DEF_TEST(GrStyledShape, reporter) { in DEF_TEST() argument