Searched refs:height (Results 376 - 400 of 838) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/soundrecorder/
H A DTrackSlider.h47 virtual void FrameResized(float width, float height);
/haiku/src/apps/tv/
H A DMainWin.h68 void VideoFormatChange(int width, int height, float width_scale, float height_scale);
/haiku/src/libs/alm/
H A DRowColumnManager.cpp141 if (prefSize.height <= 0)
144 pref += prefSize.height;
145 double negPen = row->fAreas.ItemAt(i)->ShrinkPenalties().height;
173 double negPen = column->fAreas.ItemAt(i)->ShrinkPenalties().height;
/haiku/src/servers/app/
H A DServerCursor.h31 uint32 width, uint32 height,
/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.cpp107 BLayoutUtils::AddDistances(size.height, verticalInsets));
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp93 return BSize(B_SIZE_UNLIMITED, fMinSize.height);
215 fMinSize.height = fLineHeight + kSpacing;
219 fMinSize.height += fLineHeight + kSpacing + 1;
230 fMinSize.height += fLineHeight * 5 + 2 * kSpacing;
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.h49 virtual void FrameResized(float width, float height);
/haiku/src/add-ons/translators/psd/
H A DPSDTranslator.h53 float height) const;
/haiku/src/add-ons/translators/gif/
H A DGIFSave.h91 int height; member in class:GIFSave
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.h26 virtual void FrameResized(float width, float height);
/haiku/src/apps/pulse/
H A DPrefs.cpp54 // Width is fixed and height must be dynamically computed each time,
142 float height = PROGRESS_MTOP + PROGRESS_MBOTTOM local
144 if (PULSEVIEW_MIN_HEIGHT > height)
145 height = PULSEVIEW_MIN_HEIGHT;
147 return height;
/haiku/headers/private/shared/
H A DToolBar.h46 virtual void FrameResized(float width, float height);
/haiku/headers/private/interface/
H A DAboutWindow.h32 BPoint AboutPosition(float width, float height);
H A DBMCPrivate.h48 virtual void FrameResized(float width, float height);
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderSaver.h65 void _AllocBackBitmap(float width, float height);
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.h52 virtual void FrameResized(float width, float height);
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h175 float height; member in struct:__anon13
216 /* virtual width and height */
223 uint16 height; /* 0 to M, where zero means one */ member in struct:__anon18
230 /* virtual width and height */
248 /* virtual width and height */
315 typedef status_t (*set_cursor_shape)(uint16 width, uint16 height,
317 typedef status_t (*set_cursor_bitmap)(uint16 width, uint16 height,
/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/libs/print/libprint/
H A DPreview.cpp138 float height = printableRect.Height(); local
146 offset.y = height;
153 offset.y = height * (index % 2);
156 offset.y = height * (index / 2);
163 offset.y = height * (index % 4);
166 offset.y = height * (index / 4);
182 offset.y = height * (index / value);
278 PreviewView::FrameResized(float width, float height) argument
502 float height = _PaperRect().Height() + kPreviewTopMargin + kPreviewBottomMargin; local
509 float y = height
974 float height = rect.Height() + 1 + fButtonBarHeight + B_H_SCROLL_BAR_HEIGHT; local
[all...]
/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;
66 // height of PPPoEView
H A DDialUpAddon.h107 virtual bool GetPreferredSize(float *width, float *height) const
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.h36 virtual void Zoom(BPoint origin, float width, float height);

Completed in 209 milliseconds

<<11121314151617181920>>