Searched defs:GrStyledShape (Results 1 – 16 of 16) sorted by relevance
/third_party/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
|
/third_party/skia/src/gpu/ops/ |
D | SmallPathRenderer.h | 13 class GrStyledShape; variable 24 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | DashLinePathRenderer.h | 26 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | TriangulatingPathRenderer.h | 31 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | SoftwarePathRenderer.h | 67 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
D | SmallPathShapeData.h | 14 class GrStyledShape; variable
|
D | SmallPathAtlasMgr.h | 16 class GrStyledShape; variable
|
D | AtlasPathRenderer.h | 56 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
|
/third_party/skia/src/gpu/ |
D | GrSWMaskHelper.h | 21 class GrStyledShape; variable
|
D | GrBlurUtils.h | 17 class GrStyledShape; variable
|
D | GrBlurUtils.cpp | 596 const GrStyledShape&, in drawShapeWithMaskFilter() 607 const GrStyledShape&) { in drawShapeWithMaskFilter()
|
/third_party/skia/src/gpu/v1/ |
D | PathRenderer.h | 21 class GrStyledShape; variable 185 virtual StencilSupport onGetStencilSupport(const GrStyledShape&) const { in onGetStencilSupport()
|
D | SurfaceDrawContext_v1.h | 35 class GrStyledShape; variable
|
/third_party/skia/src/core/ |
D | SkMaskFilterBase.h | 31 class GrStyledShape; variable
|
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 2143 DEF_TEST(GrStyledShape, reporter) { in DEF_TEST() argument
|