Searched defs:GrStyledShape (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/geometry/ |
D | GrStyledShape.h | 45 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
|
D | GrStyledShape.cpp | 318 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/ |
D | GrSmallPathRenderer.h | 16 class GrStyledShape; variable 35 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | GrDashLinePathRenderer.h | 21 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | GrTriangulatingPathRenderer.h | 29 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | GrSmallPathShapeData.h | 14 class GrStyledShape; variable
|
D | GrSmallPathAtlasMgr.h | 18 class GrStyledShape; variable
|
/external/skia/src/gpu/ |
D | GrSoftwarePathRenderer.h | 65 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | GrSWMaskHelper.h | 21 class GrStyledShape; variable
|
D | GrBlurUtils.h | 18 class GrStyledShape; variable
|
D | GrPathRenderer.h | 22 class GrStyledShape; variable 187 virtual StencilSupport onGetStencilSupport(const GrStyledShape&) const { in onGetStencilSupport()
|
D | GrSurfaceDrawContext.h | 33 class GrStyledShape; variable
|
/external/skia/src/core/ |
D | SkMaskFilterBase.h | 31 class GrStyledShape; variable
|
/external/skia/tests/ |
D | GrStyledShapeTest.cpp | 2143 DEF_TEST(GrStyledShape, reporter) { in DEF_TEST() argument
|