/external/skqp/src/gpu/ |
D | GrShape.h | 42 GrShape() { this->initType(Type::kEmpty); } in GrShape() function 44 explicit GrShape(const SkPath& path) : GrShape(path, GrStyle::SimpleFill()) {} in GrShape() function 46 explicit GrShape(const SkRRect& rrect) : GrShape(rrect, GrStyle::SimpleFill()) {} in GrShape() function 48 explicit GrShape(const SkRect& rect) : GrShape(rect, GrStyle::SimpleFill()) {} in GrShape() function 50 GrShape(const SkPath& path, const GrStyle& style) : fStyle(style) { in GrShape() function 55 GrShape(const SkRRect& rrect, const GrStyle& style) : fStyle(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) : fStyle(style) { in GrShape() function 93 GrShape(const SkPath& path, const SkPaint& paint) : fStyle(paint) { in GrShape() function 98 GrShape(const SkRRect& rrect, const SkPaint& paint) : fStyle(paint) { in GrShape() function [all …]
|
D | GrSWMaskHelper.h | 19 class GrShape; variable
|
D | GrSoftwarePathRenderer.h | 63 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrPath.h | 17 class GrShape; variable
|
D | GrBlurUtils.h | 18 class GrShape; variable
|
D | GrPathRenderer.h | 22 class GrShape; variable 182 virtual StencilSupport onGetStencilSupport(const GrShape&) const { in onGetStencilSupport()
|
D | GrShape.cpp | 388 GrShape::GrShape(const GrShape& that) : fStyle(that.fStyle) { in GrShape() function in GrShape 417 GrShape::GrShape(const GrShape& parent, GrStyle::Apply apply, SkScalar scale) { in GrShape() function in GrShape
|
D | GrPathRendering_none.cpp | 60 void GrPath::ComputeKey(const GrShape&, GrUniqueKey*, bool*) {} in ComputeKey()
|
D | GrRenderTargetContext.h | 34 class GrShape; variable
|
/external/skia/src/gpu/geometry/ |
D | GrShape.h | 64 GrShape() {} in GrShape() function 65 explicit GrShape(const SkPoint& point) { this->setPoint(point); } in GrShape() function 66 explicit GrShape(const SkRect& rect) { this->setRect(rect); } in GrShape() function 67 explicit GrShape(const SkRRect& rrect) { this->setRRect(rrect); } in GrShape() function 68 explicit GrShape(const SkPath& path) { this->setPath(path); } in GrShape() function 69 explicit GrShape(const GrArc& arc) { this->setArc(arc); } in GrShape() function 70 explicit GrShape(const GrLineSegment& line){ this->setLine(line); } in GrShape() function 72 GrShape(const GrShape& shape) { *this = shape; } in GrShape() function
|
/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 | 28 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrSmallPathRenderer.h | 67 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
/external/skia/src/gpu/ |
D | GrSWMaskHelper.h | 20 class GrShape; variable
|
D | GrStencilMaskHelper.h | 16 class GrShape; variable
|
/external/skqp/src/gpu/text/ |
D | GrTextTarget.h | 17 class GrShape; variable
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.h | 88 StencilSupport onGetStencilSupport(const GrShape&) const override { in onGetStencilSupport()
|
D | GrCCPerFlushResources.h | 20 class GrShape; variable
|
D | GrCCPathCache.h | 19 class GrShape; variable
|
/external/skqp/src/core/ |
D | SkMaskFilterBase.h | 27 class GrShape; variable
|
/external/skqp/src/atlastext/ |
D | SkAtlasTextTarget.cpp | 102 const GrShape&) override { in drawShape()
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 2127 DEF_TEST(GrShape, reporter) { in DEF_TEST() argument
|