Searched refs:width (Results 126 - 150 of 1007) sorted by relevance

1234567891011>>

/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/deskbar/
H A DBarSettings.h44 float width; member in struct:desk_settings
/haiku/headers/private/binary_compatibility/
H A DInterface.h34 float width; member in struct:perform_data_get_height_for_width
/haiku/headers/libs/agg/
H A Dagg_vcgen_stroke.h62 void width(double w) { m_stroker.width(w); } function in class:agg::vcgen_stroke
68 double width() const { return m_stroker.width(); } function in class:agg::vcgen_stroke
H A Dagg_vcgen_contour.h54 void width(double w) { m_stroker.width(m_width = w); } function in class:agg::vcgen_contour
60 double width() const { return m_width; } function in class:agg::vcgen_contour
/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/kits/interface/
H A DToolTipManager.cpp42 virtual void FrameResized(float width, float height);
109 ToolTipView::FrameResized(float width, float height) argument
188 if (size.width > screenFrame.Width())
189 size.width = screenFrame.Width();
191 if (size.width > where.x - screenFrame.left
192 && size.width > screenFrame.right - where.x) {
212 location.x -= size.width + offset.x;
219 location.x -= size.width / 2 - offset.x;
223 } else if (location.x + size.width > screenFrame.right) {
224 location.x = screenFrame.right - size.width;
[all...]
/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);
110 *width += fIcon->Bounds().Width() + be_control_look->DefaultLabelSpacing();
112 *width = fIcon->Bounds().Width() + 1;
/haiku/src/servers/app/drawing/
H A DMallocBuffer.h12 MallocBuffer(uint32 width,
/haiku/src/tools/translation/inspector/
H A DActiveTranslatorsWindow.h43 void FrameResized(float width, float height);
/haiku/src/system/boot/platform/riscv/
H A Dvideo.cpp74 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
94 gKernelArgs.frame_buffer.width = gFramebuf.width;
98 gKernelArgs.frame_buffer.enabled = gFramebuf.width > 0 && gFramebuf.height > 0;
73 platform_blit4(addr_t frameBuffer, const uint8* data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_c.cpp8 gfx_conv_null(AVFrame *in, AVFrame *out, int width, int height) argument
15 gfx_conv_yuv410p_ycbcr422_c(AVFrame *in, AVFrame *out, int width, int height) argument
78 gfx_conv_yuv411p_ycbcr422_c(AVFrame *in, AVFrame *out, int width, int height) argument
82 gfx_conv_yuv410p_ycbcr422_c(in, out, width, height);
87 gfx_conv_yuv420p_ycbcr422_c(AVFrame *in, AVFrame *out, int width, int height) argument
160 gfx_conv_yuv420p10le_rgb32_c(AVFrame *in, AVFrame *out, int width, int height) argument
172 for (int32 j=0; j < width; j += 2) {
215 gfx_conv_yuv410p_rgb32_c(AVFrame *in, AVFrame *out, int width, int height) argument
227 for (int32 j=0; j < width; j+=4) {
254 gfx_conv_yuv411p_rgb32_c(AVFrame *in, AVFrame *out, int width, in argument
261 gfx_conv_YCbCr422_RGB32_c(AVFrame *in, AVFrame *out, int width, int height) argument
301 gfx_conv_GBRP_RGB32_c(AVFrame *in, AVFrame *out, int width, int height) argument
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_bes.c51 if ((si->overlay.ow.h_start + (si->overlay.ow.width / 2)) <
96 /* width < 2 is not allowed */
107 /* width < 2 is not allowed */
108 if (si->overlay.ow.width < 2)
115 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) > (crtc_hend - 1))
122 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) < (crtc_hstart + 1))
124 /* width < 2 is not allowed */
130 temp2 = ((uint16)(si->overlay.ow.h_start + si->overlay.ow.width - crtc_hstart - 1)) & 0x7ff;
210 if ((si->overlay.ow.h_start + si->overlay.ow.width - 1) < (crtc_hstart + 1))
212 /* increase 'first contributing pixel' with 'fixed value': (total dest. width
[all...]
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.h52 virtual void FrameResized(float width, float height);
66 void _ResizeBackBitmap(int32 width, int32 channels);
68 void _RenderSpan(uint8* span, uint32 width,
/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.h29 width(0.0f),
34 GlyphInfo(uint32 charCode, float x, float width, int32 lineIndex) argument
38 width(width),
47 width(other.width),
56 width = other.width;
65 && width == other.width
78 float width; member in class:GlyphInfo
[all...]
/haiku/src/add-ons/accelerants/vesa/
H A Dhooks.cpp56 vesa_allocate_overlay_buffer(color_space colorSpace, uint16 width, argument
59 debug_printf("allocate_overlay_buffer(width %u, height %u, colorSpace %u)\n",
60 width, height, colorSpace);
67 buffer->width = width;
103 constraints->view.width.min = 4;
105 constraints->view.width.max = buffer->width;
113 constraints->window.width.min = 2;
114 constraints->window.width
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/tests/servers/app/painter/
H A Dmain.cpp23 test_straight_lines(Surface& s, uint32 width, uint32 height) argument
37 s.StrokeLine(BPoint(0, y), BPoint(width - 1, y), pat);
39 for (uint32 x = 0; x <= width; x += 5) {
51 test_fill_rect(Surface& s, uint32 width, uint32 height) argument
66 for (uint32 x = 10; x <= width; x += 20) {
80 test_ellipses(Surface& s, uint32 width, uint32 height) argument
93 BPoint center(floorf(width / 2.0), floorf(height / 2.0));
94 float xRadius = width / 2.0;
111 test_lines(Surface& s, uint32 width, uint32 height) argument
125 s.StrokeLine(BPoint(0, 0), BPoint(width,
141 test(Surface& s, uint32 width, uint32 height, BBitmap* testBitmap) argument
332 uint32 width = buffer->Width(); local
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DOverlay.c79 const overlay_buffer *ALLOCATE_OVERLAY_BUFFER(color_space cs, uint16 width, uint16 height) argument
113 if (width == (width & ~0x0007))
115 si->overlay.myBuffer[offset].width = width;
119 si->overlay.myBuffer[offset].width = (width & ~0x0007) + 8;
121 si->overlay.myBuffer[offset].bytes_per_row = 2 * si->overlay.myBuffer[offset].width;
126 if (si->overlay.myBuffer[offset].width > 4088)
142 /* if (width
[all...]

Completed in 126 milliseconds

1234567891011>>