Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp417 SkScalar startT = 0, startD = 0; in distanceToSegment() local
420 startD = seg[-1].fDistance; in distanceToSegment()
428 SkASSERT(distance >= startD); in distanceToSegment()
429 SkASSERT(seg->fDistance > startD); in distanceToSegment()
432 distance - startD, in distanceToSegment()
433 seg->fDistance - startD); in distanceToSegment()
488 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, in getSegment() argument
494 if (startD < 0) { in getSegment()
495 startD = 0; in getSegment()
500 if (startD >= stopD) { in getSegment()
[all …]
/external/skia/include/core/
DSkPathMeasure.h70 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);