Searched refs:fDistance (Results 1 – 2 of 2) sorted by relevance
99 seg->fDistance = distance; in compute_quad_segs()123 seg->fDistance = distance; in compute_conic_segs()147 seg->fDistance = distance; in compute_cubic_segs()192 seg->fDistance = distance; in buildSegments()255 SkASSERT(seg->fDistance > distance); in buildSegments()266 distance = seg->fDistance; in buildSegments()457 if (base[mid].fDistance < key) { in SkTKSearch()464 if (base[hi].fDistance < key) { in SkTKSearch()467 } else if (key < base[hi].fDistance) { in SkTKSearch()490 startD = seg[-1].fDistance; in distanceToSegment()[all …]
91 SkScalar fDistance; // total distance up to this point member