Home | History | Annotate | Download | only in core

Lines Matching defs:fRowBytes

31     uint32_t    fRowBytes;
141 SkTSwap(fRowBytes, other.fRowBytes);
272 fRowBytes = rowBytes;
452 return (fHeight ? ((fHeight - 1) * fRowBytes) +
457 return ComputeSafeSize64(getConfig(), fWidth, fHeight, fRowBytes);
464 dstRowBytes = fRowBytes;
472 if (!preserveDstPad && static_cast<uint32_t>(dstRowBytes) == fRowBytes) {
497 row++, srcP += fRowBytes, dstP += dstRowBytes) {
683 const int rowBytes = fRowBytes;
1163 level[i].fRowBytes = rowBytes;
1202 mip.fWidth, mip.fHeight, mip.fRowBytes);
1302 srcM.fRowBytes = SkAlign4(this->width());
1314 dstM.fRowBytes = SkAlign4(dstM.fBounds.width());
1318 srcM.fRowBytes);
1325 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes);
1335 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes);
1342 dstM.fBounds.height(), dstM.fRowBytes);
1398 buffer.write32(fRowBytes);
1527 SkASSERT(fRowBytes >= (unsigned)ComputeRowBytes((Config)fConfig, fWidth));