Home | History | Annotate | Download | only in source

Lines Matching defs:xf

813     int xf = (x >> 9) & 0x7f;
816 dst[0] = BLENDER(a, b, xf);
819 xf = (x >> 9) & 0x7f;
822 dst[1] = BLENDER(a, b, xf);
828 int xf = (x >> 9) & 0x7f;
831 dst[0] = BLENDER(a, b, xf);
843 int xf = (x >> 9) & 0x7f;
846 dst[0] = BLENDER(a, b, xf);
849 xf = (x >> 9) & 0x7f;
852 dst[1] = BLENDER(a, b, xf);
858 int xf = (x >> 9) & 0x7f;
861 dst[0] = BLENDER(a, b, xf);