Searched refs:LeftEdge (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ | ||
| H A D | xaaNonTEText.c | 275 int LeftEdge, RightEdge; local in function:PolyGlyphBltAsSingleBitmap 332 LeftEdge = max(Left, pbox->x1); 335 if(RightEdge > LeftEdge) { 336 skippix = LeftEdge - Left; 342 (*infoRec->WriteBitmap)(pScrn, LeftEdge, topLine, 343 RightEdge - LeftEdge, height, 370 int LeftEdge, RightEdge, ytop, ybot; local in function:ImageGlyphBltNonTEColorExpansion 390 LeftEdge = max(Left, pbox->x1); 392 if(RightEdge > LeftEdge) { 402 LeftEdge, yto 479 int LeftEdge, RightEdge; local in function:PolyGlyphBltNonTEColorExpansion [all...] |
| H A D | xaaTEText.c | 231 int LeftEdge, RightEdge, ytop, ybot; local in function:XAAGlyphBltTEColorExpansion 250 LeftEdge = max(Left, pbox->x1); 253 if(RightEdge > LeftEdge) { /* we have something to draw */ 258 if((skippix = LeftEdge - Left)) { 298 LeftEdge, ytop, RightEdge - LeftEdge, ybot - ytop, |
Completed in 4 milliseconds