Lines Matching refs:SkFractionalIntToInt
48 if ((uint64_t)SkFractionalIntToInt(fx) <= maxX &&
49 (uint64_t)SkFractionalIntToInt(fx + dx * (count - 1)) <= maxX)
53 SkPMColor src0 = src[SkFractionalIntToInt(fx)]; fx += dx;
54 SkPMColor src1 = src[SkFractionalIntToInt(fx)]; fx += dx;
55 SkPMColor src2 = src[SkFractionalIntToInt(fx)]; fx += dx;
56 SkPMColor src3 = src[SkFractionalIntToInt(fx)]; fx += dx;
64 unsigned index = SkFractionalIntToInt(fx);
71 dst[i] = src[SkTPin<int>(SkFractionalIntToInt(fx), 0, maxX)];
445 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
472 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());