Searched refs:realPtY (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/pathops/ | ||
H A D | SkPathOpsLine.cpp | 138 double realPtY = (1 - t) * top + t * bottom; in NearPointV() local 139 SkDVector distU = {xy.fX - x, xy.fY - realPtY}; in NearPointV() |
Completed in 1 milliseconds