Searched refs:height (Results 76 - 100 of 838) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/boot/platform/generic/
H A Dvideo.h19 uint16 width, uint16 height, uint16 imageWidth,
24 uint16 width, uint16 height, uint16 imageWidth,
/haiku/src/apps/haikudepot/packagemodel/
H A DScreenshotInfo.cpp23 int32 width, int32 height, int32 dataSize)
27 fHeight(height),
22 ScreenshotInfo(const BString& code, int32 width, int32 height, int32 dataSize) argument
/haiku/headers/libs/print/libprint/
H A DPagesView.h16 void GetPreferredSize(float *width, float *height);
/haiku/headers/private/graphics/common/
H A Dcreate_display_modes.h26 void fill_display_mode(uint32 width, uint32 height, display_mode* mode);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.h64 float height);
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.h71 float height);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DTextInputValueView.h31 virtual void FrameResized(float width, float height);
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.h7 typedef void (*resize_callback)(int32 width, int32 height, void *data);
16 status_t GetSize(int32 *width, int32 *height);
23 void FillGlyph(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr);
31 void Blit(int32 srcx, int32 srcy, int32 width, int32 height, int32 destx, int32 desty);
/haiku/src/apps/pulse/
H A DMiniPulseView.h26 void FrameResized(float width, float height);
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.h29 virtual void GetPreferredSize(float* width, float* height);
/haiku/src/tests/kits/media/
H A DVideoDecoder.cpp23 VideoView(BMediaTrack* track, int32 width, int32 height);
33 VideoView::VideoView(BMediaTrack* track, int32 width, int32 height) argument
34 : BView(BRect(0, 0, width, height), "Video", B_FOLLOW_NONE,
37 , fBitmap(BRect(0, 0, width - 1, height - 1), B_RGB32)
/haiku/src/apps/processcontroller/
H A DNoiseBarMenuItem.h17 virtual void GetContentSize(float* width, float* height);
H A DThreadBarMenuItem.h18 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;
/haiku/src/servers/app/drawing/
H A DMallocBuffer.h13 uint32 height);
/haiku/src/tools/translation/inspector/
H A DActiveTranslatorsWindow.h43 void FrameResized(float width, float height);
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.h42 int x, int y, int width, int height, int deltaRowSize);
43 void _StartRasterGraphics(int x, int y, int width, int height,
47 int dataSize, int rowSize, int 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...]
/haiku/src/apps/terminal/
H A DTerminalBuffer.h26 status_t Init(int32 width, int32 height,
50 virtual status_t ResizeTo(int32 width, int32 height);
51 virtual status_t ResizeTo(int32 width, int32 height,
/haiku/src/apps/serialconnect/
H A DTermView.h24 void FrameResized(float width, float height);
25 void GetPreferredSize(float* width, float* height);
40 BRect _GlyphsToPixels(const int width, const int height)
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.h52 virtual void FrameResized(float width, float height);
54 virtual void GetPreferredSize(float* width, float* height);
71 void _AllocBitmap(int32 width, int32 height);
/haiku/src/kits/interface/
H A DToolTipManager.cpp42 virtual void FrameResized(float width, float height);
109 ToolTipView::FrameResized(float width, float height) argument
195 if (size.height > where.y - screenFrame.top
197 size.height = where.y - offset.y - screenFrame.top;
198 } else if (size.height > screenFrame.bottom - where.y
200 size.height = screenFrame.bottom - where.y - offset.y;
251 location.y = where.y - size.height - offset.y;
261 location.y -= size.height / 2 - offset.y;
264 else if (location.y + size.height > screenFrame.bottom)
265 location.y = screenFrame.bottom - size.height;
[all...]
/haiku/src/add-ons/accelerants/common/
H A Dcompute_display_timing.cpp140 compute_display_timing(uint32 width, uint32 height, float refresh, argument
143 if (width < 320 || height < 200 || width > 65536 || height > 65536
162 float verticalLines = interlaced ? (double)height / 2.0 : (double)height;
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_overlay.cpp57 if (window->height > buffer->height)
78 // Subtract 1 from height to eliminate junk on last line of image.
80 int32 dudy = ((buffer->height - 1) << 20) / window->height;
86 int32 y2 = y1 + window->height - 1;
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp54 float height = bitmapBounds.Height() * scale; local
72 bounds.top = floorf(bounds.bottom - height);
77 + (bounds.Height() - height) / 2.0f);
82 bounds.bottom = ceilf(bounds.top + height);
97 size.height = bounds.Height();

Completed in 117 milliseconds

1234567891011>>