Searched refs:_width (Results 76 - 98 of 98) sorted by last modified time

1234

/haiku/src/kits/interface/
H A DRadioButton.cpp248 BRadioButton::GetPreferredSize(float* _width, float* _height) argument
271 if (_width != NULL)
272 *_width = width;
H A DOptionPopUp.cpp283 BOptionPopUp::GetPreferredSize(float* _width, float* _height) argument
296 if (_width != NULL) {
299 *_width = width;
H A DPictureButton.cpp157 BPictureButton::GetPreferredSize(float* _width, float* _height) argument
159 BControl::GetPreferredSize(_width, _height);
H A DPopUpMenu.cpp242 BPopUpMenu::GetPreferredSize(float* _width, float* _height) argument
244 BMenu::GetPreferredSize(_width, _height);
/haiku/headers/os/interface/
H A DSlider.h107 virtual void GetPreferredSize(float* _width,
H A DColorControl.h63 virtual void GetPreferredSize(float* _width,
H A DChannelSlider.h58 virtual void GetPreferredSize(float* _width, float* _height);
H A DButton.h63 virtual void GetPreferredSize (float* _width,
H A DCheckBox.h50 virtual void GetPreferredSize(float* _width,
H A DBox.h63 virtual void GetPreferredSize(float* _width, float* _height);
H A DOptionPopUp.h47 virtual void GetPreferredSize(float* _width,
H A DTextControl.h68 virtual void GetPreferredSize(float* _width,
H A DStatusBar.h36 virtual void GetPreferredSize(float* _width,
H A DRadioButton.h36 virtual void GetPreferredSize(float* _width,
H A DControl.h65 virtual void GetPreferredSize(float* _width,
H A DSeparatorItem.h27 virtual void GetContentSize(float* _width, float* _height);
H A DPopUpMenu.h49 virtual void GetPreferredSize(float* _width,
/haiku/src/apps/stylededit/
H A DStatusView.h36 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/kits/tracker/
H A DStatusWindow.h131 BString _DestinationString(float* _width);
133 float fontSize, float* _width);
136 float* _width);
141 float* _width);
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.h27 virtual void GetPreferredSize(float* _width,
/haiku/src/apps/pulse/
H A DConfigView.h37 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/headers/cpp/
H A Dstreambuf.h89 int _width; member in struct:_ios_fields
202 int width() const { return _width; }
203 int width(int val) { int save = _width; _width = val; return save; }
471 _strbuf=sb; _tie = tie_to; _width=0; _fill=' ';
/haiku/headers/private/kernel/
H A Dconsole.h21 status_t (*get_size)(int32 *_width, int32 *_height);

Completed in 99 milliseconds

1234