Searched defs:nonEmptyAA (Results 1 - 2 of 2) sorted by last modified time

/external/skia/tests/
H A DAAClipTest.cpp263 bool nonEmptyAA = clip2.op(clip0, clip1, op); local
265 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) {
275 REPORTER_ASSERT(reporter, nonEmptyAA == nonEmptyBW);
/external/chromium_org/third_party/skia/tests/
H A DAAClipTest.cpp263 bool nonEmptyAA = clip2.op(clip0, clip1, op); local
265 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) {
275 REPORTER_ASSERT(reporter, nonEmptyAA == nonEmptyBW);

Completed in 29 milliseconds