Searched refs:fLastHeight (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/poorman/
H A DPoorManWindow.cpp69 fLastHeight = 320.0f;
301 fLastHeight = height;
352 ResizeTo(fLastWidth, fLastHeight);
631 if (m.FindFloat("fLastHeight", &fLastHeight) != B_OK)
632 fLastHeight = 320.0f;
634 fIsZoomed?ResizeTo(fLastWidth, fLastHeight):ResizeTo(318, 53);
676 m.AddFloat("fLastHeight", fLastHeight);
H A DPoorManWindow.h189 float fLastHeight; member in class:PoorManWindow
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.h166 int32 fLastHeight; member in class:AVCodecDecoder
H A DAVCodecDecoder.cpp1781 fLastHeight = height;
1802 || height != fLastHeight || pixfmt != fLastPixfmt) {

Completed in 108 milliseconds