HomeSort by relevance Sort by last modified time
    Searched refs:full_rect (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 115 FX_RECT full_rect = unit_rect.GetOutterRect(); local
116 int full_left = full_rect.left;
117 int full_top = full_rect.top;
208 FX_RECT full_rect = unit_rect.GetOutterRect(); local
212 return StretchDIBits(pSource, color, bFlipX ? full_rect.right : full_rect.left, bFlipY ? full_rect.bottom : full_rect.top,
213 bFlipX ? -full_rect.Width() : full_rect.Width(), bFlipY ? -full_rect.Height() : full_rect.Height(), NULL, 0,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 370 SDL_Rect full_rect; local
378 full_rect.x = 0;
379 full_rect.y = 0;
380 full_rect.w = surface->w;
381 full_rect.h = surface->h;
385 surface->clip_rect = full_rect;
388 return SDL_IntersectRect(rect, &full_rect, &surface->clip_rect);
  /external/chromium_org/cc/resources/
picture_layer_tiling_unittest.cc 264 gfx::Rect full_rect(gfx::ToCeiledSize(gfx::ScaleSize(bounds, scale)));
266 VerifyTilesExactlyCoverRect(scale, full_rect);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]

Completed in 260 milliseconds