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

  /external/skia/include/core/
SkPathMeasure.h 91 SkScalar fDistance; // total distance up to this point
  /external/skia/legacy/include/core/
SkPathMeasure.h 87 SkScalar fDistance; // total distance up to this point
  /external/skia/legacy/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...]
  /external/skia/src/core/
SkPathMeasure.cpp 103 seg->fDistance = distance;
127 seg->fDistance = distance;
172 seg->fDistance = distance;
223 SkASSERT(seg->fDistance > distance);
234 distance = seg->fDistance;
392 int index = SkTSearch<SkScalar>(&seg->fDistance, count, distance,
402 startD = seg[-1].fDistance;
411 SkASSERT(seg->fDistance > startD);
415 seg->fDistance - startD);
535 i, seg->fDistance, seg->fPtIndex, seg->getScalarT()
    [all...]

Completed in 4608 milliseconds