Home | History | Annotate | Download | only in core

Lines Matching refs:fPixmap

132     fPixmap.reset();
150 fPixmap = fBMState->pixmap();
153 SkASSERT(fPixmap.addr());
167 fInvMatrix.postIDiv(fPixmap.width(), fPixmap.height());
182 ? just_trans_clamp(forward, fPixmap)
213 if (fPixmap.width() == origW && fPixmap.height() == origH) {
222 !valid_for_filtering(fPixmap.width() | fPixmap.height()))
241 const SkAlphaType at = fPixmap.alphaType();
260 switch (fPixmap.colorType()) {
386 const int maxX = s.fPixmap.width() - 1;
387 const int maxY = s.fPixmap.height() - 1;
390 const SkPMColor* row = s.fPixmap.addr32(0, iy);
449 const int stopX = s.fPixmap.width();
450 const int stopY = s.fPixmap.height();
453 const SkPMColor* row = s.fPixmap.addr32(0, iy);
476 SkASSERT(1 == s.fPixmap.width());
503 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
511 const int stopY = s.fPixmap.height();
533 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
556 const SkPMColor* row0 = s.fPixmap.addr32(0, iY0);
560 const SkPMColor* row1 = s.fPixmap.addr32(0, iY1);
609 if (kN32_SkColorType != fPixmap.colorType()) {
615 if (1 == fPixmap.width() && 0 == (fInvType & ~kMask)) {
730 proc(bitmapXY, count, state.fPixmap.width(), state.fPixmap.height());
778 const unsigned maxX = s.fPixmap.width() - 1;
783 const unsigned maxY = s.fPixmap.height() - 1;
788 const SkPMColor* SK_RESTRICT src = s.fPixmap.addr32(0, dstY);