Lines Matching refs:fDistance
186 seg->fDistance = distance; in compute_quad_segs()
214 seg->fDistance = distance; in compute_conic_segs()
239 seg->fDistance = distance; in compute_cubic_segs()
257 seg->fDistance = distance; in compute_line_seg()
379 SkASSERT(seg->fDistance > distance); in buildSegments()
390 distance = seg->fDistance; in buildSegments()
504 if (base[mid].fDistance < key) { in SkTKSearch()
511 if (base[hi].fDistance < key) { in SkTKSearch()
514 } else if (key < base[hi].fDistance) { in SkTKSearch()
537 startD = seg[-1].fDistance; in distanceToSegment()
546 SkASSERT(seg->fDistance > startD); in distanceToSegment()
548 *t = startT + (seg->getScalarT() - startT) * (distance - startD) / (seg->fDistance - startD); in distanceToSegment()