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

/haiku/src/apps/poorman/
H A DPoorManWindow.cpp68 fLastWidth = 318.0f;
300 fLastWidth = width;
352 ResizeTo(fLastWidth, fLastHeight);
629 if (m.FindFloat("fLastWidth", &fLastWidth) != B_OK)
630 fLastWidth = 318.0f;
634 fIsZoomed?ResizeTo(fLastWidth, fLastHeight):ResizeTo(318, 53);
675 m.AddFloat("fLastWidth", fLastWidth);
H A DPoorManWindow.h188 float fLastWidth; member in class:PoorManWindow
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.h165 int32 fLastWidth; member in class:AVCodecDecoder
H A DAVCodecDecoder.cpp1780 fLastWidth = width;
1801 if (fFilterGraph == NULL || width != fLastWidth

Completed in 62 milliseconds