Home | History | Annotate | Download | only in source

Lines Matching refs:r_scale

754   const uint32 r_scale = REPEAT8((value >> 16) & 0xff);
765 dst_argb[2] = SHADE(r, r_scale);
787 const uint32 r_scale = src_argb1[2];
791 dst_argb[2] = SHADE(r, r_scale);