Searched refs:isZeroLengthSincePoint (Results 1 – 3 of 3) sorted by relevance
1181 bool isZeroLengthSincePoint(int startPtIndex) const;
145 return fInner.isZeroLengthSincePoint(0) && in isCurrentContourEmpty()146 fOuter.isZeroLengthSincePoint(fFirstOuterPtIndexInContour); in isCurrentContourEmpty()
1195 bool SkPath::isZeroLengthSincePoint(int startPtIndex) const { in isZeroLengthSincePoint() function in SkPath