Searched refs:isZeroLengthSincePoint (Results 1 – 6 of 6) sorted by relevance
1740 bool isZeroLengthSincePoint(int startPtIndex) const;
151 return fInner.isZeroLengthSincePoint(0) && in isCurrentContourEmpty()152 fOuter.isZeroLengthSincePoint(fFirstOuterPtIndexInContour); in isCurrentContourEmpty()
1250 bool SkPath::isZeroLengthSincePoint(int startPtIndex) const { in isZeroLengthSincePoint() function in SkPath