Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DRegionTest.cpp214 SkRegion rgn0, rgn1; in test_rects() local
219 rgn1.setRects(rect, count); in test_rects()
221 if (rgn0 != rgn1) { in test_rects()
251 SkRegion rgn0, rgn1; in DEF_TEST() local
DAAClipTest.cpp261 SkRegion rgn0, rgn1; in test_irect() local
269 rgn1.setRect(r1); in test_irect()
275 bool nonEmptyBW = rgn2.op(rgn0, rgn1, op); in test_irect()
/third_party/skia/tests/
DRegionTest.cpp214 SkRegion rgn0, rgn1; in test_rects() local
219 rgn1.setRects(rect, count); in test_rects()
221 if (rgn0 != rgn1) { in test_rects()
251 SkRegion rgn0, rgn1; in DEF_TEST() local
DAAClipTest.cpp265 SkRegion rgn0, rgn1; in test_irect() local
273 rgn1.setRect(r1); in test_irect()
278 bool nonEmptyBW = rgn2.op(rgn0, rgn1, (SkRegion::Op) op); in test_irect()