Lines Matching defs:shift
142 int shift = glyphp->width;
147 shift -= skipleft;
153 while(shift < 32) {
156 bits |= SHIFT_L(glyphp->bitsp[line],shift);
157 shift += glyphp->width;
164 shift &= 31;
165 if(shift &&
167 bits = SHIFT_R(glyphp->bitsp[line], glyphp->width - shift);
173 TotalWidth -= shift;
177 bits |= SHIFT_L(glyphp->bitsp[line], shift);
178 shift += glyphp->width;
182 if (shift >= 22) {
184 } else if (shift >= 11) {