Searched refs:testAscends (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp419 bool testAscends = index ? rh.fStart < rh.fComputedEnd : fStart < fComputedEnd; local
420 double t = testAscends ? 0 : 1;
429 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT);
/external/skia/src/pathops/
H A DSkOpAngle.cpp422 bool testAscends = index ? rh.fStart < rh.fComputedEnd : fStart < fComputedEnd; local
423 double t = testAscends ? 0 : 1;
432 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT);

Completed in 125 milliseconds