Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsLine.cpp138 double realPtY = (1 - t) * top + t * bottom; in NearPointV() local
139 SkDVector distU = {xy.fX - x, xy.fY - realPtY}; in NearPointV()
/external/skia/src/pathops/
DSkPathOpsLine.cpp138 double realPtY = (1 - t) * top + t * bottom; in NearPointV() local
139 SkDVector distU = {xy.fX - x, xy.fY - realPtY}; in NearPointV()