Searched refs:_height (Results 1 - 25 of 97) sorted by path

1234

/haiku/headers/os/interface/
H A DBox.h63 virtual void GetPreferredSize(float* _width, float* _height);
H A DButton.h64 float* _height);
H A DChannelSlider.h58 virtual void GetPreferredSize(float* _width, float* _height);
H A DCheckBox.h51 float* _height);
H A DColorControl.h64 float* _height);
H A DControl.h66 float* _height);
H A DMenuBar.h54 float* _height);
H A DOptionPopUp.h48 float* _height);
H A DPopUpMenu.h50 float* _height);
H A DRadioButton.h37 float* _height);
H A DSeparatorItem.h27 virtual void GetContentSize(float* _width, float* _height);
H A DSlider.h108 float* _height);
H A DStatusBar.h37 float* _height);
H A DStringView.h42 float* _height);
H A DTextControl.h69 float* _height);
/haiku/headers/private/interface/
H A DColorMenuItem.h31 virtual void GetContentSize(float* _width, float* _height);
/haiku/headers/private/kernel/
H A Dconsole.h21 status_t (*get_size)(int32 *_width, int32 *_height);
/haiku/headers/private/shared/
H A DStripeView.h28 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/diskprobe/
H A DDataView.h52 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/magnify/
H A DMagnify.h166 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.h28 float* _height);
H A DTransportControlGroup.cpp232 TransportControlGroup::GetPreferredSize(float* _width, float* _height) argument
237 if (_height != NULL)
238 *_height = size.height;
/haiku/src/apps/pulse/
H A DConfigView.h37 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/stylededit/
H A DStatusView.h36 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/kits/interface/
H A DCheckBox.cpp293 BCheckBox::GetPreferredSize(float* _width, float* _height) argument
300 if (_height)
301 *_height = fPreferredSize.height;

Completed in 185 milliseconds

1234