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

/xsrc/external/mit/libXpm/dist/src/
H A Dparse.c91 unsigned int *hotspot,
107 * read optional information (hotspot and/or XPMEXT) if any
113 *hotspot = (xpmNextUI(data, x_hotspot)
116 *hotspot = (xpmatoui(buf, l, x_hotspot)
190 *hotspot = 0;
736 unsigned int x_hotspot, y_hotspot, hotspot = 0, extensions = 0; local in function:xpmParseData
760 &x_hotspot, &y_hotspot, &hotspot,
848 if (hotspot) {
83 xpmParseValues(xpmData * data,unsigned int * width,unsigned int * height,unsigned int * ncolors,unsigned int * cpp,unsigned int * x_hotspot,unsigned int * y_hotspot,unsigned int * hotspot,unsigned int * extensions) argument
H A DXpmI.h252 unsigned int *y_hotspot, unsigned int *hotspot,
H A Dcreate.c2032 unsigned int x_hotspot, y_hotspot, hotspot = 0, extensions = 0; local in function:xpmParseDataAndCreate
2089 &x_hotspot, &y_hotspot, &hotspot,
2276 if (hotspot) {
/xsrc/external/mit/xf86-video-qxl/dist/
H A Dconfigure.ac87 # require support for kms cursor hotspot
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dswapchain9.c651 blit.dst.box.x = MAX2(device->cursor.pos.x, 0) - device->cursor.hotspot.x;
652 blit.dst.box.y = MAX2(device->cursor.pos.y, 0) - device->cursor.hotspot.y;
H A Ddevice9.c336 This->cursor.hotspot.x = -1;
337 This->cursor.hotspot.y = -1;
746 This->cursor.hotspot.x = XHotSpot;
747 This->cursor.hotspot.y = YHotSpot;
777 &This->cursor.hotspot,
825 if (This->cursor.hotspot.x == -1)
H A Ddevice9.h121 POINT hotspot; /* -1, -1 if no cursor image set */ member in struct:NineDevice9::__anon87250ea90208
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dswapchain9.c651 blit.dst.box.x = MAX2(device->cursor.pos.x, 0) - device->cursor.hotspot.x;
652 blit.dst.box.y = MAX2(device->cursor.pos.y, 0) - device->cursor.hotspot.y;
H A Ddevice9.c407 This->cursor.hotspot.x = -1;
408 This->cursor.hotspot.y = -1;
844 This->cursor.hotspot.x = XHotSpot;
845 This->cursor.hotspot.y = YHotSpot;
873 &This->cursor.hotspot,
921 if (This->cursor.hotspot.x == -1)
H A Ddevice9.h123 POINT hotspot; /* -1, -1 if no cursor image set */ member in struct:NineDevice9::__anon8d7c23900208

Completed in 146 milliseconds