Searched refs:fDistance (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPathMeasure.cpp99 seg->fDistance = distance;
123 seg->fDistance = distance;
147 seg->fDistance = distance;
192 seg->fDistance = distance;
255 SkASSERT(seg->fDistance > distance);
266 distance = seg->fDistance;
457 if (base[mid].fDistance < key) {
464 if (base[hi].fDistance < key) {
467 } else if (key < base[hi].fDistance) {
490 startD = seg[-1].fDistance;
[all...]
/external/skia/include/core/
H A DSkPathMeasure.h91 SkScalar fDistance; // total distance up to this point member in struct:SkPathMeasure::Segment

Completed in 43 milliseconds