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

  /external/skia/include/core/
SkPathMeasure.h 87 SkScalar fDistance; // total distance up to this point
  /external/skia/src/core/
SkPathMeasure.cpp 114 seg->fDistance = distance;
138 seg->fDistance = distance;
174 seg->fDistance = distance;
218 SkASSERT(seg->fDistance > distance);
229 distance = seg->fDistance;
390 int index = SkTSearch<SkScalar>(&seg->fDistance, count, distance,
400 startD = seg[-1].fDistance;
409 SkASSERT(seg->fDistance > startD);
413 seg->fDistance - startD);
530 i, seg->fDistance, seg->fPtIndex, seg->getScalarT()
    [all...]

Completed in 155 milliseconds