Lines Matching refs:dstRB
262 size_t dstRB = dst.fRowBytes; in pack4xHToLCD16() local
322 dstP = (uint16_t*)((char*)dstP + dstRB); in pack4xHToLCD16()
380 int dstRB = mask.fRowBytes; in generateMask() local
389 dstRB = 0; // signals we need a copy in generateMask()
399 dstRB = 0; // signals we need a copy in generateMask()
411 if (0 == dstRB) { in generateMask()
418 dst.reset(info, mask.fImage, dstRB); in generateMask()
454 int dstRB = dst.fRowBytes; in extract_alpha() local
462 for (int x = width; x < dstRB; ++x) { in extract_alpha()
465 dstRow += dstRB; in extract_alpha()
560 int dstRB = origGlyph.rowBytes(); in getImage() local
577 dst += dstRB; in getImage()