Home
last modified time | relevance | path

Searched refs:isZeroLengthSincePoint (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkPath.h1181 bool isZeroLengthSincePoint(int startPtIndex) const;
/external/skia/src/core/
DSkStroke.cpp145 return fInner.isZeroLengthSincePoint(0) && in isCurrentContourEmpty()
146 fOuter.isZeroLengthSincePoint(fFirstOuterPtIndexInContour); in isCurrentContourEmpty()
DSkPath.cpp1195 bool SkPath::isZeroLengthSincePoint(int startPtIndex) const { in isZeroLengthSincePoint() function in SkPath