Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.cpp64 double sRatio = (start - overS->fT) / denom; in t_range() local
66 *coinTs = coinPtTStart->fT + (coinPtTEnd->fT - coinPtTStart->fT) * sRatio; in t_range()
DSkPathOpsDebug.cpp1173 double sRatio = (start - overS->fT) / denom; in t_range() local
1175 *coinTs = coinPtTStart->fT + (coinPtTEnd->fT - coinPtTStart->fT) * sRatio; in t_range()