Home | History | Annotate | Download | only in source

Lines Matching defs:g_scale

772   const uint32 g_scale = REPEAT8((value >> 8) & 0xff);
783 dst_argb[1] = SHADE(g, g_scale);
807 const uint32 g_scale = src_argb1[1];
811 dst_argb[1] = SHADE(g, g_scale);