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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 410 double smallTs[2] = {-1, -1};
432 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT);
437 if (smallTs[0] < 0 && smallTs[1] < 0) { // if neither ray intersects, do endpoint sort
465 if (smallTs[index] < 0) {
469 const SkDPoint& dPt = segment.dPtAtT(smallTs[index]);
491 sCeptT = smallTs[index];
512 sCeptT = smallTs[index];
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 410 double smallTs[2] = {-1, -1};
432 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT);
437 if (smallTs[0] < 0 && smallTs[1] < 0) { // if neither ray intersects, do endpoint sort
465 if (smallTs[index] < 0) {
469 const SkDPoint& dPt = segment.dPtAtT(smallTs[index]);
491 sCeptT = smallTs[index];
512 sCeptT = smallTs[index];
    [all...]

Completed in 91 milliseconds