Home | History | Annotate | Download | only in core

Lines Matching refs:fx

55                     SkFixed fx = *srcXY++ - SK_FixedHalf;
57 int ix = fx >> 16;
75 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
87 SkFixed fx, fy, dx, dy;
89 // now init fx, fy, dx, dy
95 fx = SkScalarToFixed(srcPt.fX) - SK_FixedHalf;
108 int ix = fx >> 16;
126 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
133 fx += dx;
164 SkFixed fx = *srcXY++ - SK_FixedHalf;
166 int ix = fx >> 16;
184 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
195 SkFixed fx, fy, dx, dy;
197 // now init fx, fy, dx, dy
203 fx = SkScalarToFixed(srcPt.fX) - SK_FixedHalf;
216 int ix = fx >> 16;
234 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
241 fx += dx;