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 19 double tAtMid = current->tAtMid(index, endIndex, mid);
20 SkPoint basePt = current->ptAtT(tAtMid);
41 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
56 double midT = current->tAtMid(index, endIndex, mid);
58 double newMidT = current->tAtMid(index, endIndex, newMid);
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 19 double tAtMid = current->tAtMid(index, endIndex, mid);
20 SkPoint basePt = current->ptAtT(tAtMid);
41 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
56 double midT = current->tAtMid(index, endIndex, mid);
58 double newMidT = current->tAtMid(index, endIndex, newMid);

Completed in 28 milliseconds