Searched refs:height (Results 151 - 175 of 838) sorted by relevance

1234567891011>>

/haiku/src/apps/showimage/
H A DProgressWindow.cpp46 float width, height; local
47 fStatusBar->GetPreferredSize(&width, &height);
48 fStatusBar->ResizeTo(rect.Width(), height);
52 ResizeTo(Bounds().Width(), height + 9);
/haiku/headers/private/interface/
H A DInterfacePrivate.h22 bool get_mode_parameter(uint32 mode, int32& width, int32& height,
/haiku/src/kits/shared/
H A DBitmapButton.cpp27 BBitmapButton::BBitmapButton(const uint8* bits, uint32 width, uint32 height, argument
31 fBitmap(new BBitmap(BRect(0, 0, width - 1, height - 1), 0, format)),
50 min.height = fBitmap->Bounds().Height();
53 min.height += kFrameInset * 2;
/haiku/src/apps/processcontroller/
H A DNoiseBarMenuItem.cpp111 NoiseBarMenuItem::GetContentSize(float* width, float* height) argument
113 BMenuItem::GetContentSize(width, height);
114 if (*height < 16)
115 *height = 16;
H A DTeamBarMenuItem.h20 virtual void GetContentSize(float* width, float* height);
H A DIconMenuItem.h26 virtual void GetContentSize(float* width, float* height);
/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.h25 UtilityBitmap* ExportToBitmap(int32 width, int32 height,
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp202 float width, height; local
203 GetPreferredSize(&width, &height);
204 Window()->ResizeTo(width + B_V_SCROLL_BAR_WIDTH, height);
289 float height) {
292 BRect newFrame = BRect(0.0, 0.0, width, height);
326 if (p.y > height) {
327 ScrollBar(B_VERTICAL)->SetRange(0.0, ceil(p.y - height));
340 float *height) {
344 *height = 0;
346 // calculate the height neede
287 FrameResized( float width, float height) argument
[all...]
/haiku/src/apps/networkstatus/
H A DWirelessNetworkMenuItem.h30 virtual void GetContentSize(float* width, float* height);
/haiku/src/apps/webpositive/
H A DBookmarkBar.h34 void FrameResized(float width, float height);
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp127 float height = std::max(22.f, ceilf(22 * be_bold_font->Size() / 12.f)); local
128 icon = new BBitmap(BRect(0, 0, width - 1, height - 1), B_RGBA32);
148 TBarMenuBar::SmartResize(float width, float height) argument
150 if (width == -1.0f && height == -1.0f) {
153 height = frame.Height();
155 ResizeTo(width, height);
158 fDeskbarMenuItem->SetContentSize(width - kSepItemWidth, height);
162 fDeskbarMenuItem->SetContentSize(floorf(width / count), height);
164 fAppListMenuItem->SetContentSize(floorf(width / count), height);
/haiku/src/apps/haikudepot/model/
H A DScreenshotCoordinate.h15 height define the sizing required for that screenshot.
21 ScreenshotCoordinate(BString code, uint16 width, uint16 height);
/haiku/src/servers/app/
H A DScreen.cpp109 Screen::SetMode(uint16 width, uint16 height, uint32 colorSpace, argument
116 mode.virtual_height = height;
126 Screen::SetBestMode(uint16 width, uint16 height, uint32 colorSpace, argument
138 int32 index = _FindBestMode(modes, count, width, height, colorSpace,
142 ", %g Hz%s) failed\n", width, height, colorSpace, frequency,
200 Screen::GetMode(uint16 &width, uint16 &height, uint32 &colorspace, argument
207 height = mode.virtual_height;
253 uint16 width, uint16 height, uint32 colorSpace, float frequency) const
264 int32 diff = 1000 * abs(mode.timing.v_display - height)
252 _FindBestMode(const display_mode* modes, uint32 count, uint16 width, uint16 height, uint32 colorSpace, float frequency) const argument
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DUtilities.h51 - AVCodecContext.height (must)
55 video aspect ratio height. E.g. 16:9 -> 9 is returned here
61 if (contextIn.width <= 0 || contextIn.height <= 0) {
77 contextIn.height, 1024 * 1024);
87 contextIn.height * contextIn.sample_aspect_ratio.den,
99 if (parametersIn.width <= 0 || parametersIn.height <= 0) {
115 parametersIn.height, 1024 * 1024);
125 parametersIn.height * parametersIn.sample_aspect_ratio.den,
142 ratio height. E.g. 16:9 -> 9 is passed here.
147 - AVCodecContext.height (mus
[all...]
/haiku/src/add-ons/accelerants/via/
H A DOverlay.c70 const overlay_buffer *ALLOCATE_OVERLAY_BUFFER(color_space cs, uint16 width, uint16 height) argument
135 /* check if the requested buffer height is supported */
136 if (height > 1024)
138 LOG(4,("Overlay: Sorry, requested buffer height not supported, aborted\n"));
150 si->overlay.myBuffer[offset].height = height;
183 si->overlay.myBuffer[offset].bytes_per_row * si->overlay.myBuffer[offset].height;
390 oc->view.height.min = 2; /* two fields */
392 oc->view.height.max = ob->height;
[all...]
/haiku/src/add-ons/accelerants/neomagic/
H A DOverlay.c68 const overlay_buffer *ALLOCATE_OVERLAY_BUFFER(color_space cs, uint16 width, uint16 height) argument
140 /* check if the requested buffer height is supported */
141 if (height > 1024)
143 LOG(4,("Overlay: Sorry, requested buffer height not supported, aborted\n"));
155 si->overlay.myBuffer[offset].height = height;
189 si->overlay.myBuffer[offset].bytes_per_row * si->overlay.myBuffer[offset].height;
393 oc->view.height.min = 2; /* two fields */
395 oc->view.height.max = ob->height;
[all...]
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_cursor.cpp42 TDFX_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
69 for (int row = 0; row < height; row++) {
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_cursor.cpp53 Mach64_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
75 for (int row = 0; row < height; row++) {
H A Drage128_cursor.cpp57 Rage128_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
86 for (int row = 0; row < height; row++) {
/haiku/src/add-ons/accelerants/et6x00/
H A DAcceleration.c82 uint16 src_left, src_top, dest_left, dest_top, width, height; local
103 height = list->height;
117 *((vuint16 *)(mmRegs+0x9a)) = height;
131 srcAddr = ((src_top + height)*screenWidth + src_left) * bpp;
132 destAddr = ((dest_top + height)*screenWidth + dest_left) * bpp;
136 srcAddr = ((src_top + height)*screenWidth + src_left + width) * bpp + bpp-1;
137 destAddr = ((dest_top + height)*screenWidth + dest_left + width) * bpp + bpp-1;
/haiku/src/add-ons/accelerants/s3/
H A Dtrio64_cursor.cpp60 Trio64_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
87 for (int row = 0; row < height; row++) {
H A Dvirge_cursor.cpp60 Virge_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
87 for (int row = 0; row < height; row++) {
/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/apps/cortex/RouteApp/
H A DStatusView.h86 float height);
125 float height);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScroller.cpp109 Scroller::SetVisibleSize(float width, float height) argument
112 fScrollTarget->SetVisibleSize(width, height);

Completed in 143 milliseconds

1234567891011>>