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

/haiku/src/apps/tv/
H A DMainWin.h102 float fWidthScale; member in class:MainWin
H A DMainWin.cpp98 , fWidthScale(1.0)
148 VideoFormatChange(fSourceWidth, fSourceHeight, fWidthScale, fHeightScale);
630 fWidthScale = width_scale;
710 fSourceWidth, fSourceHeight, fWidthScale, fHeightScale, local
727 float scaled_width = fSourceWidth * fWidthScale;
777 float scaled_width = fSourceWidth * fWidthScale;
1242 ResizeTo(int(fSourceWidth * fWidthScale),

Completed in 84 milliseconds