Home | History | Annotate | Download | only in source

Lines Matching refs:r_scale

781   const uint32 r_scale = REPEAT8((value >> 16) & 0xff);
792 dst_argb[2] = SHADE(r, r_scale);
814 const uint32 r_scale = src_argb1[2];
818 dst_argb[2] = SHADE(r, r_scale);