Searched defs:numIterPts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp2606 int numIterPts = 0; local
2616 REPORTER_ASSERT(reporter, numIterPts < numPoints);
2617 REPORTER_ASSERT(reporter, pts[0] == expectedPts[numIterPts]);
2619 numIterPts += 1;
2622 REPORTER_ASSERT(reporter, numIterPts < numPoints + 1);
2624 REPORTER_ASSERT(reporter, pts[1] == expectedPts[numIterPts]);
2626 numIterPts += 1;
2630 REPORTER_ASSERT(reporter, numIterPts < numPoints + 2);
2632 REPORTER_ASSERT(reporter, pts[1] == expectedPts[numIterPts]);
2633 REPORTER_ASSERT(reporter, pts[2] == expectedPts[numIterPts
[all...]
/external/skia/tests/
H A DPathTest.cpp2541 int numIterPts = 0; local
2551 REPORTER_ASSERT(reporter, numIterPts < numPoints);
2552 REPORTER_ASSERT(reporter, pts[0] == expectedPts[numIterPts]);
2554 numIterPts += 1;
2557 REPORTER_ASSERT(reporter, numIterPts < numPoints + 1);
2559 REPORTER_ASSERT(reporter, pts[1] == expectedPts[numIterPts]);
2561 numIterPts += 1;
2565 REPORTER_ASSERT(reporter, numIterPts < numPoints + 2);
2567 REPORTER_ASSERT(reporter, pts[1] == expectedPts[numIterPts]);
2568 REPORTER_ASSERT(reporter, pts[2] == expectedPts[numIterPts
[all...]

Completed in 100 milliseconds