Home | History | Annotate | Download | only in core

Lines Matching refs:fx

47                     SkFixed fx = *srcXY++ - SK_FixedHalf;
49 int ix = fx >> 16;
67 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
79 SkFixed fx, fy, dx, dy;
81 // now init fx, fy, dx, dy
87 fx = SkScalarToFixed(srcPt.fX) - SK_FixedHalf;
100 int ix = fx >> 16;
118 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
125 fx += dx;
156 SkFixed fx = *srcXY++ - SK_FixedHalf;
158 int ix = fx >> 16;
176 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
187 SkFixed fx, fy, dx, dy;
189 // now init fx, fy, dx, dy
195 fx = SkScalarToFixed(srcPt.fX) - SK_FixedHalf;
208 int ix = fx >> 16;
226 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
233 fx += dx;