HomeSort by relevance Sort by last modified time
    Searched refs:tAtMid (Results 1 - 3 of 3) 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);
SkOpSegment.h 225 double tAtMid(int start, int end, double mid) const {
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 686 milliseconds