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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 64 double testHit;
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
75 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
78 double newMid = (testHit - baseT) / (endT - baseT);
96 *bestHit = testHit;
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 49 milliseconds