Searched refs:height (Results 1 - 25 of 838) sorted by relevance

1234567891011>>

/haiku/headers/os/interface/
H A DSize.h20 float height; member in class:BSize
24 inline BSize(float width, float height);
29 inline void Set(float width, float height);
31 inline void SetHeight(float height);
49 height(B_SIZE_UNSET)
57 height(other.height)
63 BSize::BSize(float width, float height) argument
65 height(height)
85 Set(float width, float height) argument
100 SetHeight(float height) argument
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_mmx.h8 void gfx_conv_null_mmx(AVFrame *in, AVFrame *out, int width, int height);
11 void gfx_conv_yuv420p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height);
12 void gfx_conv_yuv420p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height);
13 void gfx_conv_yuv420p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height);
14 void gfx_conv_yuv422p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height);
15 void gfx_conv_yuv422p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height);
16 void gfx_conv_yuv422p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height);
19 void gfx_conv_yuv422_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height);
20 void gfx_conv_yuv422_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height);
21 void gfx_conv_yuv422_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height);
[all...]
H A Dgfx_conv_c.h12 void gfx_conv_null(AVFrame *in, AVFrame *out, int width, int height);
16 int height);
18 int height);
20 int height);
24 int height);
26 int height);
28 int height);
30 int height);
32 int height);
34 int height);
[all...]
H A Dgfx_util.h38 typedef void (*gfx_convert_func) (AVFrame *in, AVFrame *out, int width, int height);
42 gfx_convert_func resolve_colorspace(color_space cs, AVPixelFormat pixelFormat, int width, int height);
H A Dgfx_conv_mmx.cpp23 gfx_conv_yuv420p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height) argument
28 gfx_conv_YCbCr420p_RGB32_c(in, out, width, height);
42 for (int i=0;i<height;i+=2) {
59 gfx_conv_yuv420p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height) argument
64 gfx_conv_YCbCr420p_RGB32_c(in, out, width, height);
78 for (int i=0;i<height;i+=2) {
95 gfx_conv_yuv420p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height) argument
100 gfx_conv_YCbCr420p_RGB32_c(in, out, width, height);
114 for (int i=0;i<height;i+=2) {
131 gfx_conv_yuv422p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height) argument
161 gfx_conv_yuv422p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height) argument
191 gfx_conv_yuv422p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height) argument
221 gfx_conv_yuv422_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height) argument
242 gfx_conv_yuv422_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height) argument
263 gfx_conv_yuv422_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height) argument
[all...]
/haiku/headers/libs/agg/util/
H A Dagg_color_conv.h40 unsigned height = src->height(); local
43 if(dst->height() < height) height = dst->height();
48 for(y = 0; y < height; y++)
/haiku/src/tests/kits/interface/menu/menuworld/
H A DBitmapMenuItem.h39 void GetContentSize(float* width, float* height);
45 void GetBitmapSize(float* width, float* height);
/haiku/src/preferences/screen/
H A DMonitorView.cpp28 MonitorView::MonitorView(BRect rect, const char *name, int32 width, int32 height) argument
33 fHeight(height),
108 float height = ceilf(fontHeight.ascent + fontHeight.descent); local
114 if (width > innerRect.Width() || height > innerRect.Height())
121 innerRect.top + fontHeight.ascent + (innerRect.Height() - height) / 2));
126 MonitorView::SetResolution(int32 width, int32 height) argument
128 if (fWidth == width && fHeight == height)
132 fHeight = height;
140 MonitorView::SetMaxResolution(int32 width, int32 height) argument
142 if (fMaxWidth == width && fMaxHeight == height)
164 int32 width, height; local
211 float height = maxHeight * factorY; local
[all...]
/haiku/headers/libs/agg/
H A Dagg_rendering_buffer_dynarow.h62 rendering_buffer_dynarow(unsigned width, unsigned height, argument
64 m_rows(height),
66 m_height(height),
69 memset(&m_rows[0], 0, sizeof(row_data) * height);
74 void init(unsigned width, unsigned height, unsigned byte_width) argument
81 if(width && height)
84 m_height = height;
86 m_rows.resize(height);
87 memset(&m_rows[0], 0, sizeof(row_data) * height);
93 unsigned height() cons function in class:agg::rendering_buffer_dynarow
[all...]
H A Dagg_rendering_buffer.h53 row_ptr_cache(T* buf, unsigned width, unsigned height, int stride) : argument
60 attach(buf, width, height, stride);
64 void attach(T* buf, unsigned width, unsigned height, int stride) argument
68 m_height = height;
70 if(height > m_rows.size())
72 m_rows.resize(height);
79 row_ptr = m_buf - int(height - 1) * stride;
84 while(height--)
95 unsigned height() const { return m_height; } function in class:agg::row_ptr_cache
115 unsigned h = height();
[all...]
/haiku/src/apps/deskbar/
H A DBarMenuTitle.h51 TBarMenuTitle(float width, float height, const BBitmap* icon,
55 void SetContentSize(float width, float height);
62 void GetContentSize(float* width, float* height);
H A DTeamMenuItem.h61 float width = -1.0f, float height = -1.0f);
63 float height = -1.0f);
71 void SetOverrideHeight(float height) argument
72 { fOverrideHeight = height; };
94 void GetContentSize(float* width, float* height);
102 float width = -1.0f, float height = -1.0f);
/haiku/src/kits/interface/
H A DCardLayout.cpp149 float minHeight = fMin.height;
150 float maxHeight = fMax.height;
151 float preferredHeight = fPreferred.height;
201 size.height = max_c(size.height, fMin.height);
300 fMin.height = 0;
302 fMax.height = B_SIZE_UNLIMITED;
304 fPreferred.height = 0;
315 fMin.height
[all...]
/haiku/headers/private/graphics/common/
H A Dcompute_display_timing.h17 status_t compute_display_timing(uint32 width, uint32 height, float refresh,
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp195 size.height = B_SIZE_UNSET;
238 *_height = size.height;
568 ResizeTo(Bounds().Width(), GroupLayout()->MinSize().height);
649 TransportControlGroup::_CreateSkipBackwardsShape(float height) const
653 float stopWidth = ceilf(height / 6);
655 shape->MoveTo(BPoint(-stopWidth, height));
656 shape->LineTo(BPoint(0, height));
661 shape->MoveTo(BPoint(0, height / 2));
662 shape->LineTo(BPoint(height, height));
795 add_bow(BShape* shape, float offset, float size, float height, float step) argument
[all...]
H A DTransportControlGroup.h46 virtual void GetPreferredSize(float* width, float* height);
97 BShape* _CreateSkipBackwardsShape(float height) const;
98 BShape* _CreateSkipForwardShape(float height) const;
99 BShape* _CreateRewindShape(float height) const;
100 BShape* _CreateForwardShape(float height) const;
101 BShape* _CreatePlayShape(float height) const;
102 BShape* _CreatePauseShape(float height) const;
103 BShape* _CreateStopShape(float height) const;
104 BShape* _CreateSpeakerShape(float height) const;
/haiku/src/system/boot/platform/riscv/
H A Dgraphics.cpp17 for (; vb.height > 0; vb.height--) {
35 if (y + h > vb.height) {h = vb.height - y;}
39 vb.height = h;
43 vb.height = 0;
62 rb.height = charHeight;
72 dstW = dst.width; dstH = dst.height;
73 dst = dst.Clip(x, y, src.width, src.height);
77 for (; dst.height >
[all...]
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.h64 float height);
75 float height);
/haiku/src/apps/mediaplayer/support/
H A DStackBlurFilter.h48 unsigned width, unsigned height,
52 unsigned width, unsigned height,
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp28 virtual void FrameResized(float width, float height) argument
30 UpdateScrollbar(height);
33 void UpdateScrollbar(float height) argument
45 scrollBar->SetRange(0.0, height);
46 scrollBar->SetSteps(5.0, height / 2);
52 height);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp180 ColorField::FrameResized(float width, float height) argument
233 float height = Height(); local
240 B = round(255.0 - fMarkerPosition.y / height * 255.0);
246 B = round(255.0 - fMarkerPosition.y / height * 255.0);
251 G = round(255.0 - fMarkerPosition.y / height * 255.0);
258 V = 1.0 - fMarkerPosition.y / height;
264 V = 1.0 - fMarkerPosition.y / height;
269 S = 1.0 - fMarkerPosition.y / height;
313 float height = Height(); local
318 (255.0 - color.blue) / 255.0 * height);
410 _AllocBitmap(int32 width, int32 height) argument
445 int32 height = bitmap->Bounds().IntegerHeight(); local
[all...]
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp119 float height) {
122 BView::FrameResized(width, height);
130 // fprintf(stderr, "m: %.1f,%.1f c: %.1f,%.1f)\n", width, height, b.Width(),b.Height());
132 if(height > m_boundsRect.Height()) {
134 m_boundsRect.left, m_boundsRect.bottom, m_boundsRect.right, m_boundsRect.top+height));
155 float height = Bounds().Height() - B_H_SCROLL_BAR_HEIGHT; local
158 D_INTERNAL((" -> dataRect.Height() = %f scrollView.Height() = %f\n", m_dataRect.Height(), height));
159 if (height > m_dataRect.Height()) {
166 m_vScroll->SetRange(m_dataRect.top, m_dataRect.bottom - height);
167 m_vScroll->SetProportion(height / m_dataRec
117 FrameResized( float width, float height) argument
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextView.cpp46 TextView::FrameResized(float width, float height) argument
87 float height = layout.Height() + 1; local
90 *min = height;
92 *max = height;
94 *preferred = height;
/haiku/src/system/boot/platform/generic/
H A Dvideo_blit.cpp30 uint16 height, uint16 imageWidth, uint16 left, uint16 top)
35 for (int32 y = 0; y < height; y++) {
53 uint16 height, uint16 imageWidth, uint16 left, uint16 top)
58 for (int32 y = 0; y < height; y++) {
77 uint16 height, uint16 imageWidth, uint16 left, uint16 top)
82 for (int32 y = 0; y < height; y++) {
102 uint16 height, uint16 imageWidth, uint16 left, uint16 top)
107 for (int32 y = 0; y < height; y++) {
127 uint16 height, uint16 imageWidth, uint16 left, uint16 top)
135 for (int32 i = 0; i < height;
29 blit32(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
52 blit24(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
76 blit16(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
101 blit15(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
126 blit8(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
143 blit4(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
155 video_blit_image(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
[all...]
/haiku/headers/private/kernel/
H A Dframe_buffer_console.h23 int32 height; member in struct:frame_buffer_boot_info
34 status_t frame_buffer_update(addr_t baseAddress, int32 width, int32 height,
40 int32 height, int32 depth, int32 bytesPerRow);

Completed in 218 milliseconds

1234567891011>>