Searched refs:fWidth (Results 76 - 86 of 86) sorted by relevance

1234

/haiku/src/apps/showimage/
H A DFilter.h216 int32 fWidth; member in class:ImageProcessor
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h70 int32 Width() const { return fWidth; }
226 int32 fWidth; member in class:BasicTerminalBuffer
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp155 fWidth(100),
170 fWidth(width),
185 return fWidth;
213 if (width != fWidth) {
214 fWidth = width;
H A DHeaderView.h105 float fWidth; member in class:Header
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp692 float fWidth = e.frame.Width(); local
694 if (curFrame.Width() != fWidth
696 e.pView->ResizeTo(fWidth + 5.0, fHeight);
/haiku/src/apps/charactermap/
H A DCharacterView.cpp299 fWidth(width * 2),
306 *width = fWidth;
336 float fWidth; member in class:PreviewItem
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp41 fWidth(width),
/haiku/src/apps/sudoku/
H A DSudokuView.h139 float fWidth; member in class:SudokuView
/haiku/headers/private/interface/
H A DColumnListView.h231 float fWidth; member in class:BColumn
/haiku/src/bin/
H A Dsetmime.cpp220 int32 fWidth; member in struct:MimeAttribute
248 fWidth(0),
264 { "attr:width", B_INT32_TYPE, false, &fWidth },
300 fWidth(0),
324 fWidth = src.fWidth;
363 fWidth = atoi(value);
415 cout << " " << kAttrWidth << " " << fWidth
440 { "attr:width", B_INT32_TYPE, &fWidth },
/haiku/src/kits/interface/
H A DColumnListView.cpp705 fWidth(width),
724 return fWidth;
731 fWidth = width;
778 return fWidth;
1996 message->AddFloat("width", column->fWidth);

Completed in 128 milliseconds

1234