Home | History | Annotate | Download | only in images

Lines Matching full:alpha

118 /*  Pack palette[] with the corresponding colors, and if the image has alpha, also
140 uint8_t alpha = SkGetPackedA32(colors[i]);
141 if (0xFF != alpha) {
142 alphas[numWithAlpha] = alpha;
165 uint8_t alpha = SkGetPackedA32(colors[i]);
166 if (0xFF == alpha) {
225 sig_bit.alpha = 16;
233 sig_bit.alpha = 8;
246 sig_bit.alpha = 8;
253 sig_bit.alpha = 4;
364 // to skip the alpha channel.