Searched refs:andMask (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_cursor.cpp42 TDFX_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
46 if (andMask == NULL || xorMask == NULL)
71 fbCursor[row * 16 + colByte] = *andMask++;
H A Dcursor.cpp14 uint8* andMask, uint8* xorMask)
29 if ( ! TDFX_LoadCursorImage(width, height, andMask, xorMask))
13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8* andMask, uint8* xorMask) argument
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_cursor.cpp53 Mach64_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
57 if (andMask == NULL || xorMask == NULL)
80 uint8 andBits = *andMask++;
H A Drage128_cursor.cpp57 Rage128_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
61 if (andMask == NULL || xorMask == NULL)
88 fbCursor[row * 16 + colByte] = *andMask++;
H A Dcursor.cpp14 uint8* andMask, uint8* xorMask)
29 if ( ! gInfo.LoadCursorImage(width, height, andMask, xorMask))
13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8* andMask, uint8* xorMask) argument
/haiku/src/add-ons/accelerants/s3/
H A Dtrio64_cursor.cpp60 Trio64_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
64 if (andMask == NULL || xorMask == NULL)
89 fbCursor[row * 16 + colByte] = *andMask++;
H A Dvirge_cursor.cpp60 Virge_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
64 if (andMask == NULL || xorMask == NULL)
89 fbCursor[row * 16 + colByte] = *andMask++;
H A Dsavage_cursor.cpp83 Savage_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
87 if (andMask == NULL || xorMask == NULL)
112 fbCursor[row * 16 + colByte] = *andMask++;
H A Dcursor.cpp14 uint8* andMask, uint8* xorMask)
29 if ( ! gInfo.LoadCursorImage(width, height, andMask, xorMask))
13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8* andMask, uint8* xorMask) argument
/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
29 head1_cursor_define(andMask,xorMask);
31 head2_cursor_define(andMask,xorMask);
/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
29 head1_cursor_define(andMask,xorMask);
31 head2_cursor_define(andMask,xorMask);
/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
29 head1_cursor_define(andMask,xorMask);
31 head2_cursor_define(andMask,xorMask);
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcursor.cpp18 uint8* andMask, uint8* xorMask)
42 data[16 * y + x] = andMask[byteWidth * y + x];
17 intel_set_cursor_shape(uint16 width, uint16 height, uint16 hotX, uint16 hotY, uint8* andMask, uint8* xorMask) argument
/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
28 nm_crtc_cursor_define(andMask,xorMask);
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dcrtc.c737 status_t eng_crtc_cursor_define(uint8* andMask,uint8* xorMask) argument
757 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
759 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
761 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
767 andMask++;
774 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
776 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
778 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
784 andMask++;
H A Dcrtc2.c699 status_t eng_crtc2_cursor_define(uint8* andMask,uint8* xorMask) argument
719 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
721 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
723 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
729 andMask++;
736 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
738 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
740 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
746 andMask++;
/haiku/src/add-ons/accelerants/via/engine/
H A Dcrtc2.c699 status_t eng_crtc2_cursor_define(uint8* andMask,uint8* xorMask) argument
719 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
721 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
723 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
729 andMask++;
736 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
738 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
740 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
746 andMask++;
/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
38 gx00_crtc_cursor_define(andMask,xorMask);
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/vesa/
H A Daccelerant_protos.h49 uint16 hotY, const uint8 *andMask, const uint8 *xorMask);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c909 status_t nv_crtc_cursor_define(uint8* andMask,uint8* xorMask) argument
929 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
931 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
933 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
939 andMask++;
946 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
948 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
950 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
956 andMask++;
H A Dnv_crtc2.c867 status_t nv_crtc2_cursor_define(uint8* andMask,uint8* xorMask) argument
887 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
889 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
891 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
897 andMask++;
904 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
906 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
908 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
914 andMask++;
/haiku/src/add-ons/accelerants/radeon/
H A DCursor.c35 uint8 *andMask, uint8 *xorMask)
56 fb_cursor[row * 64/8 * 2 + col_byte] = *andMask++;
34 SET_CURSOR_SHAPE( uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
H A Dgeneric.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/engine/
H A Dmga_crtc.c607 status_t gx00_crtc_cursor_define(uint8* andMask,uint8* xorMask) argument
621 cursor[y*16+7]=~*andMask++;
623 cursor[y*16+6]=~*andMask++;
642 DACW(TVP_CURRAMDATA, ~*andMask++);
643 DACW(TVP_CURRAMDATA, ~*andMask++);

Completed in 186 milliseconds

12