HomeSort by relevance Sort by last modified time
    Searched refs:test_rects (Results 1 - 5 of 5) 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/chromium_org/third_party/skia/tests/
RegionTest.cpp 204 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/
RegionTest.cpp 204 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/
SampleApp.cpp 2324 static void test_rects(const SkIRect rect[], int count) { function
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 2324 static void test_rects(const SkIRect rect[], int count) { function
    [all...]

Completed in 252 milliseconds