Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp85 SkDPoint morePt = cubic.ptAtT(t + lastStep); in binary_search() local
86 double moreX = morePt.fX - pt.fX; in binary_search()
87 double moreY = morePt.fY - pt.fY; in binary_search()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp59 SkDPoint morePt = ptAtT(nextT); in binarySearch() local
60 if (approximately_equal_half(morePt.fX, cubicAtT.fX) in binarySearch()
61 && approximately_equal_half(morePt.fY, cubicAtT.fY)) { in binarySearch()
64 double moreDist = (&morePt.fX)[xAxis] - axisIntercept; in binarySearch()