Home
last modified time | relevance | path

Searched refs:rgn2 (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DAAClipTest.cpp261 SkRegion rgn2; in test_irect() local
263 bool nonEmptyBW = rgn2.op(rgn0, rgn1, op); in test_irect()
264 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) { in test_irect()
269 rgn2.getBounds().fLeft, rgn2.getBounds().fTop, in test_irect()
270 rgn2.getBounds().right(), rgn2.getBounds().bottom(), in test_irect()
275 REPORTER_ASSERT(reporter, clip2.getBounds() == rgn2.getBounds()); in test_irect()
278 copyToMask(rgn2, &maskBW); in test_irect()