Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPath.h1740 bool isZeroLengthSincePoint(int startPtIndex) const;
/external/skia/include/core/
DSkPath.h1740 bool isZeroLengthSincePoint(int startPtIndex) const;
/external/skia/src/core/
DSkStroke.cpp151 return fInner.isZeroLengthSincePoint(0) && in isCurrentContourEmpty()
152 fOuter.isZeroLengthSincePoint(fFirstOuterPtIndexInContour); in isCurrentContourEmpty()
DSkPath.cpp1250 bool SkPath::isZeroLengthSincePoint(int startPtIndex) const { in isZeroLengthSincePoint() function in SkPath
/external/skqp/src/core/
DSkStroke.cpp151 return fInner.isZeroLengthSincePoint(0) && in isCurrentContourEmpty()
152 fOuter.isZeroLengthSincePoint(fFirstOuterPtIndexInContour); in isCurrentContourEmpty()
DSkPath.cpp1250 bool SkPath::isZeroLengthSincePoint(int startPtIndex) const { in isZeroLengthSincePoint() function in SkPath