Searched refs:width_scale (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/tv/ |
H A D | MainWin.h | 68 void VideoFormatChange(int width, int height, float width_scale, float height_scale);
|
H A D | MainWin.cpp | 613 MainWin::VideoFormatChange(int width, int height, float width_scale, in VideoFormatChange() argument 619 "height_scale %.6f\n", width, height, width_scale, height_scale); in VideoFormatChange() 621 if (width_scale < 1.0 && height_scale >= 1.0) { in VideoFormatChange() 622 width_scale = 1.0 / width_scale; in VideoFormatChange() 625 width_scale, height_scale); in VideoFormatChange() 630 fWidthScale = width_scale; in VideoFormatChange()
|