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

/external/chromium_org/remoting/codec/
H A Dcodec_test.cc274 const std::vector<DesktopRect>& test_rects = test_rect_lists[i]; local
276 &test_rects[0], test_rects.size());
330 const std::vector<DesktopRect> test_rects = test_rect_lists[i]; local
332 frame.get(), &test_rects[0], test_rects.size());
/external/chromium_org/third_party/skia/tests/
H A DRegionTest.cpp204 static bool test_rects(const SkIRect rect[], int count) { function
230 REPORTER_ASSERT(reporter, test_rects(r2, SK_ARRAY_COUNT(r2)));
238 REPORTER_ASSERT(reporter, test_rects(rects, SK_ARRAY_COUNT(rects)));
249 REPORTER_ASSERT(reporter, test_rects(rect, N));
/external/skia/tests/
H A DRegionTest.cpp204 static bool test_rects(const SkIRect rect[], int count) { function
230 REPORTER_ASSERT(reporter, test_rects(r2, SK_ARRAY_COUNT(r2)));
238 REPORTER_ASSERT(reporter, test_rects(rects, SK_ARRAY_COUNT(rects)));
249 REPORTER_ASSERT(reporter, test_rects(rect, N));
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp2308 static void test_rects(const SkIRect rect[], int count) { function
2355 test_rects(gRecs[i].fRects, gRecs[i].fCount);
2367 test_rects(rect, N);
/external/skia/samplecode/
H A DSampleApp.cpp2324 static void test_rects(const SkIRect rect[], int count) { function
2371 test_rects(gRecs[i].fRects, gRecs[i].fCount);
2383 test_rects(rect, N);

Completed in 170 milliseconds