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

/haiku/src/apps/mediaplayer/
H A DMainWin.cpp268 fHeightAspect(0),
1502 fHeightAspect = heightAspect;
1684 int previousHeightAspect = fHeightAspect;
1687 &fWidthAspect, &fHeightAspect);
1692 fHeightAspect = 1;
1700 || previousHeightAspect != fHeightAspect) {
1869 && heightAspect == fHeightAspect);
1873 item->SetMarked(width == fWidthAspect && height == fHeightAspect);
1879 item->SetMarked(fWidthAspect == 4 && fHeightAspect == 3);
1882 item->SetMarked(fWidthAspect == 16 && fHeightAspect
[all...]
H A DMainWin.h169 int fHeightAspect; member in class:MainWin

Completed in 74 milliseconds