Home
last modified time | relevance | path

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

/external/skia/src/gpu/geometry/
DGrStyledShape.h45 GrStyledShape() {} in GrStyledShape() function
50 : GrStyledShape(path, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape() function
53 : GrStyledShape(rrect, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape() function
56 : GrStyledShape(rect, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape() function
60 : GrStyledShape(path, GrStyle(paint), doSimplify) {} in GrStyledShape() function
64 : GrStyledShape(rrect, GrStyle(paint), doSimplify) {} in GrStyledShape() function
68 : GrStyledShape(rect, GrStyle(paint), doSimplify) {} in GrStyledShape() function
DGrStyledShape.cpp318 GrStyledShape::GrStyledShape(const GrStyledShape& that) in GrStyledShape() function in GrStyledShape
331 GrStyledShape::GrStyledShape(const GrStyledShape& parent, GrStyle::Apply apply, SkScalar scale) { in GrStyledShape() function in GrStyledShape
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.h16 class GrStyledShape; variable
35 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
DGrDashLinePathRenderer.h21 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
DGrTriangulatingPathRenderer.h29 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
DGrSmallPathShapeData.h14 class GrStyledShape; variable
DGrSmallPathAtlasMgr.h18 class GrStyledShape; variable
/external/skia/src/gpu/
DGrSoftwarePathRenderer.h65 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
DGrSWMaskHelper.h21 class GrStyledShape; variable
DGrBlurUtils.h18 class GrStyledShape; variable
DGrPathRenderer.h22 class GrStyledShape; variable
187 virtual StencilSupport onGetStencilSupport(const GrStyledShape&) const { in onGetStencilSupport()
DGrSurfaceDrawContext.h33 class GrStyledShape; variable
/external/skia/src/core/
DSkMaskFilterBase.h31 class GrStyledShape; variable
/external/skia/tests/
DGrStyledShapeTest.cpp2143 DEF_TEST(GrStyledShape, reporter) { in DEF_TEST() argument