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

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse.cc 46 int allowed_x; local
51 allowed_x = 16; /* BeOS limitation */
53 if ( (w > allowed_x) || (h > allowed_y) ) {
55 allowed_x, allowed_y);
65 cursor->bits = (char *)SDL_malloc(4+2*((allowed_x/8)*allowed_y));
79 pad = PADDED_BITS(allowed_x)-run;
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse.c 119 int allowed_x;
125 allowed_x = GetSystemMetrics(SM_CXCURSOR);
127 if ( (w > allowed_x) || (h > allowed_y) ) {
129 allowed_x, allowed_y);
145 pad = PAD_BITS(allowed_x)-run;
176 hot_x, hot_y, allowed_x, allowed_y,

Completed in 51 milliseconds