Home
last modified time | relevance | path

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

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