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
20
static const SkIRect
DEV_RECT
= SkIRect::MakeWH(DEV_W, DEV_H);
181
SkIRect clippedSrcRect =
DEV_RECT
;
257
DEV_RECT
,
376
bool expectSuccess = SkIRect::Intersects(srcRect,
DEV_RECT
);
395
SkIRect clippedRect =
DEV_RECT
;
WritePixelsTest.cpp
23
static const SkIRect
DEV_RECT
= SkIRect::MakeWH(DEV_W, DEV_H);
366
DEV_RECT
,
Completed in 191 milliseconds