Lines Matching defs:close
29 // For cubics, we never get close to 75 when running through dm. The limit of 24
30 // was chosen because it's close to the peak in a count of cubic recursion depths visited
129 // return false if start and end are too close to have a unique middle
174 void close(bool isLine) { this->finishContour(true, isLine); }
276 void finishContour(bool close, bool isLine);
329 void SkPathStroker::finishContour(bool close, bool currIsLine) {
333 if (close) {
337 fOuter.close();
350 fOuter.close();
361 fOuter.close();
550 Return true if the inner points is close to a line connecting the outermost points.
603 Return true if the inside point is close to a line connecting the outermost points.
983 // Return true if the point is close to the bounds of the quad. This is used as a quick reject.
1481 /* If the stroke consists of a moveTo followed by a close, treat it
1489 verbs, then followed by a close, treat is as if it were followed by a
1497 stroker.close(lastSegment == SkPath::kLine_Verb);