Searched refs:deARGB_getAlpha (Results 1 – 2 of 2) sorted by relevance
47 DE_INLINE int deARGB_getAlpha (deARGB argb) { return (int)((argb >> 24) & 0xFF); } in deARGB_getAlpha() function56 int a = (deARGB_getAlpha(argb) * f + 128) >> 8; in deARGB_multiply()66 deClamp32(deARGB_getAlpha(a) + deARGB_getAlpha(b), 0, 255)); in deARGB_add()
175 pixels[4*ndx+3] = (deUint8)deARGB_getAlpha(pixel); in deImage_copyToUint8RGBA()