Searched refs:alpha (Results 1 – 3 of 3) sorted by relevance
97 uint8_t alpha = pixel[3];98 assert((alpha != 0) == color);100 alpha = 255 - alpha;103 uncompressed_alpha_buffer[size] = alpha;
956 uint32_t alpha, color, result; in ProgressInit() local975 alpha = gIOHibernateProgressAlpha[y][x]; in ProgressInit()977 if (alpha) { in ProgressInit()978 if (0xff != alpha) { in ProgressInit()986 result = ((255 - alpha) * in + alpha * result + 0xff) >> 8; in ProgressInit()1009 uint32_t alpha, in, color, result; in ProgressUpdate() local1033 alpha = gIOHibernateProgressAlpha[y][x]; in ProgressUpdate()1035 if (alpha) { in ProgressUpdate()1036 if (0xff != alpha) { in ProgressUpdate()1038 result = ((255 - alpha) * in + alpha * result + 0xff) / 255; in ProgressUpdate()
44 * Merged '64-bit safe' changes from DEC alpha port.