Home
last modified time | relevance | path

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

/external/skia/tests/
DAAClipTest.cpp262 SkRegion rgn2; in test_irect() local
264 bool nonEmptyBW = rgn2.op(rgn0, rgn1, op); in test_irect()
265 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) { in test_irect()
269 clip2.getBounds() == rgn2.getBounds() ? "true" : "false", in test_irect()
273 rgn2.getBounds().fLeft, rgn2.getBounds().fTop, in test_irect()
274 rgn2.getBounds().right(), rgn2.getBounds().bottom(), in test_irect()
280 copyToMask(rgn2, &maskBW); in test_irect()