Searched refs:height (Results 201 - 225 of 838) sorted by last modified time

1234567891011>>

/haiku/src/apps/processcontroller/
H A DUtilities.cpp153 float height = frame.Height(); local
156 if (screen.Height() < height && !(flags & B_NOT_V_RESIZABLE))
157 height = screen.Height();
158 if (width != frame.Width() || height != frame.Height()) {
159 window->ResizeTo(width, height);
161 frame.bottom = frame.top + height;
H A DTeamBarMenuItem.cpp176 TeamBarMenuItem::GetContentSize(float* width, float* height) argument
178 IconMenuItem::GetContentSize(width, height);
H A DTeamBarMenuItem.h20 virtual void GetContentSize(float* width, float* height);
H A DIconMenuItem.cpp99 IconMenuItem::GetContentSize(float* width, float* height) argument
101 BMenuItem::GetContentSize(width, height);
107 if (*height < limit)
108 *height = limit;
H A DIconMenuItem.h26 virtual void GetContentSize(float* width, float* height);
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp152 float height = fPackages.size() * HEIGHT_PACKAGE; local
153 float maxScrollY = height - bounds.Height();
181 virtual void FrameResized(float width, float height) argument
183 BView::FrameResized(width, height);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp742 bool down, int32 width, int32 height)
749 int32 height; member in struct:decorator_bitmap
769 && current->width == width && current->height == height
784 || sBitmapDrawingEngine->SetSize(width, height) != B_OK)
787 BRect rect(0, 0, width - 1, height - 1);
791 down ? "down" : "up", width, height));
820 UtilityBitmap* bitmap = sBitmapDrawingEngine->ExportToBitmap(width, height,
835 entry->height = height;
741 _GetBitmapForButton(Decorator::Tab* tab, Component item, bool down, int32 width, int32 height) argument
[all...]
/haiku/src/apps/deskbar/
H A DTimeView.cpp69 TTimeView::TTimeView(float maxWidth, float height, TBarView* barView) argument
77 fHeight(height),
189 TTimeView::GetPreferredSize(float* width, float* height) argument
193 // set the height based on the font size
197 // reduce height by 2px so that clock doesn't draw on top of border
206 *height = fHeight;
308 float height; local
312 GetPreferredSize(&width, &height);
313 if (height != oldHeight || width != oldWidth) {
314 ResizeTo(width, height);
[all...]
/haiku/src/kits/shared/
H A DIconButton.cpp218 BIconButton::GetPreferredSize(float* width, float* height) argument
245 if (height)
246 *height = minHeight + vPadding;
254 GetPreferredSize(&size.width, &size.height);
433 uint32 width, uint32 height, color_space format, bool convertToBW)
436 if (bitsFromQuickRes && width > 0 && height > 0) {
438 width - 1.0, height - 1.0), format);
475 for (uint32 y = 0; y < height; y++) {
518 uint32 height = fNormalBitmap->Bounds().IntegerHeight() + 1; local
520 for (uint32 y = 0; y < height;
432 SetIcon(const unsigned char* bitsFromQuickRes, uint32 width, uint32 height, color_space format, bool convertToBW) argument
594 uint32 height = bitmap->Bounds().IntegerHeight() + 1; local
[all...]
H A DDateTimeEdit.cpp828 minSize.height = PreferredHeight();
/haiku/headers/private/tracker/
H A DIconMenuItem.h68 virtual void GetContentSize(float* width, float* height);
96 virtual void GetContentSize(float* width, float* height);
/haiku/src/preferences/screen/
H A DScreenMode.h22 int32 width; // these reflect the corrected width/height,
23 int32 height; // taking the combine mode into account member in struct:screen_mode
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp297 uint32 height, int8 depth, uint32 bytesPerRow, bool initializing)
304 size_t size = bytesPerRow * height;
325 frame_buffer_update(frameBuffer, width, height, depth,
401 bufferInfo->width, bufferInfo->height, bufferInfo->depth,
407 sharedInfo.current_mode.virtual_height = bufferInfo->height;
491 modeInfo.height, modeInfo.bits_per_pixel, modeInfo.bytes_per_row,
496 info.shared_info->current_mode.virtual_height = modeInfo.height;
296 remap_frame_buffer(vesa_info& info, addr_t physicalBase, uint32 width, uint32 height, int8 depth, uint32 bytesPerRow, bool initializing) argument
/haiku/headers/os/interface/
H A DWindow.h128 virtual void Zoom(BPoint origin, float width, float height);
173 void ResizeTo(float width, float height);
257 int32 height = 0, int32 heightOffset = 0);
264 int32* height = NULL,
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp216 /*! Fills the \a width, \a height, and \a colorSpace parameters according
221 get_mode_parameter(uint32 mode, int32& width, int32& height, argument
270 width = 640; height = 480;
277 width = 800; height = 600;
284 width = 1024; height = 768;
291 width = 1152; height = 900;
298 width = 1280; height = 1024;
305 width = 1600; height = 1200;
463 int32 height; local
465 if (!BPrivate::get_mode_parameter(space, width, height, dept
[all...]
H A DPicturePlayer.cpp162 uint32 height, size_t bytesPerRow, color_space pixelFormat, uint32 options,
174 height, bytesPerRow, pixelFormat, options, data);
1248 const uint32* height; local
1256 || !reader.Get(height) || !reader.Get(bytesPerRow)
1263 *width, *height, *bytesPerRow, (color_space)*colorSpace,
161 draw_pixels(void* _context, const BRect& src, const BRect& dest, uint32 width, uint32 height, size_t bytesPerRow, color_space pixelFormat, uint32 options, const void* _data, size_t length) argument
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp487 size.height = max_c(size.height, kIconSize + kIconInset * 2);
491 size.width += size.height;
/haiku/src/add-ons/accelerants/vesa/
H A Dhooks.cpp57 uint16 height)
59 debug_printf("allocate_overlay_buffer(width %u, height %u, colorSpace %u)\n",
60 width, height, colorSpace);
68 buffer->height = height;
104 constraints->view.height.min = 4;
106 constraints->view.height.max = buffer->height;
115 constraints->window.height.min = 2;
116 constraints->window.height
56 vesa_allocate_overlay_buffer(color_space colorSpace, uint16 width, uint16 height) argument
167 vesa_set_cursor_shape(uint16 width, uint16 height, uint16 hotX, uint16 hotY, const uint8* andMask, const uint8* xorMask) argument
175 vesa_set_cursor_bitmap(uint16 width, uint16 height, uint16 hotX, uint16 hotY, color_space colorSpace, uint16 bytesPerRow, const uint8* bitmapData) argument
[all...]
H A Daccelerant_protos.h48 status_t vesa_set_cursor_shape(uint16 width, uint16 height, uint16 hotX,
50 status_t vesa_set_cursor_bitmap(uint16 width, uint16 height, uint16 hotX,
70 uint16 height);
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp638 const struct resolution { int32 width, height; } resolutions[] = { member in struct:resolution
657 modes[index].virtual_height = resolutions[i].height;
663 modes[index].timing.v_display = resolutions[i].height;
H A DDWindowBuffer.cpp104 uint32 width, uint32 height,
111 fHeight = height;
102 SetTo(frame_buffer_config* config, uint32 x, uint32 y, uint32 width, uint32 height, color_space format) argument
H A DDWindowBuffer.h30 uint32 width, uint32 height,
/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp53 int32 height; member in struct:console_info
276 console_fill_glyph(int32 x, int32 y, int32 width, int32 height, uint8 glyph, argument
287 int32 bottom = y + height;
300 console_blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, argument
306 height *= sConsole.font->glyphHeight;
322 for (int32 y = 0; y < height; y++) {
344 sConsole.height * sConsole.bytes_per_row);
348 sConsole.height * sConsole.bytes_per_row);
356 for (int32 y = 0; y < sConsole.height; y++) {
415 frame_buffer_update(addr_t baseAddress, int32 width, int32 height, int3 argument
519 _user_frame_buffer_update(addr_t baseAddress, int32 width, int32 height, int32 depth, int32 bytesPerRow) argument
[all...]
/haiku/src/apps/webpositive/
H A DBookmarkBar.h34 void FrameResized(float width, float height);
H A DBookmarkBar.cpp141 BookmarkBar::FrameResized(float width, float height) argument
201 BMenuBar::FrameResized(width, height);
214 if (size.height < 20)
215 size.height = 20;

Completed in 406 milliseconds

1234567891011>>