HomeSort by relevance Sort by last modified time
    Searched refs:fDistance (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkPathMeasure.cpp 161 seg->fDistance = distance;
184 seg->fDistance = distance;
208 seg->fDistance = distance;
253 seg->fDistance = distance;
269 seg->fDistance = distance;
329 SkASSERT(seg->fDistance > distance);
340 distance = seg->fDistance;
538 if (base[mid].fDistance < key) {
545 if (base[hi].fDistance < key) {
548 } else if (key < base[hi].fDistance) {
    [all...]
  /external/skia/include/core/
SkPathMeasure.h 95 SkScalar fDistance; // total distance up to this point

Completed in 42 milliseconds