Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp87 double moreY = morePt.fY - pt.fY; in binary_search() local
88 double moreDist = moreX * moreX + moreY * moreY; in binary_search()