Home | History | Annotate | Download | only in core

Lines Matching refs:srcRB

540 static void packA8ToA1(const SkMask& mask, const uint8_t* src, size_t srcRB) {
550 const int srcPad = srcRB - width;
660 const SkPMColor* srcRow, size_t srcRB) {
675 srcRow = (const SkPMColor*)((const char*)srcRow + srcRB);
770 int srcRB = dstM.fRowBytes;
785 src += srcRB;