HomeSort by relevance Sort by last modified time
    Searched refs:testAscends (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 422 bool testAscends = index ? rh.fStart < rh.fComputedEnd : fStart < fComputedEnd;
423 double t = testAscends ? 0 : 1;
432 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT);
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 422 bool testAscends = index ? rh.fStart < rh.fComputedEnd : fStart < fComputedEnd;
423 double t = testAscends ? 0 : 1;
432 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT);
    [all...]

Completed in 58 milliseconds