Lines Matching defs:bits
153 const uint8_t bits[],
160 uint8_t b = *bits++ & left_mask;
207 const uint8_t* bits = mask.getAddr1(cx, cy);
217 SkASSERT(bits + rowBytes <= endOfImage);
219 bits_to_runs(this, cx, cy, bits, 0xFF, rowBytes, rightMask);
220 bits += maskRowBytes;
236 const uint8_t* leftByte = bits;
241 const uint8_t* rightByte = bits + (affectedRightBit >> 3);
249 SkASSERT(bits + rowBytes <= endOfImage);
250 bits_to_runs(this, bitsLeft, cy, bits, leftMask, rowBytes, rightMask);
251 bits += maskRowBytes;