OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_rects
(Results
1 - 3
of
3
) sorted by null
/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/chromium_org/remoting/codec/
codec_test.cc
274
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/samplecode/
SampleApp.cpp
2308
static void
test_rects
(const SkIRect rect[], int count) {
function
[
all
...]
Completed in 676 milliseconds