Searched refs:full_rect (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_surface.c | 370 SDL_Rect full_rect; in SDL_SetClipRect() local 378 full_rect.x = 0; in SDL_SetClipRect() 379 full_rect.y = 0; in SDL_SetClipRect() 380 full_rect.w = surface->w; in SDL_SetClipRect() 381 full_rect.h = surface->h; in SDL_SetClipRect() 385 surface->clip_rect = full_rect; in SDL_SetClipRect() 388 return SDL_IntersectRect(rect, &full_rect, &surface->clip_rect); in SDL_SetClipRect()
|
/external/chromium_org/cc/resources/ |
D | picture_layer_tiling_unittest.cc | 221 gfx::Rect full_rect(gfx::ToCeiledSize(gfx::ScaleSize(bounds, scale))); in TEST_F() local 223 VerifyTilesExactlyCoverRect(scale, full_rect); in TEST_F()
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_unittest.cc | 2022 gfx::Rect full_rect(0, 0, 10, 10); in Update() local 2024 texture_.get(), &bitmap_, full_rect, full_rect, gfx::Vector2d()); in Update()
|