Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment() argument
39 return fContour && fContour->getSegment(startD, stopD, dst, startWithMoveTo); in getSegment()
DSkContourMeasure.cpp599 bool startWithMoveTo) const { in getSegment()
628 if (startWithMoveTo) { in getSegment()
/external/skia/include/core/
DSkPathMeasure.h66 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);
DSkContourMeasure.h51 bool startWithMoveTo) const;
/external/skqp/include/core/
DSkPathMeasure.h71 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);
/external/skqp/src/core/
DSkPathMeasure.cpp654 bool startWithMoveTo) { in getSegment() argument
683 if (startWithMoveTo) { in getSegment()