Searched refs:VBOX_MAX_CURSOR_WIDTH (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dpointer.c50 #define VBOX_MAX_CURSOR_WIDTH 64 macro
255 if (!w || !h || w > VBOX_MAX_CURSOR_WIDTH || h > VBOX_MAX_CURSOR_HEIGHT)
367 || (pCurs->bits->width > VBOX_MAX_CURSOR_WIDTH)
399 if (!w || !h || w > VBOX_MAX_CURSOR_WIDTH || h > VBOX_MAX_CURSOR_HEIGHT)
469 pCurs->MaxWidth = VBOX_MAX_CURSOR_WIDTH;

Completed in 3 milliseconds