Lines Matching defs:start
104 SkPathDirection* direction, unsigned* start);
223 start receives start of oval: 0 for top, 1 for right, 2 for bottom, 3 for left.
225 rect, dir, and start are unmodified if oval is not found.
231 @param start storage for start of oval; may be nullptr
234 static bool IsOval(const SkPath& path, SkRect* rect, SkPathDirection* dir, unsigned* start) {
236 bool result = path.fPathRef->isOval(rect, &isCCW, start);
250 start receives start of SkRRect: 0 for top, 1 for right, 2 for bottom, 3 for left.
252 rrect, dir, and start are unmodified if SkRRect is not found.
258 @param start storage for start of SkRRect; may be nullptr
262 unsigned* start) {
264 bool result = path.fPathRef->isRRect(rrect, &isCCW, start);