Home
last modified time | relevance | path

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

/third_party/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
/third_party/skia/src/gpu/ops/
DSmallPathRenderer.h13 class GrStyledShape; variable
24 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
DDashLinePathRenderer.h26 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
DTriangulatingPathRenderer.h31 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
DSoftwarePathRenderer.h67 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
DSmallPathShapeData.h14 class GrStyledShape; variable
DSmallPathAtlasMgr.h16 class GrStyledShape; variable
DAtlasPathRenderer.h56 StencilSupport onGetStencilSupport(const GrStyledShape&) const override { in onGetStencilSupport()
/third_party/skia/src/gpu/
DGrSWMaskHelper.h21 class GrStyledShape; variable
DGrBlurUtils.h17 class GrStyledShape; variable
DGrBlurUtils.cpp596 const GrStyledShape&, in drawShapeWithMaskFilter()
607 const GrStyledShape&) { in drawShapeWithMaskFilter()
/third_party/skia/src/gpu/v1/
DPathRenderer.h21 class GrStyledShape; variable
185 virtual StencilSupport onGetStencilSupport(const GrStyledShape&) const { in onGetStencilSupport()
DSurfaceDrawContext_v1.h35 class GrStyledShape; variable
/third_party/skia/src/core/
DSkMaskFilterBase.h31 class GrStyledShape; variable
/third_party/skia/tests/
DGrStyledShapeTest.cpp2143 DEF_TEST(GrStyledShape, reporter) { in DEF_TEST() argument