OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEV_RECT
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
ReadPixelsTest.cpp
21
static const SkIRect
DEV_RECT
= SkIRect::MakeWH(DEV_W, DEV_H);
183
SkIRect clippedSrcRect =
DEV_RECT
;
260
DEV_RECT
,
365
bool expectSuccess = SkIRect::Intersects(srcRect,
DEV_RECT
);
384
SkIRect clippedRect =
DEV_RECT
;
WritePixelsTest.cpp
22
static const SkIRect
DEV_RECT
= SkIRect::MakeWH(DEV_W, DEV_H);
354
DEV_RECT
,
Completed in 488 milliseconds