Lines Matching refs:fPixmap
33 const unsigned maxX = s.fPixmap.width() - 1;
38 const unsigned maxY = s.fPixmap.height() - 1;
43 const SkPMColor* src = s.fPixmap.addr32(0, dstY);
82 SkASSERT(4 == s.fPixmap.info().bytesPerPixel());
87 SkASSERT(y < (unsigned)s.fPixmap.height());
89 auto row = (const SkPMColor*)( (const char*)s.fPixmap.addr() + y * s.fPixmap.rowBytes() );
91 if (1 == s.fPixmap.width()) {
125 SkASSERT(4 == s.fPixmap.info().bytesPerPixel());
128 auto src = (const char*)s.fPixmap.addr();
129 size_t rb = s.fPixmap.rowBytes();
135 SkASSERT(x < (unsigned)s.fPixmap.width ());
136 SkASSERT(y < (unsigned)s.fPixmap.height());
190 fPixmap.reset();
198 std::tie(fPixmap, fInvMatrix) = access->level();
202 SkASSERT(fPixmap.addr());
214 SkMatrixPriv::PostIDiv(&fInvMatrix, fPixmap.width(), fPixmap.height());
237 (!valid_for_filtering(fPixmap.width() | fPixmap.height()) || integral_translate_only)) {
257 SkASSERT(fPixmap.colorType() == kN32_SkColorType);
258 SkASSERT(fPixmap.alphaType() == kPremul_SkAlphaType ||
259 fPixmap.alphaType() == kOpaque_SkAlphaType);
304 const int maxX = s.fPixmap.width() - 1;
305 const int maxY = s.fPixmap.height() - 1;
308 const SkPMColor* row = s.fPixmap.addr32(0, iy);
366 const int stopX = s.fPixmap.width();
367 const int stopY = s.fPixmap.height();
370 const SkPMColor* row = s.fPixmap.addr32(0, iy);
417 SkASSERT(1 == s.fPixmap.width());
445 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
451 const int stopY = s.fPixmap.height();
472 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
495 const SkPMColor* row0 = s.fPixmap.addr32(0, iY0);
499 const SkPMColor* row1 = s.fPixmap.addr32(0, iY1);
543 if (kN32_SkColorType != fPixmap.colorType()) {
547 if (1 == fPixmap.width() && fInvMatrix.isScaleTranslate()) {
654 proc(bitmapXY, count, state.fPixmap.width(), state.fPixmap.height());