Home | History | Annotate | Download | only in core

Lines Matching refs:dstRB

227     size_t dstRB = dst.fRowBytes;
287 dstP = (uint16_t*)((char*)dstP + dstRB);
345 int dstRB = mask.fRowBytes;
354 dstRB = 0; // signals we need a copy
364 dstRB = 0; // signals we need a copy
376 if (0 == dstRB) {
383 dst.reset(info, mask.fImage, dstRB);
418 int dstRB = dst.fRowBytes;
426 for (int x = width; x < dstRB; ++x) {
429 dstRow += dstRB;
508 int dstRB = origGlyph.rowBytes();
520 //sk_bzero(dst, height * dstRB);
525 dst += dstRB;