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

  /external/skia/src/core/
SkBitmapProcState.cpp 365 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
395 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
624 if ((uint64_t)SkFractionalIntToInt(fx) <= maxX &&
625 (uint64_t)SkFractionalIntToInt(fx + dx * (count - 1)) <= maxX)
629 SkPMColor src0 = src[SkFractionalIntToInt(fx)]; fx += dx;
630 SkPMColor src1 = src[SkFractionalIntToInt(fx)]; fx += dx;
631 SkPMColor src2 = src[SkFractionalIntToInt(fx)]; fx += dx;
632 SkPMColor src3 = src[SkFractionalIntToInt(fx)]; fx += dx;
640 unsigned index = SkFractionalIntToInt(fx);
647 dst[i] = src[SkClampMax(SkFractionalIntToInt(fx), maxX)]
    [all...]
SkBitmapProcState.h 26 #define SkFractionalIntToInt(x) SkFixed3232ToInt(x)
246 int intX() const { return SkFractionalIntToInt(fX); }
247 int intY() const { return SkFractionalIntToInt(fY); }
  /external/skqp/src/core/
SkBitmapProcState.cpp 365 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
395 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
624 if ((uint64_t)SkFractionalIntToInt(fx) <= maxX &&
625 (uint64_t)SkFractionalIntToInt(fx + dx * (count - 1)) <= maxX)
629 SkPMColor src0 = src[SkFractionalIntToInt(fx)]; fx += dx;
630 SkPMColor src1 = src[SkFractionalIntToInt(fx)]; fx += dx;
631 SkPMColor src2 = src[SkFractionalIntToInt(fx)]; fx += dx;
632 SkPMColor src3 = src[SkFractionalIntToInt(fx)]; fx += dx;
640 unsigned index = SkFractionalIntToInt(fx);
647 dst[i] = src[SkClampMax(SkFractionalIntToInt(fx), maxX)]
    [all...]
SkBitmapProcState.h 26 #define SkFractionalIntToInt(x) SkFixed3232ToInt(x)
246 int intX() const { return SkFractionalIntToInt(fX); }
247 int intY() const { return SkFractionalIntToInt(fY); }

Completed in 135 milliseconds