Home | History | Annotate | Download | only in core

Lines Matching refs:dstRB

437     size_t dstRB = dst.fRowBytes;
497 dstP = (uint16_t*)((char*)dstP + dstRB);
510 size_t dstRB = dst.fRowBytes;
522 dstP = (SkPMColor*)((char*)dstP + dstRB);
579 int dstRB = mask.fRowBytes;
589 dstRB = 0; // signals we need a copy
600 dstRB = 0; // signals we need a copy
610 bm.setConfig(config, dstW, dstH, dstRB);
612 if (0 == dstRB) {
663 int dstRB = dst.fRowBytes;
671 for (int x = width; x < dstRB; ++x) {
674 dstRow += dstRB;
769 int dstRB = origGlyph.rowBytes();
781 //sk_bzero(dst, height * dstRB);
786 dst += dstRB;