Home | History | Annotate | Download | only in core

Lines Matching refs:fx

23     SkFractionalInt fx;
28 fx = mapper.fractionalIntX();
40 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
52 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
53 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
59 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
60 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
69 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
87 SkFractionalInt fx = mapper.fractionalIntX();
96 TileProc::X(s, SkFractionalIntToFixed(fx), maxX);
97 fx += dx; fy += dy;