Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathMeasure.h70 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);
/external/skia/src/core/
DSkPathMeasure.cpp637 bool startWithMoveTo) { in getSegment() argument
661 if (startWithMoveTo) { in getSegment()