Lines Matching refs:mapper
37 const SkBitmapProcStateAutoMapper mapper(s, x, y);
39 dstY = SkTPin<int>(mapper.intY(), 0, maxY);
40 fx = mapper.fractionalIntX();
438 const SkBitmapProcStateAutoMapper mapper(s, x, y);
445 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
447 yTemp = mapper.intY();
467 const SkBitmapProcStateAutoMapper mapper(s, x, y);
472 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
474 iY2 = mapper.intY();
520 const SkBitmapProcStateAutoMapper mapper(*this, 0, 0, &pt);
535 fFilterOneX = mapper.intX();
536 fFilterOneY = mapper.intY();