Home | History | Annotate | Download | only in source

Lines Matching defs:r_scale

773   const uint32 r_scale = REPEAT8((value >> 16) & 0xff);
784 dst_argb[2] = SHADE(r, r_scale);
808 const uint32 r_scale = src_argb1[2];
812 dst_argb[2] = SHADE(r, r_scale);