Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/osfmk/console/art/
H A Dprogress.m97 uint8_t alpha = pixel[3];
98 assert((alpha != 0) == color);
100 alpha = 255 - alpha;
103 uncompressed_alpha_buffer[size] = alpha;
/xnu-8792.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp952 uint32_t alpha, color, result; in ProgressInit() local
971 alpha = gIOHibernateProgressAlpha[y][x]; in ProgressInit()
973 if (alpha) { in ProgressInit()
974 if (0xff != alpha) { in ProgressInit()
982 result = ((255 - alpha) * in + alpha * result + 0xff) >> 8; in ProgressInit()
1005 uint32_t alpha, in, color, result; in ProgressUpdate() local
1029 alpha = gIOHibernateProgressAlpha[y][x]; in ProgressUpdate()
1031 if (alpha) { in ProgressUpdate()
1032 if (0xff != alpha) { in ProgressUpdate()
1034 result = ((255 - alpha) * in + alpha * result + 0xff) / 255; in ProgressUpdate()
/xnu-8792.41.9/osfmk/mach/
H A Dprof.defs44 * Merged '64-bit safe' changes from DEC alpha port.