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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp296 int errors2x2; local
298 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
299 if (errors2x2 == 0) {
303 if (errors2x2 == MAX_ERRORS || errors2x2 == MAX_ERRORS - 1) {
306 if (errors2x2 > MAX_ERRORS && gComparePathsAssert) {
311 return errors2x2 > MAX_ERRORS ? errors2x2 : 0;
331 int errors2x2; local
332 int errors = pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp296 int errors2x2; local
298 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
299 if (errors2x2 == 0) {
303 if (errors2x2 == MAX_ERRORS || errors2x2 == MAX_ERRORS - 1) {
306 if (errors2x2 > MAX_ERRORS && gComparePathsAssert) {
311 return errors2x2 > MAX_ERRORS ? errors2x2 : 0;
331 int errors2x2; local
332 int errors = pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp278 int errors2x2;
280 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
281 if (errors2x2 == 0) {
285 REPORTER_ASSERT(reporter, errors2x2 <= MAX_ERRORS || !gComparePathsAssert);
286 return errors2x2 > MAX_ERRORS ? errors2x2 : 0;
326 int errors2x2;
327 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);
328 if (errors2x2 == 0) {
335 if (errors2x2 > MAX_ERROR
[all...]
/external/skia/tests/
H A DPathOpsExtendedTest.cpp395 int errors2x2;
397 (void) pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
398 if (errors2x2 == 0) {
402 REPORTER_ASSERT(reporter, errors2x2 <= MAX_ERRORS || !gComparePathsAssert);
403 return errors2x2 > MAX_ERRORS ? errors2x2 : 0;
439 int errors2x2;
440 (void) pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);
441 if (errors2x2 == 0) {
448 if (errors2x2 > MAX_ERROR
[all...]

Completed in 207 milliseconds