HomeSort by relevance Sort by last modified time
    Searched full:calcpos (Results 1 - 1 of 1) sorted by null

  /external/skia/src/pathops/
SkPathOpsCubic.cpp 35 double calcPos = (&cubicAtT.fX)[xAxis];
36 double calcDist = calcPos - axisIntercept;
47 SkDebugf("t=%1.9g calc=%1.9g dist=%1.9g step=%1.9g less=%1.9g\n", t, calcPos, calcDist,
72 calcPos = (&cubicAtT.fX)[xAxis];
73 calcDist = calcPos - axisIntercept;
74 } while (!approximately_equal(calcPos, axisIntercept));

Completed in 129 milliseconds