Home | History | Annotate | Download | only in core

Lines Matching defs:fRowBytes

35     uint32_t    fRowBytes;
138 SkTSwap<uint32_t>(fRowBytes, other.fRowBytes);
245 fRowBytes = rowBytes;
548 const int rowBytes = fRowBytes;
986 level[i].fRowBytes = rowBytes;
1025 mip.fWidth, mip.fHeight, mip.fRowBytes);
1124 srcM.fRowBytes = SkAlign4(this->width());
1136 dstM.fRowBytes = SkAlign4(dstM.fBounds.width());
1140 srcM.fRowBytes);
1142 GetBitmapAlpha(*this, dst->getAddr8(0, 0), srcM.fRowBytes);
1151 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes);
1159 dstM.fBounds.height(), dstM.fRowBytes);
1207 buffer.write32(fRowBytes);
1326 SkASSERT(fRowBytes >= (unsigned)ComputeRowBytes((Config)fConfig, fWidth));