Searched refs:skippix (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ | ||
| H A D | xaaNonTEText.c | 276 int bitPitch, shift, size, i, skippix; local in function:PolyGlyphBltAsSingleBitmap 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; local in function:ImageGlyphBltNonTEColorExpansion 442 skippix = LeftEdge - xInit; 444 while(skippix > 477 int skippix, skipglyph, width, n, i; local in function:PolyGlyphBltNonTEColorExpansion [all...] |
| H A D | xaaTEText.c | 229 int skippix, skipglyphs; local in function:XAAGlyphBltTEColorExpansion 258 if((skippix = LeftEdge - Left)) { 259 skipglyphs = skippix/glyphWidth; 260 skippix %= glyphWidth; 299 skippix, ytop - Top, glyphs + skipglyphs, glyphWidth, |
Completed in 2 milliseconds