Home | History | Annotate | Download | only in core

Lines Matching refs:dstRB

389     size_t dstRB = dst.fRowBytes;
399 dstP = (uint16_t*)((char*)dstP + dstRB);
412 size_t dstRB = dst.fRowBytes;
422 dstP = (SkPMColor*)((char*)dstP + dstRB);
435 int dstRB = mask.fRowBytes;
455 dstRB = 0; // signals we need a copy
466 bm.setConfig(config, dstW, dstH, dstRB);
468 if (0 == dstRB) {
572 int dstRB = origGlyph.rowBytes();
584 //sk_bzero(dst, height * dstRB);
589 dst += dstRB;