Home | History | Annotate | Download | only in core

Lines Matching refs:dstRB

438     size_t dstRB = dst.fRowBytes;
498 dstP = (uint16_t*)((char*)dstP + dstRB);
511 size_t dstRB = dst.fRowBytes;
523 dstP = (SkPMColor*)((char*)dstP + dstRB);
581 int dstRB = mask.fRowBytes;
590 dstRB = 0; // signals we need a copy
601 dstRB = 0; // signals we need a copy
613 if (0 == dstRB) {
620 bm.installPixels(info, mask.fImage, 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;