Searched refs:_height (Results 1 - 25 of 91) sorted by relevance

1234

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfPreviewImage.cpp53 _height = height;
54 _pixels = new PreviewRgba [_width * _height];
58 for (unsigned int i = 0; i < _width * _height; ++i)
63 for (unsigned int i = 0; i < _width * _height; ++i)
71 _height (other._height),
72 _pixels (new PreviewRgba [other._width * other._height])
74 for (unsigned int i = 0; i < _width * _height; ++i)
91 _height = other._height;
[all...]
H A DImfPreviewImage.h105 unsigned int height () const {return _height;}
124 unsigned int _height; member in class:Imf::PreviewImage
/haiku-fatelf/src/apps/processcontroller/
H A DKernelMemoryBarMenuItem.h30 virtual void GetContentSize(float* _width, float* _height);
H A DKernelMemoryBarMenuItem.cpp169 KernelMemoryBarMenuItem::GetContentSize(float* _width, float* _height) argument
171 BMenuItem::GetContentSize(_width, _height);
172 if (*_height < 16)
173 *_height = 16;
H A DMemoryBarMenuItem.h35 virtual void GetContentSize(float* _width, float* _height);
H A DMemoryBarMenuItem.cpp227 MemoryBarMenuItem::GetContentSize(float* _width, float* _height) argument
229 BMenuItem::GetContentSize(_width, _height);
230 if (*_height < 16)
231 *_height = 16;
/haiku-fatelf/src/kits/interface/
H A DSeparatorItem.cpp62 BSeparatorItem::GetContentSize(float* _width, float* _height) argument
67 if (_height != NULL) {
72 *_height = max_c(4, height);
H A DOptionPopUp.cpp268 BOptionPopUp::GetPreferredSize(float* _width, float* _height) argument
273 if (_height != NULL) {
277 *_height = max_c(height, fontHeight.ascent + fontHeight.descent
H A DStringView.cpp152 BStringView::GetPreferredSize(float* _width, float* _height) argument
159 if (_height)
160 *_height = fPreferredSize.height;
/haiku-fatelf/headers/os/interface/
H A DSeparatorItem.h27 virtual void GetContentSize(float* _width, float* _height);
H A DOptionPopUp.h48 float* _height);
H A DPopUpMenu.h50 float* _height);
H A DStringView.h40 float* _height);
/haiku-fatelf/src/apps/stylededit/
H A DStatusView.h34 virtual void GetPreferredSize(float* _width, float* _height);
H A DStatusView.cpp89 StatusView::GetPreferredSize(float* _width, float* _height) argument
96 if (_height)
97 *_height = fPreferredSize.height;
/haiku-fatelf/headers/private/kernel/
H A Dconsole.h21 status_t (*get_size)(int32 *_width, int32 *_height);
/haiku-fatelf/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp124 SeekSlider::GetPreferredSize(float* _width, float* _height) argument
126 BSlider::GetPreferredSize(_width, _height);
131 if (_height != NULL) {
134 *_height += scaledThumbFrame.Height() - unscaledThumbFrame.Height();
H A DSeekSlider.h28 float* _height);
/haiku-fatelf/src/apps/pulse/
H A DConfigView.h37 virtual void GetPreferredSize(float* _width, float* _height);
H A DConfigView.cpp163 ConfigView::GetPreferredSize(float* _width, float* _height) argument
188 if (_height)
189 *_height = bottom + 8.0f;
/haiku-fatelf/src/preferences/mouse/
H A DMouseView.h30 virtual void GetPreferredSize(float *_width, float *_height);
H A DMouseView.cpp106 MouseView::GetPreferredSize(float* _width, float* _height) argument
110 if (_height)
111 *_height = 100;
/haiku-fatelf/src/apps/terminal/
H A DAppearPrefView.h54 float* _height);
/haiku-fatelf/src/kits/media/
H A DDefaultMediaTheme.cpp41 virtual void GetPreferredSize(float *_width, float *_height);
62 virtual void GetPreferredSize(float *_width, float *_height);
221 DynamicScrollView::GetPreferredSize(float *_width, float *_height) argument
231 if (_height)
232 *_height = height;
391 GroupView::GetPreferredSize(float *_width, float *_height) argument
396 if (_height)
397 *_height = fContentBounds.Height();
543 TitleView::GetPreferredSize(float *_width, float *_height)
548 if (_height) {
[all...]
/haiku-fatelf/src/apps/installer/
H A DPackageViews.cpp332 PackagesView::GetPreferredSize(float* _width, float* _height) argument
339 if (_height != NULL)
340 *_height = 80.0;

Completed in 117 milliseconds

1234