Searched refs:rgn0 (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | RegionTest.cpp | 205 SkRegion rgn0, rgn1; in test_rects() local 208 rgn0.op(rect[i], SkRegion::kUnion_Op); in test_rects() 212 if (rgn0 != rgn1) { in test_rects() 242 SkRegion rgn0, rgn1; in DEF_TEST() local
|
D | AAClipTest.cpp | 250 SkRegion rgn0, rgn1; in test_irect() local 257 rgn0.setRect(r0); in test_irect() 264 bool nonEmptyBW = rgn2.op(rgn0, rgn1, op); in test_irect()
|
/external/chromium_org/third_party/skia/tests/ |
D | RegionTest.cpp | 205 SkRegion rgn0, rgn1; in test_rects() local 208 rgn0.op(rect[i], SkRegion::kUnion_Op); in test_rects() 212 if (rgn0 != rgn1) { in test_rects() 242 SkRegion rgn0, rgn1; in DEF_TEST() local
|
D | AAClipTest.cpp | 250 SkRegion rgn0, rgn1; in test_irect() local 257 rgn0.setRect(r0); in test_irect() 264 bool nonEmptyBW = rgn2.op(rgn0, rgn1, op); in test_irect()
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleApp.cpp | 2325 SkRegion rgn0, rgn1; in test_rects() local 2328 rgn0.op(rect[i], SkRegion::kUnion_Op); in test_rects() 2333 if (rgn0 != rgn1) { in test_rects() 2376 SkRegion rgn0, rgn1; in test() local
|
/external/skia/samplecode/ |
D | SampleApp.cpp | 2325 SkRegion rgn0, rgn1; in test_rects() local 2328 rgn0.op(rect[i], SkRegion::kUnion_Op); in test_rects() 2333 if (rgn0 != rgn1) { in test_rects() 2376 SkRegion rgn0, rgn1; in test() local
|