Home | History | Annotate | Download | only in core

Lines Matching full:ramrb

1103     const size_t ramRB = pmap.rowBytes();
1114 src += ramRB;
1157 const size_t ramRB = info.minRowBytes();
1160 const uint64_t ramSize = sk_64_mul(ramRB, height);
1172 unsigned char* dstRow = dst + ramRB * (height - 1);
1176 dstRow -= ramRB;