Searched refs:width (Results 501 - 525 of 1007) sorted by relevance

<<21222324252627282930>>

/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp103 float width, height; local
104 fMonthLabel->GetPreferredSize(&width, &height);
152 where.x -= size.width;
156 where.x -= size.width;
H A DBarWindow.h59 virtual void FrameResized(float width, float height);
H A DWindowMenuItem.h71 virtual void GetContentSize(float* width, float* height);
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dgraphics-output.h73 size_t width, size_t height, size_t delta) EFIAPI;
/haiku/src/apps/fontdemo/
H A DFontDemoView.h27 virtual void FrameResized(float width, float height);
/haiku/headers/private/kernel/boot/
H A Dkernel_args.h74 uint16 width; member in struct:kernel_args::__anon2
/haiku/src/apps/pulse/
H A DPulseApp.cpp51 {"width", 1, 0, 'w'},
291 puts(B_TRANSLATE("Usage: Pulse [--mini] [-w width] [--width=width]\n"
309 // Must be 16 pixels high, the width is retrieved from the Prefs class
310 int width = pulseapp->fPrefs->deskbar_icon_width; local
312 if (width < min_width) {
314 width = min_width;
318 BRect rect(0, 0, width - 1, height - 1);
/haiku/src/kits/interface/
H A DTextInput.h34 virtual void FrameResized(float width, float height);
/haiku/src/apps/processcontroller/
H A DProcessController.h23 ProcessController(float width, float height);
H A DTeamBarMenuItem.cpp176 TeamBarMenuItem::GetContentSize(float* width, float* height) argument
178 IconMenuItem::GetContentSize(width, height);
179 if (width != NULL)
180 *width += 40 + kBarWidth;
/haiku/headers/os/interface/
H A DTabView.h100 button_width width = B_WIDTH_FROM_WIDEST,
105 button_width width = B_WIDTH_AS_USUAL,
169 virtual void SetTabWidth(button_width width);
205 void _InitObject(bool layouted, button_width width);
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.h51 void SetBusWidth(int width);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h61 Component item, bool down, int32 width,
/haiku/src/servers/app/drawing/
H A DHWInterface.h153 virtual bool CheckOverlayRestrictions(int32 width,
155 virtual const overlay_buffer* AllocateOverlayBuffer(int32 width,
224 buffer_clip(int32 width, int32 height) argument
226 bpr = width * 4;
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp198 size_t width, height; local
203 if (ConOut->QueryMode(ConOut, mode, &width, &height) == EFI_SUCCESS) {
204 if (width * height > area) {
205 sConsole.fScreenWidth = width;
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.h65 void FrameResized(float width, float height);
/haiku/src/tools/translation/inspector/
H A DActiveTranslatorsWindow.cpp93 ActiveTranslatorsWindow::FrameResized(float width, float height) argument
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.h77 uint32_t width; member in struct:RamFbCfg
/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h21 uint16 width; member in struct:vesa_mode
/haiku/src/apps/terminal/
H A DHistoryBuffer.cpp42 HistoryBuffer::Init(int32 width, int32 capacity) argument
44 if (width <= 0 || capacity <= 0)
47 int32 bufferSize = (width + 4) * capacity;
57 fWidth = width;
121 // full width char?
125 // cleared to let full-width chars detection work properly
/haiku/src/preferences/screen/
H A DScreenMode.h22 int32 width; // these reflect the corrected width/height, member in struct:screen_mode
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.h46 virtual void FrameResized(float width, float height);
/haiku/src/kits/shared/
H A DBarberPole.cpp251 BarberPole::FrameResized(float width, float height) argument
253 // Choose stripe width so that at least 2 full stripes fit into the view,
256 fStripeWidth = (width / 4) + 5;
268 fNumStripes = (int32)ceilf((width) / fStripeWidth) + 1 + fNumColors;
292 if (result.width < 50)
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.cpp151 int width = rc.right - rc.left + 1; local
152 int widthByte = (width + 7) / 8;
158 DBGMSG(("width = %d\n", width));
185 fHalftone->Dither(ptr2, ptr, x, y, width);
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Dframebuffer.cpp97 remap_frame_buffer(framebuffer_info& info, addr_t physicalBase, uint32 width, argument
127 frame_buffer_update(frameBuffer, width, height, depth,
190 bufferInfo->width, bufferInfo->height, bufferInfo->depth,
195 sharedInfo.current_mode.virtual_width = bufferInfo->width;

Completed in 208 milliseconds

<<21222324252627282930>>