Home | History | Annotate | Download | only in core

Lines Matching refs:fx

68         SkFixed         fx, fy, dx, dy;
83 fx >>= level;
91 fx = *srcXY++;
93 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
102 fx = *srcXY++;
104 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
114 // now init fx, fy, dx, dy
120 fx = SkScalarToFixed(srcPt.fX);
134 fx >>= level;
149 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
150 fx += dx;
156 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
158 fx += dx;
167 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
169 fx += dx;
176 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
179 fx += dx;
212 SkFixed fx, fy, dx, dy;
227 fx = *srcXY++;
229 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
237 // now init fx, fy, dx, dy
243 fx = SkScalarToFixed(srcPt.fX);
257 fx >>= level;
268 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
269 fx += dx;
276 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
278 fx += dx;