Searched refs:hot_x (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))
33 si->cursor.hot_x = hot_x;
92 if (x > (hds + si->cursor.hot_x)) x -= hds + si->cursor.hot_x;
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.c182 si->cursor.hot_x = 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)) {
26 si.cursorHotX = hot_x;
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)) {
26 si.cursorHotX = hot_x;
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)) {
26 si.cursorHotX = hot_x;
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))
36 si->cursor.hot_x = hot_x;
103 if (x > (hds + si->cursor.hot_x)) x -= (hds + si->cursor.hot_x);
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.c152 si->cursor.hot_x = 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))
36 si->cursor.hot_x = hot_x;
103 if (x > (hds + si->cursor.hot_x)) x -= (hds + si->cursor.hot_x);
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.c144 si->cursor.hot_x = 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))
36 si->cursor.hot_x = hot_x;
135 if (x > (hds + si->cursor.hot_x)) x -= (hds + si->cursor.hot_x);
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))
43 si->cursor.hot_x = hot_x;
141 x -= hds + si->cursor.hot_x;
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 )
50 vc->cursor.hot_x = hot_x;
163 x -= vc->cursor.hot_x;
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.h143 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */ member in struct:__anon785::__anon786
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h140 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */ member in struct:__anon799::__anon800
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h143 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */ member in struct:__anon937::__anon938
/haiku/headers/private/graphics/via/
H A DDriverInterface.h210 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */ member in struct:__anon7::__anon8

Completed in 132 milliseconds

12