Searched refs:cursor (Results 1 - 25 of 133) sorted by path

123456

/haiku-fatelf/headers/compatibility/bsd/
H A Dhistedit.h59 const char *cursor; member in struct:lineinfo
/haiku-fatelf/headers/os/app/
H A DApplication.h68 void SetCursor(const void* cursor);
69 void SetCursor(const BCursor* cursor,
/haiku-fatelf/headers/os/interface/
H A DView.h235 void SetViewCursor(const BCursor* cursor,
/haiku-fatelf/headers/os/opengl/GL/
H A Dglut.h511 /* Symbolic cursor shapes. */
534 /* Blank cursor. */
586 GLUTAPI void GLUTAPIENTRY glutSetCursor(int cursor);
/haiku-fatelf/headers/private/graphics/matrox/
H A DDriverInterface.h141 /*cursor information*/
143 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */
145 uint16 x; /* The location of the cursor hot spot on the */
147 uint16 width; /* Width and height of the cursor shape (always 16!) */
149 bool is_visible; /* Is the cursor currently displayed? */
150 } cursor; member in struct:__anon785
/haiku-fatelf/headers/private/graphics/neomagic/
H A DDriverInterface.h138 /*cursor information*/
140 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */
142 uint16 x; /* The location of the cursor hot spot on the */
144 uint16 width; /* Width and height of the cursor shape (always 16!) */
146 bool is_visible; /* Is the cursor currently displayed? */
147 } cursor; member in struct:__anon799
/haiku-fatelf/headers/private/graphics/nvidia/
H A DDriverInterface.h288 /*cursor information*/
290 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */
292 uint16 x; /* The location of the cursor hot spot on the */
294 uint16 width; /* Width and height of the cursor shape (always 16!) */
296 bool is_visible; /* Is the cursor currently displayed? */
297 bool dh_right; /* Is cursor on right side of stretched screen? */
298 } cursor; member in struct:__anon821
/haiku-fatelf/headers/private/graphics/nvidia_gpgpu/
H A DDriverInterface.h208 /*cursor information*/
210 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */
212 uint16 x; /* The location of the cursor hot spot on the */
214 uint16 width; /* Width and height of the cursor shape (always 16!) */
216 bool is_visible; /* Is the cursor currently displayed? */
217 bool dh_right; /* Is cursor on right side of stretched screen? */
218 } cursor; member in struct:__anon864
/haiku-fatelf/headers/private/graphics/radeon/
H A Dradeon_interface.h269 // info about cursor
271 uint8* data; // pointer to framebuffer containing cursor image
280 bool is_visible; // official flag whether cursor is visible
309 bool cursor_on_screen; // cursor is visible on this head
408 cursor_info cursor; member in struct:__anon907
/haiku-fatelf/headers/private/graphics/skeleton/
H A DDriverInterface.h141 /*cursor information*/
143 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */
145 uint16 x; /* The location of the cursor hot spot on the */
147 uint16 width; /* Width and height of the cursor shape (always 16!) */
149 bool is_visible; /* Is the cursor currently displayed? */
150 bool dh_right; /* Is cursor on right side of stretched screen? */
151 } cursor; member in struct:__anon937
/haiku-fatelf/headers/private/graphics/via/
H A DDriverInterface.h141 /*cursor information*/
143 uint16 hot_x; /* Cursor hot spot. The top left corner of the cursor */
145 uint16 x; /* The location of the cursor hot spot on the */
147 uint16 width; /* Width and height of the cursor shape (always 16!) */
149 bool is_visible; /* Is the cursor currently displayed? */
150 bool dh_right; /* Is cursor on right side of stretched screen? */
151 } cursor; member in struct:__anon958
/haiku-fatelf/headers/private/interface/
H A DMenuWindow.h41 bool CheckForScrolling(const BPoint& cursor);
45 bool _Scroll(const BPoint& cursor);
/haiku-fatelf/src/add-ons/accelerants/matrox/
H A DCursor.c13 No hardware cursor possible on the secondary head :(
15 CRTC1 has a cursor, can be displayed on DAC or MAVEN
16 CRTC2 has no cursor
19 app_server does not support some modes with and some without cursor
40 /* Update cursor variables appropriately. */
41 si->cursor.width = width;
42 si->cursor.height = height;
43 si->cursor.hot_x = hot_x;
44 si->cursor.hot_y = hot_y;
50 /* Move the cursor t
[all...]
H A DInitAccelerant.c150 Put the cursor at the start of the frame buffer. The typical 64x64 4 color
153 /* Initialize the rest of the cursor information while we're here */
154 si->cursor.width = 16;
155 si->cursor.height = 16;
156 si->cursor.hot_x = 0;
157 si->cursor.hot_y = 0;
158 si->cursor.x = 0;
159 si->cursor.y = 0;
162 Put the frame buffer immediately following the cursor data. We store this
194 /* initialise various cursor stuf
[all...]
/haiku-fatelf/src/add-ons/accelerants/matrox/engine/
H A Dmga_crtc.c516 /* cursor bitmap will be stored at the start of the framebuffer on >= G100 */
519 /* set cursor bitmap adress ... */
526 /*set cursor colour*/
537 /*clear cursor*/
545 /* <= G100 cards have serial cursor color registers,
546 * and dedicated cursor bitmap RAM (in TVP3026 DAC)
568 /* select first cursor pattern DAC-internal RAM adress, and
569 * make sure indirect cursor control register is selected as active register */
579 /* activate hardware cursor */
606 /*set up cursor shap
613 vuint8 * cursor; local
[all...]
/haiku-fatelf/src/add-ons/accelerants/neomagic/
H A DCursor.c30 /* Update cursor variables appropriately. */
31 si->cursor.width = width;
32 si->cursor.height = height;
33 si->cursor.hot_x = hot_x;
34 si->cursor.hot_y = hot_y;
40 /* Move the cursor to the specified position on the desktop, taking account of virtual/dual issues */
49 /* clamp cursor to display */
54 si->cursor.x = x;
55 si->cursor.y = y;
68 /* adjust h/v_display_start to move cursor ont
[all...]
H A DInitAccelerant.c176 Put the cursor at the start of the frame buffer. The typical 64x64 4 color
179 /* Initialize the rest of the cursor information while we're here */
180 si->cursor.width = 16;
181 si->cursor.height = 16;
182 si->cursor.hot_x = 0;
183 si->cursor.hot_y = 0;
184 si->cursor.x = 0;
185 si->cursor.y = 0;
216 /* initialise various cursor stuff*/
219 /* ensure cursor stat
[all...]
/haiku-fatelf/src/add-ons/accelerants/neomagic/engine/
H A Dnm_crtc.c880 /* the cursor is at the end of cardRAM */
883 /* set cursor bitmap adress on a 1kb boundary, and move the bits around
895 /*set cursor colour*/
916 /* clear cursor: so we need full RAM access! */
923 /* activate hardware cursor */
955 /* disable cursor */
961 /*set up cursor shape*/
965 vuint8 * cursor; local
967 /* get a pointer to the cursor: it's at the end of cardRAM */
968 cursor
[all...]
/haiku-fatelf/src/add-ons/accelerants/nvidia/
H A DCursor.c33 /* Update cursor variables appropriately. */
34 si->cursor.width = width;
35 si->cursor.height = height;
36 si->cursor.hot_x = hot_x;
37 si->cursor.hot_y = hot_y;
43 /* Move the cursor to the specified position on the desktop, taking account of virtual/dual issues */
50 /* clamp cursor to display */
55 si->cursor.x = x;
56 si->cursor.y = y;
62 /* adjust h/v_display_start to move cursor ont
[all...]
H A DInitAccelerant.c145 Put the cursor at the start of the frame buffer.
146 Nvidia cursor is 32x32 16 color? takes up 4096 bytes of RAM.
148 /* Initialize the rest of the cursor information while we're here */
149 si->cursor.width = 16;
150 si->cursor.height = 16;
151 si->cursor.hot_x = 0;
152 si->cursor.hot_y = 0;
153 si->cursor.x = 0;
154 si->cursor.y = 0;
155 si->cursor
[all...]
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c819 /* cursor bitmap will be stored at the start of the framebuffer */
825 /* set cursor bitmap adress ... */
833 /* set adress bit17-23, and set graphics mode cursor(?) (registerbit 7 = 1) */
849 /* set cursor colour: not needed because of direct nature of cursor bitmap. */
851 /*clear cursor*/
861 /* activate hardware-sync between cursor updates and vertical retrace where
866 /* activate hardware cursor */
874 LOG(4,("CRTC: enabling cursor\n"));
879 /* b0 = 1 enables cursor */
913 vuint16 *cursor; local
[all...]
H A Dnv_crtc2.c779 /* cursor bitmap will be stored at the start of the framebuffer */
785 /* set cursor bitmap adress ... */
793 /* set adress bit17-23, and set graphics mode cursor(?) (registerbit 7 = 1) */
809 /* set cursor colour: not needed because of direct nature of cursor bitmap. */
811 /*clear cursor*/
821 /* activate hardware-sync between cursor updates and vertical retrace */
824 /* activate hardware cursor */
832 LOG(4,("CRTC2: enabling cursor\n"));
837 /* b0 = 1 enables cursor */
871 vuint16 *cursor; local
[all...]
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/
H A DCursor.c33 /* Update cursor variables appropriately. */
34 si->cursor.width = width;
35 si->cursor.height = height;
36 si->cursor.hot_x = hot_x;
37 si->cursor.hot_y = hot_y;
43 /* Move the cursor to the specified position on the desktop, taking account of virtual/dual issues */
50 /* clamp cursor to display */
55 si->cursor.x = x;
56 si->cursor.y = y;
62 /* adjust h/v_display_start to move cursor ont
[all...]
H A DInitAccelerant.c144 Put the cursor at the start of the frame buffer.
145 Nvidia cursor is 32x32 16 color? takes up 4096 bytes of RAM.
147 /* Initialize the rest of the cursor information while we're here */
148 si->cursor.width = 16;
149 si->cursor.height = 16;
150 si->cursor.hot_x = 0;
151 si->cursor.hot_y = 0;
152 si->cursor.x = 0;
153 si->cursor.y = 0;
154 si->cursor
[all...]
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_crtc.c677 /* cursor bitmap will be stored at the start of the framebuffer */
683 /* set cursor bitmap adress ... */
691 /* set adress bit17-23, and set graphics mode cursor(?) (registerbit 7 = 1) */
707 /* set cursor colour: not needed because of direct nature of cursor bitmap. */
709 /*clear cursor*/
719 /* activate hardware-sync between cursor updates and vertical retrace */
722 /* activate hardware cursor */
730 LOG(4,("CRTC: enabling cursor\n"));
735 /* b0 = 1 enables cursor */
769 vuint16 *cursor; local
[all...]

Completed in 278 milliseconds

123456