Lines Matching refs:argb8888
319 * Extract the components from a pixel of the given format to an argb8888 pixel. * This is used to extract data from one-pixel repeat pixmaps.
323 viaPixelARGB8888(unsigned format, void *pixelP, CARD32 * argb8888)
340 *argb8888 = viaBitExpandHelper(pixel, bits) << 24;
345 *argb8888 = viaBitExpandHelper(pixel, bits);
348 *argb8888 |= viaBitExpandHelper(pixel >> shift, bits) << 8;
351 *argb8888 |= viaBitExpandHelper(pixel >> shift, bits) << 16;
354 *argb8888 |= ((bits) ? viaBitExpandHelper(pixel >> shift,
360 *argb8888 = viaBitExpandHelper(pixel, bits) << 16;
363 *argb8888 |= viaBitExpandHelper(pixel >> shift, bits) << 8;
366 *argb8888 |= viaBitExpandHelper(pixel >> shift, bits);
369 *argb8888 |= ((bits) ? viaBitExpandHelper(pixel >> shift,