HomeSort by relevance Sort by last modified time
    Searched refs:SkFractionalIntToInt (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkBitmapProcState.cpp 503 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
533 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
793 if ((uint64_t)SkFractionalIntToInt(fx) <= maxX &&
794 (uint64_t)SkFractionalIntToInt(fx + dx * (count - 1)) <= maxX)
798 SkPMColor src0 = src[SkFractionalIntToInt(fx)]; fx += dx;
799 SkPMColor src1 = src[SkFractionalIntToInt(fx)]; fx += dx;
800 SkPMColor src2 = src[SkFractionalIntToInt(fx)]; fx += dx;
801 SkPMColor src3 = src[SkFractionalIntToInt(fx)]; fx += dx;
809 unsigned index = SkFractionalIntToInt(fx);
816 dst[i] = src[SkClampMax(SkFractionalIntToInt(fx), maxX)]
    [all...]
SkBitmapProcState.h 26 #define SkFractionalIntToInt(x) SkFixed3232ToInt(x)
229 int intX() const { return SkFractionalIntToInt(fX); }
230 int intY() const { return SkFractionalIntToInt(fY); }

Completed in 344 milliseconds