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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 385 surface->clip_rect = full_rect;
388 return SDL_IntersectRect(rect, &full_rect, &surface->clip_rect);
393 *rect = surface->clip_rect;
500 SDL_Rect *clip = &dst->clip_rect;
579 if ( !SDL_IntersectRect(dstrect, &dst->clip_rect, dstrect) ) {
583 dstrect = &dst->clip_rect;
870 SDL_SetClipRect(convert, &surface->clip_rect);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 392 HRGN hrgn = ::CreateRectRgn(move.clip_rect.x(),
393 move.clip_rect.y(),
394 move.clip_rect.right(),
395 move.clip_rect.bottom());
400 ::SetWindowRgn(window, hrgn, !move.clip_rect.IsEmpty());
667 RECT clip_rect = scroll_rect.ToRECT(); local
668 ScrollWindowEx(scroll_dx, scroll_dy, NULL, &clip_rect, NULL, NULL,
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 2358 CRect clip_rect; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 100 SDL_Rect clip_rect; /* Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 100 SDL_Rect clip_rect; /* Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 100 SDL_Rect clip_rect; /* Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 112 SDL_Rect clip_rect; /* Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 100 SDL_Rect clip_rect; /* Read-only */ member in struct:SDL_Surface
    [all...]

Completed in 2763 milliseconds