Home
last modified time | relevance | path

Searched refs:fWidthAspect (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DMainWin.cpp267 fWidthAspect(0), in MainWin()
1501 fWidthAspect = widthAspect; in VideoFormatChange()
1683 int previousWidthAspect = fWidthAspect; in _SetupWindow()
1687 &fWidthAspect, &fHeightAspect); in _SetupWindow()
1691 fWidthAspect = 1; in _SetupWindow()
1699 || previousWidthAspect != fWidthAspect in _SetupWindow()
1866 item->SetMarked(widthAspect == fWidthAspect in _SetupVideoAspectItems()
1871 item->SetMarked(width == fWidthAspect && height == fHeightAspect); in _SetupVideoAspectItems()
1876 item->SetMarked(fWidthAspect == 4 && fHeightAspect == 3); in _SetupVideoAspectItems()
1878 item->SetMarked(fWidthAspect == 16 && fHeightAspect == 9); in _SetupVideoAspectItems()
[all …]
H A DMainWin.h168 int fWidthAspect; variable