Home
last modified time | relevance | path

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

/external/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.cpp250 SkRegion rgn0, rgn1; in test_irect() local
258 rgn1.setRect(r1); in test_irect()
264 bool nonEmptyBW = rgn2.op(rgn0, rgn1, op); in test_irect()
/external/skia/samplecode/
DSampleApp.cpp2412 SkRegion rgn0, rgn1; in test_rects() local
2418 rgn1.setRects(rect, count); in test_rects()
2420 if (rgn0 != rgn1) { in test_rects()
2463 SkRegion rgn0, rgn1; in test() local