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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 100 SDL_Rect clip_rect; /* Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 100 SDL_Rect clip_rect; /* Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 100 SDL_Rect clip_rect; /* Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 112 SDL_Rect clip_rect; /* Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 100 SDL_Rect clip_rect; /* Read-only */ member in struct:SDL_Surface
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 2358 CRect clip_rect; local
    [all...]
  /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...]

Completed in 177 milliseconds