HomeSort by: relevance | last modified time | path
    Searched refs:Vscale (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_video.c 1826 float Hscale, Vscale;
1839 Vscale = (vid_h - 1) / (float)(drw_h - 1);
1840 ScaleYn = Vscale;
1895 SrcTn = (rect_y - dstBox->y1) * Vscale;
1896 SrcTd = ((rect_y - dstBox->y1) << 13) * Vscale - (SrcTn << 13);
1897 SrcBn = (rect_y + rect_h - dstBox->y1) * Vscale;
  /xsrc/external/mit/xf86-video-ati/dist/src/
legacy_output.c 1350 Bool Hscale = TRUE, Vscale = TRUE;
1406 Vscale = FALSE;
1416 Vscale = FALSE;
1433 if ((!Vscale) || (!(radeon_output->Flags & RADEON_USE_RMX)) ||

Completed in 7 milliseconds