Searched refs:argb (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64render.c206 Mach64PixelARGB(PixmapPtr pPixmap, CARD32 format, CARD32 *argb) argument
222 *argb = comp << 24;
229 *argb = comp;
235 *argb |= comp << 8;
241 *argb |= comp << 16;
251 *argb |= comp << 24;
468 CARD32 argb = 0; local in function:Mach64PrepareMask
475 Mach64PixelARGB(pMask, pMaskPicture->format, &argb);
476 argb >>= 24;
477 argb
754 CARD32 argb; /* fragment color */ member in struct:__anon0266d6710308
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcursor.c83 free(bits->argb);
166 if (bits->argb) {
167 CARD32 *argb = bits->argb; local in function:CheckForEmptyMask
171 if (*argb++ & 0xff000000)
235 * \param argb no padding
239 CARD32 *argb, CursorMetricPtr cm,
258 bits->argb = argb;
292 if (argb) {
238 AllocARGBCursor(unsigned char * psrcbits,unsigned char * pmaskbits,CARD32 * argb,CursorMetricPtr cm,unsigned foreRed,unsigned foreGreen,unsigned foreBlue,unsigned backRed,unsigned backGreen,unsigned backBlue,CursorPtr * ppCurs,ClientPtr client,XID cid) argument
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-access.c601 argb_t *argb = buffer; local in function:fetch_scanline_a8r8g8b8_sRGB_float
603 argb->a = pixman_unorm_to_float ((p >> 24) & 0xff, 8);
605 argb->r = to_linear [(p >> 16) & 0xff];
606 argb->g = to_linear [(p >> 8) & 0xff];
607 argb->b = to_linear [(p >> 0) & 0xff];
627 argb_t *argb = buffer; local in function:fetch_scanline_r8g8b8_sRGB_float
629 argb->a = 1.0f;
631 argb->r = to_linear[(p >> 16) & 0xff];
632 argb->g = to_linear[(p >> 8) & 0xff];
633 argb
913 argb_t argb; local in function:fetch_pixel_rgbf_float
929 argb_t argb; local in function:fetch_pixel_rgbaf_float
951 argb_t argb; local in function:fetch_pixel_a16b16g16r16_float
971 argb_t argb; local in function:fetch_pixel_x2r10g10b10_float
992 argb_t argb; local in function:fetch_pixel_a2r10g10b10_float
1013 argb_t argb; local in function:fetch_pixel_a2b10g10r10_float
1033 argb_t argb; local in function:fetch_pixel_x2b10g10r10_float
1050 argb_t argb; local in function:fetch_pixel_a8r8g8b8_sRGB_float
1068 argb_t argb; local in function:fetch_pixel_r8g8b8_sRGB_float
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A Dcursorstr.h67 CARD32 *argb; /* full-color alpha blended */ member in struct:_CursorBits
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcursorstr.h69 CARD32 *argb; /* full-color alpha blended */ member in struct:_CursorBits
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcursor.c89 free(bits->argb);
152 if (bits->argb)
154 CARD32 *argb = bits->argb; local in function:CheckForEmptyMask
157 if (*argb++ & 0xff000000) return;
228 * \param argb no padding
232 CARD32 *argb, CursorMetricPtr cm,
255 bits->argb = argb;
414 bits->argb
231 AllocARGBCursor(unsigned char * psrcbits,unsigned char * pmaskbits,CARD32 * argb,CursorMetricPtr cm,unsigned foreRed,unsigned foreGreen,unsigned foreBlue,unsigned backRed,unsigned backGreen,unsigned backBlue,CursorPtr * ppCurs,ClientPtr client,XID cid) argument
[all...]
/xsrc/external/mit/pixman/dist/test/
H A Dcombiner-test.c76 random_floats (argb_t *argb, int width) argument
82 argb_t *p = argb + i;
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprCursor.c89 if (src->bits->argb != NULL)
93 data = (uint32_t *) src->bits->argb;
95 const uint32_t *be_data=(uint32_t *) src->bits->argb;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprCursor.c88 if (src->bits->argb != NULL) {
91 data = (uint32_t *)src->bits->argb;
93 const uint32_t *be_data = (uint32_t *)src->bits->argb;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_cursor.c111 memcpy (cursor->chunk.data, pCurs->bits->argb, size);
119 ErrorF ("%c", (pCurs->bits->argb[j * w + i] & 0xff000000) == 0xff000000? '#' : '.');
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrcursor.c145 image->data = (void *)cursor->bits->argb;
180 if (cursor->bits->argb && can_argb_cursor())
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c131 (cursor->bits->argb && infoPtr->UseHWCursorARGB &&
133 (cursor->bits->argb == 0 &&
213 if (!pCurs->bits->argb || !xf86DriverHasLoadCursorARGB(infoPtr))
223 if (pCurs->bits->argb && xf86DriverHasLoadCursorARGB(infoPtr)) {
349 if (pCurs->bits->argb)
/xsrc/external/mit/ctwm/dist/
H A Dewmh.c838 static void convert_for_16(int w, int x, int y, int argb) argument
840 int r = (argb >> 16) & 0xFF;
841 int g = (argb >> 8) & 0xFF;
842 int b = (argb >> 0) & 0xFF;
846 static void convert_for_32(int w, int x, int y, int argb) argument
848 buffer_32bpp [y * w + x] = argb & 0x00FFFFFF;
855 void (*store_data)(int w, int x, int y, int argb);
910 unsigned long argb = prop[i++]; local in function:ExtractIcon
911 store_data(width, x, y, argb);
912 int opaque = ((argb >> 2
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c132 if (!pCurs->bits->argb || !infoPtr->LoadCursorARGB)
143 if (pCurs->bits->argb && infoPtr->LoadCursorARGB)
201 if (pCurs->bits->argb)
H A Dxf86Cursor.c338 pCurs->bits->argb && infoPtr->UseHWCursorARGB &&
340 pCurs->bits->argb == 0 &&
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dpointer.c415 memcpy(p + sizeMask, bitsp->argb, w * h * 4);
419 pc = bitsp->argb;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_cursor.c219 pSrc = pCursorBits->argb ;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_cursor.c121 uint32_t *image = (uint32_t *) pCurs->bits->argb;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_cursor.c121 uint32_t *image = (uint32_t *) pCurs->bits->argb;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_cursor.c120 uint32_t *image = (uint32_t *) pCurs->bits->argb;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_cursor.c226 CARD32 *image = pCurs->bits->argb;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c1493 drmmode_cursor_pixel(xf86CrtcPtr crtc, uint32_t *argb, Bool *premultiplied, argument
1496 uint32_t alpha = *argb >> 24;
1502 if (alpha == 0 && (*argb & 0xffffff) != 0) {
1512 if (*argb > (alpha | alpha << 8 | alpha << 16 | alpha << 24)) {
1522 *argb = 0;
1528 rgb[i] = (*argb >> (i * 8)) & 0xff;
1546 *argb = alpha << 24 | rgb[2] << 16 | rgb[1] << 8 | rgb[0];
1558 uint32_t argb; local in function:drmmode_load_cursor_argb
1584 argb = image[srcoffset];
1585 if (!drmmode_cursor_pixel(crtc, &argb,
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c1070 drmmode_cursor_pixel(xf86CrtcPtr crtc, uint32_t *argb, Bool *premultiplied, argument
1073 uint32_t alpha = *argb >> 24;
1079 if (alpha == 0 && (*argb & 0xffffff) != 0) {
1089 if (*argb > (alpha | alpha << 8 | alpha << 16 | alpha << 24)) {
1099 *argb = 0;
1105 rgb[i] = (*argb >> (i * 8)) & 0xff;
1123 *argb = alpha << 24 | rgb[2] << 16 | rgb[1] << 8 | rgb[0];
1136 uint32_t argb; local in function:drmmode_load_cursor_argb
1162 argb = image[srcoffset];
1163 if (!drmmode_cursor_pixel(crtc, &argb,
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Cursors.c527 CARD32 *cursor_source = (CARD32 *) cursor->bits->argb;
655 if (cursor->bits->argb && cursor_info->LoadCursorARGB)
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c242 if (pCursor->bits->argb) {
263 src = &(pCursor->bits->argb[y * pCursor->bits->width]);

Completed in 39 milliseconds

12