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

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse.cc 47 int allowed_y; local
52 allowed_y = 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));
71 cursor->bits[0] = allowed_y; /* Size of the cursor */
86 for ( ; i<allowed_y; ++i ) {
100 for ( ; i<allowed_y; ++i ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse.c 120 int allowed_y;
126 allowed_y = GetSystemMetrics(SM_CYCURSOR);
127 if ( (w > allowed_x) || (h > allowed_y) ) {
129 allowed_x, allowed_y);
146 aptr = cursor->ands = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
147 xptr = cursor->xors = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
166 for ( ; i<allowed_y; ++i ) {
176 hot_x, hot_y, allowed_x, allowed_y,

Completed in 38 milliseconds