Home
last modified time | relevance | path

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

/xnu-12377.61.12/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-12377.61.12/iokit/Kernel/
H A DIOHibernateIO.cpp1042 uint32_t alpha, color, result; in ProgressInit() local
1061 alpha = gIOHibernateProgressAlpha[y][x]; in ProgressInit()
1063 if (alpha) { in ProgressInit()
1064 if (0xff != alpha) { in ProgressInit()
1072 result = ((255 - alpha) * in + alpha * result + 0xff) >> 8; in ProgressInit()
1095 uint32_t alpha, in, color, result; in ProgressUpdate() local
1119 alpha = gIOHibernateProgressAlpha[y][x]; in ProgressUpdate()
1121 if (alpha) { in ProgressUpdate()
1122 if (0xff != alpha) { in ProgressUpdate()
1124 result = ((255 - alpha) * in + alpha * result + 0xff) / 255; in ProgressUpdate()
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_prague.c456 const uint64_t alpha = tp->t_ccstate->prague_scaled_alpha >> G_SHIFT; in prague_cwr() local
466 (tp->snd_cwnd * alpha) >> (ALPHA_SHIFT + 1); in prague_cwr()
/xnu-12377.61.12/osfmk/mach/
H A Dprof.defs44 * Merged '64-bit safe' changes from DEC alpha port.