| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64render.c | 206 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 D | cursor.c | 83 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 D | pixman-access.c | 601 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 D | cursorstr.h | 67 CARD32 *argb; /* full-color alpha blended */ member in struct:_CursorBits
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | cursorstr.h | 69 CARD32 *argb; /* full-color alpha blended */ member in struct:_CursorBits
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | cursor.c | 89 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 D | combiner-test.c | 76 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 D | xprCursor.c | 89 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 D | xprCursor.c | 88 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 D | qxl_cursor.c | 111 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 D | ephyrcursor.c | 145 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 D | xf86HWCurs.c | 131 (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 D | ewmh.c | 838 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 D | xf86HWCurs.c | 132 if (!pCurs->bits->argb || !infoPtr->LoadCursorARGB) 143 if (pCurs->bits->argb && infoPtr->LoadCursorARGB) 201 if (pCurs->bits->argb)
|
| H A D | xf86Cursor.c | 338 pCurs->bits->argb && infoPtr->UseHWCursorARGB && 340 pCurs->bits->argb == 0 &&
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | pointer.c | 415 memcpy(p + sizeMask, bitsp->argb, w * h * 4); 419 pc = bitsp->argb;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_cursor.c | 219 pSrc = pCursorBits->argb ;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_cursor.c | 121 uint32_t *image = (uint32_t *) pCurs->bits->argb;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_cursor.c | 121 uint32_t *image = (uint32_t *) pCurs->bits->argb;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_cursor.c | 120 uint32_t *image = (uint32_t *) pCurs->bits->argb;
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_cursor.c | 226 CARD32 *image = pCurs->bits->argb;
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | drmmode_display.c | 1493 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 D | drmmode_display.c | 1070 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 D | xf86Cursors.c | 527 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 D | wincursor.c | 242 if (pCursor->bits->argb) { 263 src = &(pCursor->bits->argb[y * pCursor->bits->width]);
|