Searched refs:lastline (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaNonTEGlyph.c145 if((line >= glyphp->firstline) && (line <= glyphp->lastline))
148 } else if((line >= glyphp->firstline) && (line <= glyphp->lastline))
155 if((line >= glyphp->firstline) && (line <= glyphp->lastline))
166 (line >= glyphp->firstline) && (line <= glyphp->lastline))
176 if((line >= glyphp->firstline) && (line <= glyphp->lastline))
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcrashdec.c132 static char *lastline; variable in typeref:typename:char *
145 free(lastline);
155 lastline = r;
163 pushedline = lastline;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_driver.c1809 int lastline = pI810->FbMapSize / local in function:I810AdjustFrame
1811 lastline -= scrn->currentMode->VDisplay;
1814 if (y > lastline) y = lastline;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_driver.c1809 int lastline = pI810->FbMapSize / local in function:I810AdjustFrame
1811 lastline -= scrn->currentMode->VDisplay;
1814 if (y > lastline) y = lastline;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_driver.c2183 int lastline = pI810->FbMapSize / local in function:I810AdjustFrame
2185 lastline -= pScrn->currentMode->VDisplay;
2188 if (y > lastline) y = lastline;
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_driver.c1769 int lastline = nPtr->NeoFbMapSize / local in function:NEOAdjustFrame
1772 lastline -= pScrn->currentMode->VDisplay;
1774 if (y > lastline) y = lastline;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c4347 int lastline = cPtr->FbMapSize / local in function:CHIPSAdjustFrame
4349 lastline -= pScrn->currentMode->VDisplay;
4351 if (y > lastline) y = lastline;

Completed in 19 milliseconds