Home
last modified time | relevance | path

Searched defs:GrShape (Results 1 – 25 of 26) sorted by relevance

12

/external/skqp/src/gpu/
DGrShape.h41 GrShape() { this->initType(Type::kEmpty); } in GrShape() function
43 explicit GrShape(const SkPath& path) : GrShape(path, GrStyle::SimpleFill()) {} in GrShape() function
45 explicit GrShape(const SkRRect& rrect) : GrShape(rrect, GrStyle::SimpleFill()) {} in GrShape() function
47 explicit GrShape(const SkRect& rect) : GrShape(rect, GrStyle::SimpleFill()) {} in GrShape() function
49 GrShape(const SkPath& path, const GrStyle& style) : fStyle(style) { in GrShape() function
54 GrShape(const SkRRect& rrect, const GrStyle& style) in GrShape() function
64 GrShape(const SkRRect& rrect, SkPath::Direction dir, unsigned start, bool inverted, in GrShape() function
84 GrShape(const SkRect& rect, const GrStyle& style) in GrShape() function
94 GrShape(const SkPath& path, const SkPaint& paint) : fStyle(paint) { in GrShape() function
99 GrShape(const SkRRect& rrect, const SkPaint& paint) in GrShape() function
[all …]
DGrSoftwarePathRenderer.h54 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
DGrSWMaskHelper.h18 class GrShape; variable
DGrPath.h17 class GrShape; variable
DGrShape.cpp352 GrShape::GrShape(const GrShape& that) : fStyle(that.fStyle) { in GrShape() function in GrShape
378 GrShape::GrShape(const GrShape& parent, GrStyle::Apply apply, SkScalar scale) { in GrShape() function in GrShape
DGrRenderTargetContext.h34 class GrShape; variable
DGrPathRenderer.h235 virtual StencilSupport onGetStencilSupport(const GrShape&) const { in onGetStencilSupport()
/external/skia/src/gpu/
DGrShape.h41 GrShape() { this->initType(Type::kEmpty); } in GrShape() function
43 explicit GrShape(const SkPath& path) : GrShape(path, GrStyle::SimpleFill()) {} in GrShape() function
45 explicit GrShape(const SkRRect& rrect) : GrShape(rrect, GrStyle::SimpleFill()) {} in GrShape() function
47 explicit GrShape(const SkRect& rect) : GrShape(rect, GrStyle::SimpleFill()) {} in GrShape() function
49 GrShape(const SkPath& path, const GrStyle& style) : fStyle(style) { in GrShape() function
54 GrShape(const SkRRect& rrect, const GrStyle& style) in GrShape() function
64 GrShape(const SkRRect& rrect, SkPath::Direction dir, unsigned start, bool inverted, in GrShape() function
84 GrShape(const SkRect& rect, const GrStyle& style) in GrShape() function
94 GrShape(const SkPath& path, const SkPaint& paint) : fStyle(paint) { in GrShape() function
99 GrShape(const SkRRect& rrect, const SkPaint& paint) in GrShape() function
[all …]
DGrSoftwarePathRenderer.h54 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
DGrSWMaskHelper.h18 class GrShape; variable
DGrPath.h17 class GrShape; variable
DGrShape.cpp397 GrShape::GrShape(const GrShape& that) : fStyle(that.fStyle) { in GrShape() function in GrShape
426 GrShape::GrShape(const GrShape& parent, GrStyle::Apply apply, SkScalar scale) { in GrShape() function in GrShape
DGrRenderTargetContext.h34 class GrShape; variable
DGrPathRenderer.h235 virtual StencilSupport onGetStencilSupport(const GrShape&) const { in onGetStencilSupport()
/external/skqp/src/gpu/ops/
DGrTessellatingPathRenderer.h24 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
DGrDashLinePathRenderer.h19 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
DGrStencilAndCoverPathRenderer.h27 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
DGrSmallPathRenderer.h47 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
/external/skia/src/gpu/ops/
DGrTessellatingPathRenderer.h24 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
DGrDashLinePathRenderer.h19 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
DGrStencilAndCoverPathRenderer.h27 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
DGrSmallPathRenderer.h51 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h116 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h116 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
/external/skqp/tests/
DGrShapeTest.cpp2086 DEF_TEST(GrShape, reporter) { in DEF_TEST() argument

12