HomeSort by relevance Sort by last modified time
    Searched refs:test_rects (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
RegionTest.cpp 13 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/
SampleNinePatch.cpp 44 static void test_rects(SkCanvas* canvas, const SkBitmap& bm, const SkPaint* paint) { function in class:NinePatchView
95 test_rects(canvas, fBM, &paint);
SampleApp.cpp 1560 static void test_rects(const SkIRect rect[], int count) { function
    [all...]

Completed in 111 milliseconds