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

12

/haiku-fatelf/src/add-ons/accelerants/vmware/
H A DCursor.c30 WriteAndMask(uint8 * andMask, uint16 width, uint16 height, uint8 * scanline, argument
36 // copy andMask into scanline to avoid
38 memcpy(scanline, &andMask[y * bpr], bpr);
45 WriteXorMask(uint8 * andMask, uint8 * xorMask, uint16 width, uint16 height, argument
52 uint8 * andMaskRow = &andMask[y * bpr];
56 // in case of a 1 bit in andMask
75 uint16 hot_y, uint8 * andMask, uint8 * xorMask)
101 WriteAndMask(andMask, width, height, scanline, scanlineSize);
102 WriteXorMask(andMask, xorMask, width, height, scanline, scanlineSize);
74 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-fatelf/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-fatelf/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-fatelf/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-fatelf/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-fatelf/src/add-ons/accelerants/nvidia_gpgpu/
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-fatelf/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-fatelf/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-fatelf/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-fatelf/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-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_crtc.c765 status_t nv_crtc_cursor_define(uint8* andMask,uint8* xorMask) argument
785 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
787 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
789 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
795 andMask++;
802 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
804 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
806 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
812 andMask++;
H A Dnv_crtc2.c763 status_t nv_crtc2_cursor_define(uint8* andMask,uint8* xorMask) argument
783 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
785 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
787 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
793 andMask++;
800 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
802 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
804 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
810 andMask++;
/haiku-fatelf/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-fatelf/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-fatelf/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.h37 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask);
/haiku-fatelf/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++;

Completed in 137 milliseconds

12