Searched refs:rgn1 (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/tests/ |
D | RegionTest.cpp | 214 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
|
D | AAClipTest.cpp | 261 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/ |
D | RegionTest.cpp | 214 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
|
D | AAClipTest.cpp | 265 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()
|