Searched refs:rgn0 (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/tests/ |
D | RegionTest.cpp | 214 SkRegion rgn0, rgn1; in test_rects() local 217 rgn0.op(rect[i], SkRegion::kUnion_Op); 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 272 rgn0.setRect(r0); in test_irect() 278 bool nonEmptyBW = rgn2.op(rgn0, rgn1, (SkRegion::Op) op); in test_irect()
|
/third_party/flutter/skia/tests/ |
D | RegionTest.cpp | 214 SkRegion rgn0, rgn1; in test_rects() local 217 rgn0.op(rect[i], SkRegion::kUnion_Op); 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 268 rgn0.setRect(r0); in test_irect() 275 bool nonEmptyBW = rgn2.op(rgn0, rgn1, op); in test_irect()
|