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

/haiku/src/apps/mediaplayer/
H A DMainWin.cpp267 fWidthAspect(0),
1501 fWidthAspect = widthAspect;
1683 int previousWidthAspect = fWidthAspect;
1687 &fWidthAspect, &fHeightAspect);
1691 fWidthAspect = 1;
1699 || previousWidthAspect != fWidthAspect
1868 item->SetMarked(widthAspect == fWidthAspect
1873 item->SetMarked(width == fWidthAspect && height == fHeightAspect);
1879 item->SetMarked(fWidthAspect == 4 && fHeightAspect == 3);
1882 item->SetMarked(fWidthAspect
[all...]
H A DMainWin.h168 int fWidthAspect; member in class:MainWin

Completed in 45 milliseconds