Home | History | Annotate | Download | only in gpu

Lines Matching defs:dir

114                             SkPath::Direction dir,
122 if (dir == SkPath::kCCW_Direction) {
210 static inline bool get_direction(const SkPath& path, const SkMatrix& m, SkPath::Direction* dir) {
211 if (!path.cheapComputeDirection(dir)) {
219 *dir = SkPath::OppositeDirection(*dir);
257 SkPath::Direction dir,
261 GrPathUtils::convertCubicToQuads(pts, SK_Scalar1, true, dir, &quads);
284 SkPath::Direction dir;
286 if (!get_direction(path, m, &dir)) {
316 add_cubic_segments(pts, dir, segments, devBounds);
323 compute_vectors(segments, fanPt, dir, vCount, iCount);