Searched defs:testY (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp35 only<double> testY = y; local
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp63 SkScalar testY = bestY; local
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
99 bestY = testY;
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp63 SkScalar testY = bestY; local
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
99 bestY = testY;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp2403 SkScalar testY = activePtr->fBelow.fY; local
2404 nextPtr->addTatYBelow(testY);
2405 if (bottom > testY && testY > y) {
2408 __FUNCTION__, activePtr->ID(), testY, bottom);
2410 bottom = testY;
2412 testY = nextPtr->fBelow.fY;
2413 activePtr->addTatYBelow(testY);
2414 if (bottom > testY && testY >
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp2403 SkScalar testY = activePtr->fBelow.fY; local
2404 nextPtr->addTatYBelow(testY);
2405 if (bottom > testY && testY > y) {
2408 __FUNCTION__, activePtr->ID(), testY, bottom);
2410 bottom = testY;
2412 testY = nextPtr->fBelow.fY;
2413 activePtr->addTatYBelow(testY);
2414 if (bottom > testY && testY >
[all...]

Completed in 173 milliseconds