Searched refs:testHit (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp64 double testHit; local
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/skia/src/pathops/
H A DSkPathOpsCommon.cpp64 double testHit; local
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/
H A DSimplify.cpp5850 double testHit;
5851 int testTIndex = testSeg->crossedSpanY(basePt, testY, testHit, hitSomething, tAtMid,
5861 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
5864 double newMid = (testHit - baseT) / (endT - baseT);
5883 bestHit = testHit;
/external/skia/experimental/Intersection/
H A DSimplify.cpp5850 double testHit;
5851 int testTIndex = testSeg->crossedSpanY(basePt, testY, testHit, hitSomething, tAtMid,
5861 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
5864 double newMid = (testHit - baseT) / (endT - baseT);
5883 bestHit = testHit;

Completed in 3372 milliseconds