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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 43 double tAtMid = current->tAtMid(index, endIndex, mid);
44 SkPoint basePt = current->ptAtT(tAtMid);
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
80 double midT = current->tAtMid(index, endIndex, mid);
82 double newMidT = current->tAtMid(index, endIndex, newMid);
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 43 double tAtMid = current->tAtMid(index, endIndex, mid);
44 SkPoint basePt = current->ptAtT(tAtMid);
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
80 double midT = current->tAtMid(index, endIndex, mid);
82 double newMidT = current->tAtMid(index, endIndex, newMid);

Completed in 51 milliseconds