Home
last modified time | relevance | path

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

/xnu-10002.81.5/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-10002.81.5/iokit/Kernel/
H A DIOHibernateIO.cpp956 uint32_t alpha, color, result; in ProgressInit() local
975 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() local
1033 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()
/xnu-10002.81.5/osfmk/mach/
H A Dprof.defs44 * Merged '64-bit safe' changes from DEC alpha port.