Searched defs:GrStyledShape (Results 1 – 16 of 16) sorted by relevance
/external/skia/src/gpu/ganesh/geometry/ |
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
|
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
|
/external/skia/src/gpu/ganesh/ops/ |
D | DashLinePathRenderer.h | 13 class GrStyledShape; variable 26 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | SmallPathRenderer.h | 15 class GrStyledShape; variable 26 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | TriangulatingPathRenderer.h | 17 class GrStyledShape; variable 37 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | SoftwarePathRenderer.h | 15 class GrStyledShape; variable 75 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | AtlasPathRenderer.h | 29 class GrStyledShape; variable 71 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | TessellationPathRenderer.h | 14 class GrStyledShape; variable
|
D | DefaultPathRenderer.h | 15 class GrStyledShape; variable
|
D | SmallPathShapeData.h | 23 class GrStyledShape; variable
|
D | SmallPathAtlasMgr.h | 28 class GrStyledShape; variable
|
/external/skia/src/gpu/ganesh/ |
D | GrSWMaskHelper.h | 24 class GrStyledShape; variable
|
D | GrBlurUtils.h | 20 class GrStyledShape; variable
|
D | PathRenderer.h | 23 class GrStyledShape; variable 190 virtual StencilSupport onGetStencilSupport(const GrStyledShape&) const { in onGetStencilSupport()
|
D | SurfaceDrawContext.h | 53 class GrStyledShape; variable
|
/external/skia/tests/ |
D | GrStyledShapeTest.cpp | 2125 DEF_TEST(GrStyledShape, reporter) { in DEF_TEST() argument
|