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

  /external/chromium_org/remoting/codec/
codec_test.cc 272 const std::vector<DesktopRect>& test_rects = test_rect_lists[i]; local
274 &test_rects[0], test_rects.size());
328 const std::vector<DesktopRect> test_rects = test_rect_lists[i]; local
330 frame.get(), &test_rects[0], test_rects.size());
  /external/skia/tests/
RegionTest.cpp 205 static bool test_rects(const SkIRect rect[], int count) { function
231 REPORTER_ASSERT(reporter, test_rects(r2, SK_ARRAY_COUNT(r2)));
239 REPORTER_ASSERT(reporter, test_rects(rects, SK_ARRAY_COUNT(rects)));
250 REPORTER_ASSERT(reporter, test_rects(rect, N));

Completed in 98 milliseconds