Searched refs:startWithMoveTo (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 38 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()
|
D | SkContourMeasure.cpp | 599 bool startWithMoveTo) const { in getSegment() 628 if (startWithMoveTo) { in getSegment()
|
/external/skia/include/core/ |
D | SkPathMeasure.h | 66 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);
|
D | SkContourMeasure.h | 51 bool startWithMoveTo) const;
|
/external/skqp/include/core/ |
D | SkPathMeasure.h | 71 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);
|
/external/skqp/src/core/ |
D | SkPathMeasure.cpp | 654 bool startWithMoveTo) { in getSegment() argument 683 if (startWithMoveTo) { in getSegment()
|