Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkPath.h1725 bool isZeroLengthSincePoint(int startPtIndex) const;
/third_party/skia/include/core/
DSkPath.h1828 bool isZeroLengthSincePoint(int startPtIndex) const;
/third_party/flutter/skia/src/core/
DSkStroke.cpp151 return fInner.isZeroLengthSincePoint(0) && in isCurrentContourEmpty()
152 fOuter.isZeroLengthSincePoint(fFirstOuterPtIndexInContour); in isCurrentContourEmpty()
DSkPath.cpp1272 bool SkPath::isZeroLengthSincePoint(int startPtIndex) const { in isZeroLengthSincePoint() function in SkPath
/third_party/skia/src/core/
DSkStroke.cpp184 return fInner.isZeroLengthSincePoint(0) && in isCurrentContourEmpty()
185 fOuter.isZeroLengthSincePoint(fFirstOuterPtIndexInContour); in isCurrentContourEmpty()
DSkPath.cpp1010 bool SkPath::isZeroLengthSincePoint(int startPtIndex) const { in isZeroLengthSincePoint() function in SkPath