Home | History | Annotate | Download | only in core

Lines Matching refs:dstRB

264     size_t dstRB = dst.fRowBytes;
324 dstP = (uint16_t*)((char*)dstP + dstRB);
337 size_t dstRB = dst.fRowBytes;
349 dstP = (SkPMColor*)((char*)dstP + dstRB);
407 int dstRB = mask.fRowBytes;
416 dstRB = 0; // signals we need a copy
427 dstRB = 0; // signals we need a copy
439 if (0 == dstRB) {
446 bm.installPixels(info, mask.fImage, dstRB);
489 int dstRB = dst.fRowBytes;
497 for (int x = width; x < dstRB; ++x) {
500 dstRow += dstRB;
595 int dstRB = origGlyph.rowBytes();
607 //sk_bzero(dst, height * dstRB);
612 dst += dstRB;