Searched defs:testTIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp380 int testTIndex = testT << 1; local
381 tmpLine[0] = tmpLine[1] = q2[testTIndex];
382 tmpLine[1].fX += q2[1].fY - q2[testTIndex].fY;
383 tmpLine[1].fY -= q2[1].fX - q2[testTIndex].fX;
H A DSkPathOpsCommon.cpp65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid, local
67 if (testTIndex < 0) {
68 if (testTIndex == SK_MinS32) {
98 bestTIndex = testTIndex;
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp380 int testTIndex = testT << 1; local
381 tmpLine[0] = tmpLine[1] = q2[testTIndex];
382 tmpLine[1].fX += q2[1].fY - q2[testTIndex].fY;
383 tmpLine[1].fY -= q2[1].fX - q2[testTIndex].fX;
H A DSkPathOpsCommon.cpp65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid, local
67 if (testTIndex < 0) {
68 if (testTIndex == SK_MinS32) {
98 bestTIndex = testTIndex;

Completed in 101 milliseconds