Home | History | Annotate | Download | only in core

Lines Matching refs:dstRB

379     size_t dstRB = dst.fRowBytes;
385 dstP = (uint16_t*)((char*)dstP + dstRB);
414 size_t dstRB = dst.fRowBytes;
423 dstP = (uint16_t*)((char*)dstP + dstRB);
434 size_t dstRB = dst.fRowBytes;
444 dstP = (SkPMColor*)((char*)dstP + dstRB);
456 int dstRB = mask.fRowBytes;
476 dstRB = 0; // signals we need a copy
487 bm.setConfig(config, dstW, dstH, dstRB);
489 if (0 == dstRB) {
505 if (0 == dstRB) {
576 int dstRB = origGlyph.rowBytes();
588 //sk_bzero(dst, height * dstRB);
593 dst += dstRB;