Searched refs:hot_y (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/add-ons/accelerants/neomagic/
H A DCursor.c13 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
15 LOG(4,("SET_CURSOR_SHAPE: width %d, height %d, hot_x %d, hot_y %d\n",
16 width, height, hot_x, hot_y));
22 else if ((hot_x >= width) || (hot_y >= height))
34 si->cursor.hot_y = hot_y;
94 if (y > (vds + si->cursor.hot_y)) y -= vds + si->cursor.hot_y;
H A Dbe_driver_proto.h35 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask);
H A DInitAccelerant.c183 si->cursor.hot_y = 0;
/haiku/src/add-ons/accelerants/3dfx/
H A Dcursor.cpp13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
20 } else if ((hot_x >= width) || (hot_y >= height)) {
27 si.cursorHotY = hot_y;
H A Daccelerant.h88 status_t SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y,
/haiku/src/add-ons/accelerants/ati/
H A Dcursor.cpp13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
20 } else if ((hot_x >= width) || (hot_y >= height)) {
27 si.cursorHotY = hot_y;
H A Daccelerant.h128 status_t SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y,
/haiku/src/add-ons/accelerants/s3/
H A Dcursor.cpp13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
20 } else if ((hot_x >= width) || (hot_y >= height)) {
27 si.cursorHotY = hot_y;
H A Daccel.h123 status_t SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y,
/haiku/src/add-ons/accelerants/nvidia/
H A DCursor.c14 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
16 LOG(4,("SET_CURSOR_SHAPE: width %d, height %d, hot_x %d, hot_y %d\n",
17 width, height, hot_x, hot_y));
23 else if ((hot_x >= width) || (hot_y >= height))
37 si->cursor.hot_y = hot_y;
105 if (y > (vds + si->cursor.hot_y)) y -= (vds + si->cursor.hot_y);
H A Dbe_driver_proto.h41 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask);
H A DInitAccelerant.c153 si->cursor.hot_y = 0;
/haiku/src/add-ons/accelerants/skeleton/
H A DCursor.c14 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
16 LOG(4,("SET_CURSOR_SHAPE: width %d, height %d, hot_x %d, hot_y %d\n",
17 width, height, hot_x, hot_y));
23 else if ((hot_x >= width) || (hot_y >= height))
37 si->cursor.hot_y = hot_y;
105 if (y > (vds + si->cursor.hot_y)) y -= (vds + si->cursor.hot_y);
H A Dbe_driver_proto.h37 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask);
H A DInitAccelerant.c145 si->cursor.hot_y = 0;
/haiku/src/add-ons/accelerants/via/
H A DCursor.c14 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
16 LOG(4,("SET_CURSOR_SHAPE: width %d, height %d, hot_x %d, hot_y %d\n",
17 width, height, hot_x, hot_y));
23 else if ((hot_x >= width) || (hot_y >= height))
37 si->cursor.hot_y = hot_y;
137 if (y > (vds + si->cursor.hot_y)) y -= (vds + si->cursor.hot_y);
H A Dbe_driver_proto.h37 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask);
/haiku/src/add-ons/accelerants/matrox/
H A DCursor.c25 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
32 else if ((hot_x >= width) || (hot_y >= height))
44 si->cursor.hot_y = hot_y;
142 y -= vds + si->cursor.hot_y;
H A Dbe_driver_proto.h35 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask);
/haiku/src/add-ons/accelerants/radeon/
H A DCursor.c34 status_t SET_CURSOR_SHAPE( uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
45 if( hot_x >= width || hot_y >= height )
51 vc->cursor.hot_y = hot_y;
164 y -= vc->cursor.hot_y;
H A Dgeneric.h37 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask);
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h144 uint16 hot_y; /* is 0,0 */ member in struct:__anon785::__anon786
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h141 uint16 hot_y; /* is 0,0 */ member in struct:__anon799::__anon800
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h144 uint16 hot_y; /* is 0,0 */ member in struct:__anon937::__anon938
/haiku/headers/private/graphics/via/
H A DDriverInterface.h211 uint16 hot_y; /* is 0,0 */ member in struct:__anon7::__anon8

Completed in 182 milliseconds

12