Home
last modified time | relevance | path

Searched refs:MOVE_CURSOR (Results 1 – 18 of 18) sorted by relevance

/haiku/src/add-ons/accelerants/matrox/
H A Dbe_driver_proto.h36 void MOVE_CURSOR(uint16 x, uint16 y);
H A DGetAccelerantHook.c74 HRDC(MOVE_CURSOR); in get_accelerant_hook()
H A DCursor.c51 void MOVE_CURSOR(uint16 x, uint16 y) in MOVE_CURSOR() function
/haiku/src/add-ons/accelerants/skeleton/
H A DGetAccelerantHook.c74 HRDC(MOVE_CURSOR); in get_accelerant_hook()
H A Dbe_driver_proto.h38 void MOVE_CURSOR(uint16 x, uint16 y);
H A DCursor.c44 void MOVE_CURSOR(uint16 x, uint16 y) in MOVE_CURSOR() function
/haiku/src/add-ons/accelerants/neomagic/
H A DCursor.c41 void MOVE_CURSOR(uint16 x, uint16 y) in MOVE_CURSOR() function
H A DGetAccelerantHook.c73 HRDC(MOVE_CURSOR); in get_accelerant_hook()
H A Dbe_driver_proto.h36 void MOVE_CURSOR(uint16 x, uint16 y);
/haiku/src/add-ons/accelerants/via/
H A DGetAccelerantHook.c74 HRDC(MOVE_CURSOR); in get_accelerant_hook()
H A Dbe_driver_proto.h38 void MOVE_CURSOR(uint16 x, uint16 y);
H A DCursor.c44 void MOVE_CURSOR(uint16 x, uint16 y) in MOVE_CURSOR() function
/haiku/src/add-ons/accelerants/nvidia/
H A DGetAccelerantHook.c82 HRDC(MOVE_CURSOR); in get_accelerant_hook()
H A Dbe_driver_proto.h42 void MOVE_CURSOR(uint16 x, uint16 y);
H A DCursor.c44 void MOVE_CURSOR(uint16 x, uint16 y) in MOVE_CURSOR() function
/haiku/src/add-ons/accelerants/radeon/
H A Dgeneric.h38 void MOVE_CURSOR(uint16 x, uint16 y);
H A DCursor.c70 void MOVE_CURSOR(uint16 x, uint16 y) in MOVE_CURSOR() function
H A DSetDisplayMode.c567 MOVE_CURSOR( 0, 0 ); in SET_DISPLAY_MODE()