Searched defs:width (Results 151 - 175 of 625) sorted by relevance

1234567891011>>

/haiku/src/add-ons/translators/ico/
H A DICO.h36 uint8 width; member in struct:ICO::ico_dir_entry
53 uint32 width; member in struct:ICO::ico_bitmap_header
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp80 uint32 width = header.xMax - header.xMin + 1; local
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp160 uint32 width = bitmap->Bounds().IntegerWidth() + 1; local
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp48 FileSelectionPage::FrameResized(float width, float height) argument
150 float width = fSelect->Frame().left - kSpacing - left; local
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp123 FrameResized( float width, float height) argument
179 _updateLayout( float width, float height) argument
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp86 float width = ceilf(StringWidth(Label())); local
97 float width = LabelWidth(); local
149 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.cpp88 uint32 width = bitmap->Bounds().IntegerWidth() + 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.cpp232 int width = min_c(kSplashIconsWidth, sInfo->width); local
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf.h36 int width; /* Width. */ member in struct:printf_info
/haiku/src/tests/servers/app/benchmark/
H A DBenchmark.cpp56 uint32 width = 500; local
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp82 float width = view->Bounds().Width(); local
161 _drawArrow(BView *view, float x0, float y0, float angle, float length, float coeff, float width) argument
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp192 float width = 0; local
/haiku/headers/glibc/
H A Dprintf.h36 int width; /* Width. */ member in struct:printf_info
/haiku/headers/libs/agg/
H A Dagg_vcgen_contour.h54 void width(double w) { m_stroker.width(m_width = w); } function in class:agg::vcgen_contour
60 double width() const { return m_width; } function in class:agg::vcgen_contour
/haiku/src/add-ons/translators/gif/
H A DGIFSave.h90 int width; member in class:GIFSave
/haiku/src/apps/midiplayer/
H A DScopeView.cpp170 int32 width = (int32) Bounds().Width(); local
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp316 float width = view->Bounds().Width(); local
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.cpp18 DelegateBasedTableColumn(BColumn* columnDelegate, int32 modelIndex, float width, float minWidth, float maxWidth, alignment align) argument
66 StringTableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate, alignment align) argument
102 BoolStringTableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, const BString& trueString, const BString& falseString, uint32 truncate, alignment align) argument
134 Int32TableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate, alignment align) argument
164 Int64TableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate, alignment align) argument
197 BigtimeTableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, bool invalidFirst, uint32 truncate, alignment align) argument
245 NanotimeTableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, bool invalidFirst, uint32 truncate, alignment align) argument
[all...]
/haiku/src/kits/tracker/
H A DOverrideAlert.cpp102 OverrideAlert::OverPosition(float width, float height) argument
44 OverrideAlert(const char* title, const char* text, const char* button1, uint32 modifiers1, const char* button2, uint32 modifiers2, const char* button3, uint32 modifiers3, button_width width, alert_type type) argument
63 OverrideAlert(const char* title, const char* text, const char* button1, uint32 modifiers1, const char* button2, uint32 modifiers2, const char* button3, uint32 modifiers3, button_width width, button_spacing spacing, alert_type type) argument
/haiku/src/add-ons/translators/psd/
H A DPSDTranslator.cpp174 PSDTranslator::DerivedCanHandleImageSize(float width, float height) const argument

Completed in 116 milliseconds

1234567891011>>