OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEV_RECT
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tests/
FloatingPointTextureTest.cpp
26
static const SkIRect
DEV_RECT
= SkIRect::MakeWH(DEV_W, DEV_H);
ReadPixelsTest.cpp
22
static const SkIRect
DEV_RECT
= SkIRect::MakeWH(DEV_W, DEV_H);
170
SkIRect clippedSrcRect =
DEV_RECT
;
247
DEV_RECT
,
360
bool expectSuccess = SkIRect::Intersects(srcRect,
DEV_RECT
);
379
SkIRect clippedRect =
DEV_RECT
;
WritePixelsTest.cpp
26
static const SkIRect
DEV_RECT
= SkIRect::MakeWH(DEV_W, DEV_H);
367
DEV_RECT
,
Completed in 33 milliseconds