Searched refs:width (Results 476 - 500 of 1007) sorted by relevance

<<11121314151617181920>>

/haiku/src/libs/stdc++/legacy/
H A Diomanip.cc69 i.width(n);
/haiku/src/preferences/filetypes/
H A DAttributeListView.h17 const char* displayAs, int32 alignment, int32 width, bool visible,
/haiku/src/servers/app/
H A DServerCursor.h31 uint32 width, uint32 height,
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf.h36 int width; /* Width. */ member in struct:printf_info
89 `struct printf_info' describing the format spec being parsed. A width
91 width/precision will come from an arg. The function should fill in the
/haiku/src/tests/apps/miniterminal/
H A DConsole.h70 static void ResizeCallback(int32 width, int32 height, void *data);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWrapperView.cpp106 return BSize(BLayoutUtils::AddDistances(size.width, horizontalInsets),
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp28 virtual void FrameResized(float width, float height) argument
/haiku/headers/glibc/
H A Dprintf.h36 int width; /* Width. */ member in struct:printf_info
89 `struct printf_info' describing the format spec being parsed. A width
91 width/precision will come from an arg. The function should fill in the
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.h49 virtual void FrameResized(float width, float height);
/haiku/src/add-ons/translators/psd/
H A DPSDTranslator.h52 virtual status_t DerivedCanHandleImageSize(float width,
/haiku/src/add-ons/translators/gif/
H A DGIFSave.h90 int width; member in class:GIFSave
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.h26 virtual void FrameResized(float width, float height);
/haiku/headers/private/shared/
H A DToolBar.h46 virtual void FrameResized(float width, float height);
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h38 bool SetWidth(float width);
/haiku/headers/private/interface/
H A DAboutWindow.h32 BPoint AboutPosition(float width, float height);
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderSaver.h65 void _AllocBackBitmap(float width, float height);
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h142 /* width in pixels, a multiple of */
146 /* width in pixels, a multiple of */
153 /* width in lines, a multiple of */
157 /* width in linex, a multiple of */
174 float width; member in struct:__anon13
216 /* virtual width and height */
220 uint16 width; /* 0 to N, where zero means */ member in struct:__anon18
230 /* virtual width and height */
248 /* virtual width and height */
315 typedef status_t (*set_cursor_shape)(uint16 width, uint1
[all...]
/haiku/src/apps/launchbox/
H A DMainWindow.h44 virtual void FrameResized(float width, float height);
/haiku/src/libs/glut/
H A Dglut_bitmap.c52 glBitmap(ch->width, ch->height, ch->xorig, ch->yorig,
/haiku/src/add-ons/network_settings/dialup/
H A DConnectionOptionsAddon.h49 virtual bool GetPreferredSize(float *width, float *height) const;
H A DPPPoEAddon.h53 virtual bool GetPreferredSize(float *width, float *height) const;
H A DDialUpAddon.h107 virtual bool GetPreferredSize(float *width, float *height) const argument
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.h36 virtual void Zoom(BPoint origin, float width, float height);
/haiku/src/servers/notification/
H A DNotificationWindow.h42 virtual void FrameResized(float width, float height);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp111 float* width,
116 *width = 0;
123 if (r.Width() > *width) {
124 *width = r.Width();
110 GetPreferredSize( float* width, float* height) argument

Completed in 146 milliseconds

<<11121314151617181920>>