Lines Matching full:bitsleft
161 int bitsLeft = cx - ((cx - maskLeft) & 7);163 // Everything is relative to the bitsLeft.164 int leftEdge = cx - bitsLeft;166 int rightEdge = clip.fRight - bitsLeft;184 bits_to_runs(this, bitsLeft, cy, bits, leftMask, rowBytes, rightMask);