Lines Matching refs:skipleft
149 int x, int y, int w, int h, int skipleft, int startline,
168 if(skipleft &&
171 (skipleft > x)))) {
175 int width = glyphWidth - skipleft;
185 register CARD32 tmp = SHIFT_R(glyphs[0][line++],skipleft);
198 skipleft = 0; /* nicely aligned again */
201 w += skipleft;
202 x -= skipleft;
206 pScrn, x, y, w, h, skipleft);
245 int x, int y, int w, int h, int skipleft, int startline,
267 if(skipleft) {
271 int width = glyphWidth - skipleft;
281 bits = SHIFT_R(glyphs[0][line++],skipleft);
300 skipleft = 0; /* nicely aligned again */
346 int x, int y, int w, int h, int skipleft, int startline,
365 if(skipleft &&
368 (skipleft > x)))) {
372 int width = glyphWidth - skipleft;
382 register CARD32 tmp = SHIFT_R(glyphs[0][line++],skipleft);
394 skipleft = 0; /* nicely aligned again */
397 w += skipleft;
398 x -= skipleft;
401 pScrn, x, y, w, h, skipleft);
421 int x, int y, int w, int h, int skipleft, int startline,
443 if(skipleft) {
447 int width = glyphWidth - skipleft;
459 bits = SHIFT_R(glyphs[0][line++],skipleft);
476 skipleft = 0; /* nicely aligned again */
479 w += skipleft;
480 x -= skipleft;
485 pScrn, x, y, w, h, skipleft);