Searched refs:RightEdge (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaNonTEText.c275 int LeftEdge, RightEdge; local in function:PolyGlyphBltAsSingleBitmap
333 RightEdge = min(Right, pbox->x2);
335 if(RightEdge > LeftEdge) {
343 RightEdge - LeftEdge, height,
370 int LeftEdge, RightEdge, ytop, ybot; local in function:ImageGlyphBltNonTEColorExpansion
391 RightEdge = min(Right, pbox->x2);
392 if(RightEdge > LeftEdge) {
402 LeftEdge, ytop, RightEdge - LeftEdge, ybot - ytop);
436 RightEdge = min(Right, pbox->x2);
438 if(RightEdge > LeftEdg
479 int LeftEdge, RightEdge; local in function:PolyGlyphBltNonTEColorExpansion
[all...]
H A DxaaTEText.c231 int LeftEdge, RightEdge, ytop, ybot; local in function:XAAGlyphBltTEColorExpansion
251 RightEdge = min(Right, pbox->x2);
253 if(RightEdge > LeftEdge) { /* we have something to draw */
298 LeftEdge, ytop, RightEdge - LeftEdge, ybot - ytop,

Completed in 15 milliseconds