Home
last modified time | relevance | path

Searched refs:sRatio (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp563 double sRatio = denom ? (t - foundStart->fT) / denom : 1; in TRange() local
564 return coinStart->fT + (coinEnd->fT - coinStart->fT) * sRatio; in TRange()