Searched refs:height (Results 26 - 50 of 1081) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/translators/webp/libwebp/webp/
H A Ddecode.h21 // Retrieve basic header information: width, height.
24 // Pointers *width/*height can be passed NULL if deemed irrelevant.
26 int *width, int *height);
29 // with the dimensions in *width and *height.
33 int *width, int *height);
37 int *width, int *height);
41 int *width, int *height);
44 int *width, int *height);
50 // and (*height + 1)/ 2.
56 int *width, int *height, uint8_
[all...]
/haiku-fatelf/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-fatelf/src/add-ons/accelerants/vmware/
H A DCursor.c30 WriteAndMask(uint8 * andMask, uint16 width, uint16 height, uint8 * scanline, argument
35 for (y = 0; y < height; y ++) {
45 WriteXorMask(uint8 * andMask, uint8 * xorMask, uint16 width, uint16 height, argument
51 for (y = 0; y < height; y ++) {
74 SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, argument
81 TRACE("SET_CURSOR_SHAPE (%d, %d, %d, %d)\n", width, height, hot_x, hot_y);
84 if (hot_x >= width || hot_y >= height)
98 FifoWrite(height);
101 WriteAndMask(andMask, width, height, scanline, scanlineSize);
102 WriteXorMask(andMask, xorMask, width, height, scanlin
[all...]
/haiku-fatelf/src/system/boot/platform/generic/
H A Dvideo_splash.cpp124 int height = min_c(kSplashLogoHeight + iconsHalfHeight, local
125 gKernelArgs.frame_buffer.height);
130 int y = (gKernelArgs.frame_buffer.height - height) * placementY / 100;
132 height = min_c(kSplashLogoHeight, gKernelArgs.frame_buffer.height);
137 video_blit_image(frameBuffer, uncompressedLogo, width, height,
176 height = min_c(kSplashLogoHeight + iconsHalfHeight,
177 gKernelArgs.frame_buffer.height);
182 y = kSplashLogoHeight + (gKernelArgs.frame_buffer.height
[all...]
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-fatelf/src/add-ons/media/plugins/ffmpeg/
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-fatelf/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-fatelf/src/apps/mediaplayer/interface/
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-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_template.c25 PDF_begin_template(PDF *p, float width, float height) argument
32 (void *) p, width, height))
40 if (height <= 0)
41 pdc_error(p->pdc, PDC_E_ILLARG_POSITIVE, "height", 0, 0, 0);
54 image->height = height;
56 p->height = height;
80 pdc_printf(p->out, "/BBox[0 0 %f %f]\n", p->width, p->height);
94 pdf_set_topdownsystem(p, height);
[all...]
/haiku-fatelf/src/add-ons/translators/bmp/
H A DBMPView.cpp34 float height = fontHeight.descent + fontHeight.ascent + fontHeight.leading; local
36 BRect rect(10, 10, 200, 10 + height);
45 rect.OffsetBy(0, height + 10);
60 height = fontHeight.descent + fontHeight.ascent + fontHeight.leading;
62 rect.OffsetBy(0, height + 5);
/haiku-fatelf/src/add-ons/translators/pcx/
H A DConfigView.cpp30 float height = fontHeight.descent + fontHeight.ascent + fontHeight.leading; local
32 BRect rect(10, 10, 200, 10 + height);
39 rect.OffsetBy(0, height + 10);
51 height = fontHeight.descent + fontHeight.ascent + fontHeight.leading;
53 rect.OffsetBy(0, height + 5);
/haiku-fatelf/src/add-ons/translators/rtf/
H A DConfigView.cpp26 float height = fontHeight.descent + fontHeight.ascent + fontHeight.leading; local
28 BRect rect(10, 10, 200, 10 + height);
37 rect.OffsetBy(0, height + 10);
52 height = fontHeight.descent + fontHeight.ascent + fontHeight.leading;
54 rect.OffsetBy(0, height + 5);
/haiku-fatelf/src/add-ons/translators/stxt/
H A DSTXTView.cpp35 float height = fontHeight.descent + fontHeight.ascent + fontHeight.leading; local
37 BRect rect(10, 10, 200, 10 + height);
46 rect.OffsetBy(0, height + 10);
61 height = fontHeight.descent + fontHeight.ascent + fontHeight.leading;
63 rect.OffsetBy(0, height + 5);
/haiku-fatelf/src/apps/deskbar/
H A DTeamMenuItem.h55 float width = -1.0f, float height = -1.0f,
57 TTeamMenuItem(float width = -1.0f, float height = -1.0f,
64 void SetOverrideHeight(float height);
81 void GetContentSize(float* width, float* height);
89 float width = -1.0f, float height = -1.0f,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/pi_test/
H A Ddo-plot40 height=15
51 height_text=$(($height + 2))
52 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
54 height=$(($height + 8))
/haiku-fatelf/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);
/haiku-fatelf/src/apps/networkstatus/
H A DWirelessNetworkMenuItem.cpp50 WirelessNetworkMenuItem::GetContentSize(float* width, float* height) argument
52 BMenuItem::GetContentSize(width, height);
53 *width += *height + 4;
/haiku-fatelf/src/apps/serialconnect/
H A DTermView.h21 void FrameResized(float width, float height);
22 void GetPreferredSize(float* width, float* height);
30 BRect GlyphsToPixels(const int width, const int height) const;
/haiku-fatelf/src/apps/terminal/
H A DTerminalBuffer.h19 status_t Init(int32 width, int32 height,
31 virtual status_t ResizeTo(int32 width, int32 height);
32 virtual status_t ResizeTo(int32 width, int32 height,
/haiku-fatelf/src/kits/interface/
H A DSpaceLayoutItem.cpp26 size.height = BControlLook::ComposeSpacing(size.height);
88 BSpaceLayoutItem::CreateVerticalStrut(float height) argument
91 BSize(-1, height),
92 BSize(B_SIZE_UNLIMITED, height),
93 BSize(-1, height),
132 fMinSize.height = size.height;
144 fMaxSize.height = size.height;
[all...]
/haiku-fatelf/src/libs/pdflib/progs/pdflib/
H A Dtext2pdf.c84 fprintf(stderr, "-h height page height in points\n");
106 float x, y, width = a4_width, height = a4_height, margin = 20; local
126 height = atoi(optarg);
127 if (height < 0) {
128 fprintf(stderr, "Error: bad page height %f!\n", height);
194 y = height - margin;
198 if (y == height - margin)
199 PDF_begin_page(p, width, height);
[all...]
/haiku-fatelf/src/system/boot/arch/arm/
H A Darch_framebuffer_920.cpp30 status_t SetVideoMode(int width, int height, int depth);
68 gKernelArgs.frame_buffer.height = 768;
72 * gKernelArgs.frame_buffer.height
76 gKernelArgs.frame_buffer.height, gKernelArgs.frame_buffer.depth);
86 gKernelArgs.frame_buffer.height,
92 ArchFBArm920::SetVideoMode(int width, int height, int depth) argument
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/fork/
H A Ddo-plot64 height=15
69 step=$(((100 - $height) / $events))
83 height_text=$(($height + 2))
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
86 height=$(($height + $step))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Ddo-plot64 height=15
69 step=$(((100 - $height) / $events))
83 height_text=$(($height + 2))
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
86 height=$(($height + $step))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_create/
H A Ddo-plot64 height=15
69 step=$(((100 - $height) / $events))
83 height_text=$(($height + 2))
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
86 height=$(($height + $step))

Completed in 307 milliseconds

1234567891011>>