Searched refs:affectedRightBit (Results 1 – 1 of 1) sorted by relevance
149 int affectedRightBit = mask.fBounds.width() - 1; in blitMask() local150 ptrdiff_t rowBytes = (affectedRightBit >> 3) + 1; in blitMask()152 U8CPU rightMask = generate_right_mask((affectedRightBit & 7) + 1); in blitMask()174 int affectedRightBit = rightEdge - 1; in blitMask() local175 const uint8_t* rightByte = bits + (affectedRightBit >> 3); in blitMask()176 U8CPU rightMask = generate_right_mask((affectedRightBit & 7) + 1); in blitMask()