Home | History | Annotate | Download | only in core

Lines Matching refs:rowBytes

37     mask->fRowBytes = this->rowBytes();
42 const size_t size = this->rowBytes() * fHeight;
415 unsigned rowBytes = mask.fRowBytes;
421 dst += rowBytes;
633 packA8ToA1(mask, bm.getAddr8(0, 0), bm.rowBytes());
761 (const SkPMColor*)glyph->fImage, glyph->rowBytes());
769 int dstRB = origGlyph.rowBytes();