Home | History | Annotate | Download | only in core

Lines Matching refs:mapper

357             const SkBitmapProcStateAutoMapper mapper(s, x, y);
365 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
367 yTemp = mapper.intY();
389 const SkBitmapProcStateAutoMapper mapper(s, x, y);
395 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
397 iY2 = mapper.intY();
448 const SkBitmapProcStateAutoMapper mapper(*this, 0, 0, &pt);
463 fFilterOneX = mapper.intX();
464 fFilterOneY = mapper.intY();
613 const SkBitmapProcStateAutoMapper mapper(s, x, y);
615 dstY = SkClampMax(mapper.intY(), maxY);
616 fx = mapper.fractionalIntX();