Lines Matching refs:dstPath
156 // If cull_path() returns true, dstPath is the new smaller path,
157 // otherwise dstPath may have been changed but you should ignore it.
159 const SkRect* cullRect, SkScalar intervalLength, SkPath* dstPath) {
164 dstPath->moveTo(pts[0]);
165 dstPath->lineTo(pts[1]);
179 dstPath->moveTo(pts[0]);
180 dstPath->lineTo(pts[1]);
204 if (!dstPath->getLastPt(&last) || last != pts[0]) {
205 dstPath->moveTo(pts[0]);
207 dstPath->lineTo(pts[1]);
214 return !dstPath->isEmpty();