Home
last modified time | relevance | path

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

/external/skia/tests/
DRegionTest.cpp213 SkRegion rgn0, rgn1; in test_rects() local
216 rgn0.op(rect[i], SkRegion::kUnion_Op); in test_rects()
220 if (rgn0 != rgn1) { in test_rects()
250 SkRegion rgn0, rgn1; in DEF_TEST() local
DAAClipTest.cpp249 SkRegion rgn0, rgn1; in test_irect() local
256 rgn0.setRect(r0); in test_irect()
263 bool nonEmptyBW = rgn2.op(rgn0, rgn1, op); in test_irect()
/external/skia/samplecode/
DSampleApp.cpp2213 SkRegion rgn0, rgn1; in test_rects() local
2216 rgn0.op(rect[i], SkRegion::kUnion_Op); in test_rects()
2221 if (rgn0 != rgn1) { in test_rects()
2264 SkRegion rgn0, rgn1; in test() local