Searched refs:height (Results 101 - 125 of 1081) sorted by relevance

1234567891011>>

/haiku-fatelf/src/preferences/printers/
H A DJobListView.cpp187 float height = (fontHeight.ascent + fontHeight.descent local
189 BRect rect(0, 0, height, height);
253 font_height height; local
254 font->GetHeight(&height);
256 SetHeight((height.ascent + height.descent + height.leading) * 2.0 + 8.0);
268 font_height height; local
269 font.GetHeight(&height);
[all...]
/haiku-fatelf/headers/private/kernel/
H A Dconsole.h24 void (*fill_glyph)(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr);
25 void (*blit)(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty);
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfPreviewImage.h87 unsigned int height = 0,
101 // Access to width, height and to the pixel array
105 unsigned int height () const {return _height;} function in class:Imf::PreviewImage
/haiku-fatelf/src/add-ons/translators/png/
H A DPNGView.cpp38 float height = fontHeight.descent + fontHeight.ascent + fontHeight.leading; local
40 BRect rect(10, 10, 200, 10 + height);
49 rect.OffsetBy(0, height + 10);
64 height = fontHeight.descent + fontHeight.ascent + fontHeight.leading;
66 rect.OffsetBy(0, height + 5);
94 rect.OffsetBy(0, height + 15);
114 ResizeTo(Bounds().Width(), rect.top + height * 3.0f + 8.0f);
147 PNGView::FrameResized(float width, float height) argument
/haiku-fatelf/src/apps/bootmanager/
H A DUninstallPage.cpp41 UninstallPage::FrameResized(float width, float height) argument
43 WizardPageView::FrameResized(width, height);
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoView.h100 float height);
106 float *height);
/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterWindow.h111 float height);
125 float height);
H A DParameterContainerView.h71 float height);
/haiku-fatelf/src/apps/cortex/TipManager/
H A DTipView.cpp125 float height) {
127 _inherited::FrameResized(width, height);
128 _updateLayout(width, height);
181 float height) {
186 m_offset.y = (height - _textHeight()) / 2;
233 float height = m_fontHeight.ascent + m_fontHeight.descent; local
235 height += (m_lineSet.size()-1) *
238 return height;
123 FrameResized( float width, float height) argument
179 _updateLayout( float width, float height) argument
H A DTipView.h75 float height);
105 float height);
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.cpp19 float height)
20 : SwatchView(name, message, target, color, width, height)
14 SwatchValueView(const char* name, BMessage* message, BHandler* target, rgb_color color, float width, float height) argument
H A DTextInputValueView.h31 virtual void FrameResized(float width, float height);
/haiku-fatelf/src/apps/midiplayer/
H A DScopeView.cpp219 int32 height = (int32) Bounds().Height(); local
229 int32 x, y, sx = 0, f = (height << N) / 65535, dy = height / 2 + 1;
246 font_height height; local
247 GetFontHeight(&height);
250 float strHeight = height.ascent + height.descent;
253 float y = height.ascent + (Bounds().Height() - strHeight)/2;
/haiku-fatelf/src/preferences/screen/
H A DMonitorView.h29 void SetResolution(int32 width, int32 height);
30 void SetMaxResolution(int32 width, int32 height);
/haiku-fatelf/src/servers/app/drawing/
H A DMallocBuffer.cpp14 uint32 height)
17 fHeight(height)
13 MallocBuffer(uint32 width, uint32 height) argument
/haiku-fatelf/src/system/boot/loader/
H A Dpager.cpp118 int32 height = console_height(); local
136 while (screenLine + 1 < height) {
150 console_set_cursor(0, height - 1);
152 int32 bottomLine = std::min(topLine + height - 2, lineCount - 1);
182 topLine -= height - 1;
187 topLine += height - 1;
201 if (topLine > lineCount - (height - 1))
202 topLine = lineCount - (height - 1);
/haiku-fatelf/headers/libs/print/libprint/
H A DPagesView.h16 void GetPreferredSize(float *width, float *height);
/haiku-fatelf/headers/private/graphics/common/
H A Dcreate_display_modes.h26 void fill_display_mode(uint32 width, uint32 height, display_mode* mode);
/haiku-fatelf/headers/private/interface/
H A DInterfacePrivate.h22 bool get_mode_parameter(uint32 mode, int32& width, int32& height,
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DConfigView.h30 virtual void GetPreferredSize(float *width, float *height);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DImageCache.h56 int GetMask(PDF* pdf, const char* mask, int length, int width, int height, int bpc);
/haiku-fatelf/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.h31 virtual void GetPreferredSize(float* width, float* height);
/haiku-fatelf/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.h64 float height);
/haiku-fatelf/src/apps/networkstatus/
H A DWirelessNetworkMenuItem.h28 virtual void GetContentSize(float* width, float* height);
/haiku-fatelf/src/apps/processcontroller/
H A DNoiseBarMenuItem.h36 virtual void GetContentSize(float* width, float* height);

Completed in 391 milliseconds

1234567891011>>