Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp568 SkScalar startT = 0, startD = 0; in distanceToSegment() local
571 startD = seg[-1].fDistance; in distanceToSegment()
579 SkASSERT(distance >= startD); in distanceToSegment()
580 SkASSERT(seg->fDistance > startD); in distanceToSegment()
583 distance - startD, in distanceToSegment()
584 seg->fDistance - startD); in distanceToSegment()
640 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment() argument
646 if (startD < 0) { in getSegment()
647 startD = 0; in getSegment()
652 if (startD > stopD) { in getSegment()
[all …]
/external/skia/include/core/
DSkPathMeasure.h70 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);