Lines Matching refs:skippix
276 int bitPitch, shift, size, i, skippix;
303 skippix = glyphs->start - infoRec->GlyphInfo[0].start;
307 (skippix >> 5);
308 shift = skippix & 31;
336 skippix = LeftEdge - Left;
345 (skippix >> 5)),
346 pitch << 2, skippix & 31, fg, -1, rop, planemask);
368 int skippix, skipglyph, width, n, i;
442 skippix = LeftEdge - xInit;
444 while(skippix >= infoRec->GlyphInfo[skipglyph].end)
447 skippix = RightEdge - xInit;
449 while((i < nglyph) && (skippix > infoRec->GlyphInfo[i].start)) {
477 int skippix, skipglyph, width, n, i;
517 skippix = LeftEdge - xInit;
519 while(skippix >= infoRec->GlyphInfo[skipglyph].end)
522 skippix = RightEdge - xInit;
524 while((i < nglyph) && (skippix > infoRec->GlyphInfo[i].start)) {