Lines Matching refs:dstRB
1206 const size_t dstRB = (width + 7) >> 3;
1207 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1242 dst -= dstRB;
1247 uint8_t* last = (uint8_t*)((char*)glyph.fImage + glyph.fHeight * dstRB - 1);
1257 const size_t dstRB = glyph.rowBytes();
1259 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1269 dst -= dstRB;
1276 const size_t dstRB = glyph.rowBytes();
1278 uint16_t* SK_RESTRICT dst = (uint16_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1285 dst = (uint16_t*)((char*)dst - dstRB);
1292 const size_t dstRB = glyph.rowBytes();
1294 uint32_t* SK_RESTRICT dst = (uint32_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1301 dst = (uint32_t*)((char*)dst - dstRB);
1354 size_t dstRB = glyph.rowBytes();
1357 uint8_t* dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
1359 dstRB);
1361 dst -= dstRB;
1367 uint8_t* last = (uint8_t*)((char*)glyph.fImage + glyph.fHeight * dstRB - 1);