Lines Matching defs:dsth
237 unsigned short dstw, unsigned short dsth);
239 unsigned short dstw, unsigned short dsth);
241 unsigned short dsth);
864 unsigned short dstw, unsigned short dsth)
868 unsigned short dstw, unsigned short dsth)
880 if (dsth != 0) {
882 gfx_vid_dsth = dsth;
898 if (dsth == 0)
900 else if (dsth <= srch)
902 else if ((srch == 1) || (dsth == 1))
905 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
929 unsigned short dsth)
932 gfx_set_video_vertical_downscale(unsigned short srch, unsigned short dsth)
938 gfx_set_display_video_downscale(srch, dsth);