Searched defs:height (Results 126 - 150 of 513) sorted by relevance

1234567891011>>

/haiku/headers/libs/agg/
H A Dagg_rendering_buffer.h53 row_ptr_cache(T* buf, unsigned width, unsigned height, int stride) : argument
64 void attach(T* buf, unsigned width, unsigned height, int stride) argument
95 unsigned height() const { return m_height; } function in class:agg::row_ptr_cache
[all...]
/haiku/src/add-ons/accelerants/common/
H A Dcompute_display_timing.cpp140 compute_display_timing(uint32 width, uint32 height, float refresh, argument
/haiku/src/add-ons/accelerants/et6x00/
H A DAcceleration.c82 uint16 src_left, src_top, dest_left, dest_top, width, height; local
/haiku/src/add-ons/kernel/console/vga_text/
H A Dvga_text.c69 get_size(int32 *width, int32 *height) argument
104 fill_glyph(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr) argument
119 blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty) argument
/haiku/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dtas5130d1b.cpp138 TAS5130D1BSensor::AcceptVideoFrame(uint32 &width, uint32 &height) argument
/haiku/src/add-ons/translators/ico/
H A DICO.h37 uint8 height; member in struct:ICO::ico_dir_entry
54 uint32 height; member in struct:ICO::ico_bitmap_header
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp81 uint32 height = header.yMax - header.yMin + 1; local
275 uint16 height local
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp161 uint32 height = bitmap->Bounds().IntegerHeight() + 1; local
H A DWonderBrushTranslator.cpp215 uint32 height = bitmap->Bounds().IntegerHeight() + 1; local
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp48 FileSelectionPage::FrameResized(float width, float height) argument
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp233 float height = m_fontHeight.ascent + m_fontHeight.descent; local
123 FrameResized( float width, float height) argument
179 _updateLayout( float width, float height) argument
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp149 IconOptionsControl::FrameResized(float width, float height) argument
H A DSwatchView.cpp30 SwatchView(const char* name, BMessage* message, BHandler* target, rgb_color color, float width, float height) argument
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp68 BoolValueView::FrameResized(float width, float height) argument
H A DOptionValueView.cpp92 OptionValueView::FrameResized(float width, float height) argument
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp89 uint32 height = bitmap->Bounds().IntegerHeight() + 1; local
/haiku/src/libs/glut/
H A DglutInit.cpp174 int flags, x, y, width, height; local
262 void glutInitWindowSize(int width, int height) { argument
/haiku/src/libs/print/libprint/
H A DPagesView.cpp20 void PagesView::GetPreferredSize(float *width, float *height) argument
/haiku/src/system/kernel/
H A Dboot_splash.cpp233 int height = min_c(kSplashLogoHeight + iconsHalfHeight, sInfo->height); local
/haiku/src/tests/servers/app/benchmark/
H A DBenchmark.cpp57 uint32 height = 500; local
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp83 float height = view->Bounds().Height(); local
/haiku/src/add-ons/translators/gif/
H A DGIFSave.h91 int height; member in class:GIFSave
/haiku/src/apps/midiplayer/
H A DScopeView.cpp171 int32 height = (int32) Bounds().Height(); local
202 font_height height; local
/haiku/src/kits/tracker/
H A DOverrideAlert.cpp102 OverrideAlert::OverPosition(float width, float height) argument
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp119 void MiniPulseView::FrameResized(float width, float height) { argument

Completed in 117 milliseconds

1234567891011>>