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