Home | History | Annotate | Download | only in source

Lines Matching defs:BG

1015 #define BG (UG * 128 + VG * 128 + YGB)
1023 *g = Clamp((int32)(-(v * VG + u * UG) + y1 + BG) >> 6);
1042 #undef BG
1824 uint32 bg = src_argb1[1];
1827 dst_argb[1] = BLEND(fg, bg, a);
1836 bg = src_argb1[4 + 1];
1839 dst_argb[4 + 1] = BLEND(fg, bg, a);
1853 uint32 bg = src_argb1[1];
1856 dst_argb[1] = BLEND(fg, bg, a);