Lines Matching refs:rowBytes
152 size_t width, size_t height, size_t rowBytes) {
154 SkASSERT(width * sizeof(uint32_t) <= rowBytes);
159 ptr = (uint32_t*)((char*)ptr + rowBytes);
165 rowBytes -= width * sizeof(uint32_t);
180 ptr = (uint32_t*)((char*)ptr + rowBytes);
189 ptr = (uint32_t*)((char*)ptr + rowBytes);
790 size_t rowBytes = fSize.fWidth * sizeof(CGRGBPixel);
799 rowBytes = fSize.fWidth * sizeof(CGRGBPixel);
800 void* image = fImageStorage.reset(rowBytes * fSize.fHeight);
802 rowBytes, fRGBSpace, BITMAP_INFO_RGB);
843 sk_memset_rect32(image, 0, glyph.fWidth, glyph.fHeight, rowBytes);
865 *rowBytesPtr = rowBytes;
1124 size_t dstRB = glyph.rowBytes();
1149 size_t dstRB = glyph.rowBytes();
1174 size_t dstRB = glyph.rowBytes();
1274 size_t dstRB = glyph.rowBytes();
1285 size_t dstRB = glyph.rowBytes();