Lines Matching refs:SkFractionalInt
39 SkFractionalInt fx;
53 const SkFractionalInt dx = s.fInvSxFractionalInt;
65 SkFractionalInt dx2 = dx+dx;
66 SkFractionalInt dx4 = dx2+dx2;
67 SkFractionalInt dx8 = dx4+dx4;
70 SkFractionalInt fx1, fx2, fx3;
120 SkFractionalInt fx = mapper.fractionalIntX();
121 SkFractionalInt fy = mapper.fractionalIntY();
122 SkFractionalInt dx = s.fInvSxFractionalInt;
123 SkFractionalInt dy = s.fInvKyFractionalInt;
128 SkFractionalInt dx4 = dx * 4;
129 SkFractionalInt dy4 = dy * 4;
130 SkFractionalInt dx8 = dx * 8;
131 SkFractionalInt dy8 = dy * 8;
297 const SkFractionalInt dx = s.fInvSxFractionalInt;
298 SkFractionalInt fx;