Searched refs:morePt (Results 1 - 4 of 4) sorted by relevance

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

Completed in 111 milliseconds