Searched refs:test_rects (Results 1 - 3 of 3) sorted by relevance

/external/skia/tests/
H A DRegionTest.cpp13 static bool test_rects(const SkIRect rect[], int count) { function
39 REPORTER_ASSERT(reporter, test_rects(r2, SK_ARRAY_COUNT(r2)));
47 REPORTER_ASSERT(reporter, test_rects(rects, SK_ARRAY_COUNT(rects)));
58 REPORTER_ASSERT(reporter, test_rects(rect, N));
/external/skia/samplecode/
H A DSampleNinePatch.cpp44 static void test_rects(SkCanvas* canvas, const SkBitmap& bm, const SkPaint* paint) { function in class:NinePatchView
95 test_rects(canvas, fBM, &paint);
H A DSampleApp.cpp1560 static void test_rects(const SkIRect rect[], int count) { function
1607 test_rects(gRecs[i].fRects, gRecs[i].fCount);
1619 test_rects(rect, N);

Completed in 811 milliseconds