/external/skqp/src/gpu/ |
D | GrShape.h | 41 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 …]
|
D | GrSoftwarePathRenderer.h | 54 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrSWMaskHelper.h | 18 class GrShape; variable
|
D | GrPath.h | 17 class GrShape; variable
|
D | GrShape.cpp | 352 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
|
D | GrRenderTargetContext.h | 34 class GrShape; variable
|
D | GrPathRenderer.h | 235 virtual StencilSupport onGetStencilSupport(const GrShape&) const { in onGetStencilSupport()
|
/external/skia/src/gpu/ |
D | GrShape.h | 41 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 …]
|
D | GrSoftwarePathRenderer.h | 54 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrSWMaskHelper.h | 18 class GrShape; variable
|
D | GrPath.h | 17 class GrShape; variable
|
D | GrShape.cpp | 397 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
|
D | GrRenderTargetContext.h | 34 class GrShape; variable
|
D | GrPathRenderer.h | 235 virtual StencilSupport onGetStencilSupport(const GrShape&) const { in onGetStencilSupport()
|
/external/skqp/src/gpu/ops/ |
D | GrTessellatingPathRenderer.h | 24 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrDashLinePathRenderer.h | 19 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrStencilAndCoverPathRenderer.h | 27 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrSmallPathRenderer.h | 47 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
/external/skia/src/gpu/ops/ |
D | GrTessellatingPathRenderer.h | 24 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrDashLinePathRenderer.h | 19 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrStencilAndCoverPathRenderer.h | 27 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrSmallPathRenderer.h | 51 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.h | 116 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.h | 116 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 2086 DEF_TEST(GrShape, reporter) { in DEF_TEST() argument
|