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

/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_video.c622 int zoomx1, zoomx2, zoomy1, zoomy2; local in function:TRIDENTDisplayVideo
699 zoomx1 = z;
700 zoomx2 = (z - (int)zoomx1 ) * 1024;
703 OUTW(vgaIOBase + 4, (zoomx1&0x0f)<<10 | (zoomx2&0x0300) |0x81);
705 zoomx1 = ((float)drw_w/(float)src_w);
706 zoomx2 = ( ((float)drw_w/(float)src_w) - (int)zoomx1 ) * 1024;

Completed in 3 milliseconds