Searched defs:GrStyledShape (Results  1 – 15 of 15) sorted by relevance
| /external/skia/src/gpu/ganesh/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/ganesh/ops/ | 
| D | SmallPathRenderer.h | 15 class GrStyledShape;  variable 26     StencilSupport onGetStencilSupport(const GrStyledShape&) const override {  in onGetStencilSupport()
  | 
| D | DashLinePathRenderer.h | 26     StencilSupport onGetStencilSupport(const GrStyledShape&) const override {  in onGetStencilSupport()
  | 
| D | TriangulatingPathRenderer.h | 33     StencilSupport onGetStencilSupport(const GrStyledShape&) const override {  in onGetStencilSupport()
  | 
| D | SoftwarePathRenderer.h | 67     StencilSupport onGetStencilSupport(const GrStyledShape&) const override {  in onGetStencilSupport()
  | 
| D | SmallPathAtlasMgr.h | 18 class GrStyledShape;  variable
  | 
| D | SmallPathShapeData.h | 16 class GrStyledShape;  variable
  | 
| D | AtlasPathRenderer.h | 56     StencilSupport onGetStencilSupport(const GrStyledShape&) const override {  in onGetStencilSupport()
  | 
| /external/skia/src/gpu/ganesh/ | 
| D | GrSWMaskHelper.h | 21 class GrStyledShape;  variable
  | 
| D | GrBlurUtils.h | 17 class GrStyledShape;  variable
  | 
| D | PathRenderer.h | 21 class GrStyledShape;  variable 185     virtual StencilSupport onGetStencilSupport(const GrStyledShape&) const {  in onGetStencilSupport()
  | 
| D | SurfaceDrawContext.h | 35 class GrStyledShape;  variable
  | 
| /external/skia/src/core/ | 
| D | SkMaskFilterBase.h | 32 class GrStyledShape;  variable
  | 
| /external/skia/tests/ | 
| D | GrStyledShapeTest.cpp | 2169 DEF_TEST(GrStyledShape, reporter) {  in DEF_TEST()  argument
  |