Searched defs:GrShape (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrShape.h20 * It is possible to apply the style to the GrShape to produce a new GrShape where the geometry
35 class GrShape { class
41 GrShape() { this->initType(Type::kEmpty); } function in class:GrShape
43 explicit GrShape(const SkPath& path) : GrShape(path, GrStyle::SimpleFill()) {} function in class:GrShape
45 explicit GrShape(const SkRRect& rrect) : GrShape(rrect, GrStyle::SimpleFill()) {} function in class:GrShape
47 explicit GrShape(const SkRect& rect) : GrShape(rec function in class:GrShape
49 GrShape(const SkPath& path, const GrStyle& style) : fStyle(style) { function in class:GrShape
54 GrShape(const SkRRect& rrect, const GrStyle& style) function in class:GrShape
64 GrShape(const SkRRect& rrect, SkPath::Direction dir, unsigned start, bool inverted, function in class:GrShape
84 GrShape(const SkRect& rect, const GrStyle& style) function in class:GrShape
94 GrShape(const SkPath& path, const SkPaint& paint) : fStyle(paint) { function in class:GrShape
99 GrShape(const SkRRect& rrect, const SkPaint& paint) function in class:GrShape
109 GrShape(const SkRect& rect, const SkPaint& paint) function in class:GrShape
[all...]
H A DGrShape.cpp8 #include "GrShape.h"
10 GrShape& GrShape::operator=(const GrShape& that) {
42 static bool flip_inversion(bool originalIsInverted, GrShape::FillInversion inversion) {
44 case GrShape::FillInversion::kPreserve:
46 case GrShape::FillInversion::kFlip:
48 case GrShape::FillInversion::kForceInverted:
50 case GrShape::FillInversion::kForceNoninverted:
56 static bool is_inverted(bool originalIsInverted, GrShape
397 GrShape::GrShape(const GrShape& that) : fStyle(that.fStyle) { function in class:GrShape
426 GrShape::GrShape(const GrShape& parent, GrStyle::Apply apply, SkScalar scale) { function in class:GrShape
[all...]
/external/skqp/src/gpu/
H A DGrShape.h20 * It is possible to apply the style to the GrShape to produce a new GrShape where the geometry
35 class GrShape { class
41 GrShape() { this->initType(Type::kEmpty); } function in class:GrShape
43 explicit GrShape(const SkPath& path) : GrShape(path, GrStyle::SimpleFill()) {} function in class:GrShape
45 explicit GrShape(const SkRRect& rrect) : GrShape(rrect, GrStyle::SimpleFill()) {} function in class:GrShape
47 explicit GrShape(const SkRect& rect) : GrShape(rec function in class:GrShape
49 GrShape(const SkPath& path, const GrStyle& style) : fStyle(style) { function in class:GrShape
54 GrShape(const SkRRect& rrect, const GrStyle& style) function in class:GrShape
64 GrShape(const SkRRect& rrect, SkPath::Direction dir, unsigned start, bool inverted, function in class:GrShape
84 GrShape(const SkRect& rect, const GrStyle& style) function in class:GrShape
94 GrShape(const SkPath& path, const SkPaint& paint) : fStyle(paint) { function in class:GrShape
99 GrShape(const SkRRect& rrect, const SkPaint& paint) function in class:GrShape
109 GrShape(const SkRect& rect, const SkPaint& paint) function in class:GrShape
[all...]
H A DGrShape.cpp8 #include "GrShape.h"
10 GrShape& GrShape::operator=(const GrShape& that) {
39 static bool flip_inversion(bool originalIsInverted, GrShape::FillInversion inversion) {
41 case GrShape::FillInversion::kPreserve:
43 case GrShape::FillInversion::kFlip:
45 case GrShape::FillInversion::kForceInverted:
47 case GrShape::FillInversion::kForceNoninverted:
53 static bool is_inverted(bool originalIsInverted, GrShape
352 GrShape::GrShape(const GrShape& that) : fStyle(that.fStyle) { function in class:GrShape
378 GrShape::GrShape(const GrShape& parent, GrStyle::Apply apply, SkScalar scale) { function in class:GrShape
[all...]

Completed in 148 milliseconds