Home
last modified time | relevance | path

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

/external/skia/src/gpu/geometry/
DGrShape.h64 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/skia/src/gpu/ops/
DGrDrawOp.h19 class GrShape; variable
60 const GrShape&, in clipToShape()
/external/skia/src/gpu/v1/
DStencilMaskHelper.h13 class GrShape; variable
/external/skia/src/gpu/
DGrSWMaskHelper.h20 class GrShape; variable