Home
last modified time | relevance | path

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

/external/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()
/external/skqp/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()