Home | History | Annotate | Download | only in source

Lines Matching refs:SHADE

1175 #define SHADE(f, v) v * f >> 24
1189 dst_argb[0] = SHADE(b, b_scale);
1190 dst_argb[1] = SHADE(g, g_scale);
1191 dst_argb[2] = SHADE(r, r_scale);
1192 dst_argb[3] = SHADE(a, a_scale);
1198 #undef SHADE