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 40 double testHit;
41 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
51 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
54 double newMid = (testHit - baseT) / (endT - baseT);
72 *bestHit = testHit;
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 40 double testHit;
41 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
51 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
54 double newMid = (testHit - baseT) / (endT - baseT);
72 *bestHit = testHit;

Completed in 503 milliseconds