Searched refs:allowed_x (Results 1 – 2 of 2) sorted by relevance
46 int allowed_x; in BE_CreateWMCursor() local51 allowed_x = 16; /* BeOS limitation */ in BE_CreateWMCursor()53 if ( (w > allowed_x) || (h > allowed_y) ) { in BE_CreateWMCursor()55 allowed_x, allowed_y); in BE_CreateWMCursor()65 cursor->bits = (char *)SDL_malloc(4+2*((allowed_x/8)*allowed_y)); in BE_CreateWMCursor()79 pad = PADDED_BITS(allowed_x)-run; in BE_CreateWMCursor()
119 int allowed_x; in WIN_CreateWMCursor()125 allowed_x = GetSystemMetrics(SM_CXCURSOR); in WIN_CreateWMCursor()127 if ( (w > allowed_x) || (h > allowed_y) ) { in WIN_CreateWMCursor()129 allowed_x, allowed_y); in WIN_CreateWMCursor()145 pad = PAD_BITS(allowed_x)-run; in WIN_CreateWMCursor()176 hot_x, hot_y, allowed_x, allowed_y, in WIN_CreateWMCursor()