Searched refs:affectedRightBit (Results 1 – 2 of 2) sorted by relevance
322 int affectedRightBit = mask.fBounds.width() - 1; in blitMask() local323 ptrdiff_t rowBytes = (affectedRightBit >> 3) + 1; in blitMask()325 U8CPU rightMask = generate_right_mask((affectedRightBit & 7) + 1); in blitMask()347 int affectedRightBit = rightEdge - 1; in blitMask() local348 const uint8_t* rightByte = bits + (affectedRightBit >> 3); in blitMask()349 U8CPU rightMask = generate_right_mask((affectedRightBit & 7) + 1); in blitMask()
321 int affectedRightBit = mask.fBounds.width() - 1; in blitMask() local322 ptrdiff_t rowBytes = (affectedRightBit >> 3) + 1; in blitMask()324 U8CPU rightMask = generate_right_mask((affectedRightBit & 7) + 1); in blitMask()346 int affectedRightBit = rightEdge - 1; in blitMask() local347 const uint8_t* rightByte = bits + (affectedRightBit >> 3); in blitMask()348 U8CPU rightMask = generate_right_mask((affectedRightBit & 7) + 1); in blitMask()