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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis300_accel.c664 int newsrcx, newsrcy; local in function:SiSSubsequentScreenToScreenColorExpand
669 newsrcy = ((pSiS->scrnOffset * srcy) + (srcx * ((pScrn->bitsPerPixel+7)/8))) /
680 if(newsrcy >= 2048) {
681 srcbase = (pScrn->displayWidth / 8) * newsrcy;
682 newsrcy = 0;
732 SiSSetupSRCXY(newsrcx, newsrcy)
H A Dsis310_accel.c1222 int newsrcx, newsrcy; local in function:SiSSubsequentScreenToScreenColorExpand
1227 newsrcy = ((pSiS->scrnOffset * srcy) + (srcx * ((pScrn->bitsPerPixel+7)/8))) /
1238 if(newsrcy >= 2048) {
1239 srcbase = (pScrn->displayWidth / 8) * newsrcy;
1240 newsrcy = 0;
1295 SiSSetupSRCXY(newsrcx, newsrcy)

Completed in 5 milliseconds