Searched refs:height (Results 51 - 75 of 1081) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_init/
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/sem_open/
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/headers/private/kernel/boot/platform/generic/
H A Dvideo.h19 uint16 width, uint16 height, uint16 imageWidth,
24 uint16 width, uint16 height, uint16 imageWidth,
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DGroup.h23 virtual void FrameResized(float width, float height);
24 virtual void GetPreferredSize(float* width, float* height);
/haiku-fatelf/src/apps/pairs/
H A DPairsWindow.h24 void SetGameSize(int width, int height);
27 void _MakeGameView(int width, int height);
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dpaper.h81 /** Paper height. */
82 unsigned height; member in struct:__anon5036
113 * Only paper sizes within 5 points of width and height will be considered.
145 * @param height pointer to storage that the height will be returned in.
148 int *width, int *height);
/haiku-fatelf/src/preferences/time/
H A DTZDisplay.cpp47 ResizeTo(size.width, size.height);
59 font_height height; local
60 GetFontHeight(&height);
61 float fontHeight = ceilf(height.descent + height.ascent +
62 height.leading);
64 BPoint pt(bounds.left, ceilf(bounds.top + height.ascent));
158 size.height = 2 * ceilf(fontHeight.ascent + fontHeight.descent +
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A Dvideo.cpp23 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
64 uint32 width, height;
65 if (of_call_method(sScreen, "dimensions", 0, 2, &height, &width)
69 if (of_getprop(package, "height", &height, sizeof(int32)) == OF_FAILED)
84 gKernelArgs.frame_buffer.physical_buffer.size = lineBytes * height;
86 gKernelArgs.frame_buffer.height = height;
91 gKernelArgs.frame_buffer.height, gKernelArgs.frame_buffer.depth);
22 platform_blit4(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku-fatelf/src/tests/kits/game/set_mouse_position_test/
H A Dtest_mouse.cpp22 int32 height, width; variable
26 for (int32 t = (height); t > 0; t--)
35 for (int32 t = 0; t < (height); t++)
116 //save screenwidth and screenheight in height and width
117 height = int32(screenBounds.bottom - screenBounds.top) - 5;
124 mouse_move_right(height);
125 mouse_move_diagonal1(width,height);
128 mouse_move_left(height);
129 mouse_move_diagonal2(0,height);
/haiku-fatelf/src/add-ons/opengl/swpipe/
H A Dbitmap_wrapper.h25 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
28 void get_bitmap_size(const Bitmap* bitmap, int32* width, int32* height);
/haiku-fatelf/src/tests/kits/interface/balert/
H A DAlertTest.cpp45 float height; member in struct:GuiInfo
156 ASSERT_DEQUAL(fWinInfo.height, pAlert->Bounds().Height());
186 ASSERT_DEQUAL(fButtonInfo[i].height, btns[i]->Bounds().Height());
227 ASSERT_DEQUAL(fTextInfo.height, textView->Bounds().Height());
364 wi.height = 64.0f;
369 ti.height = 13.0f;
375 bi.height = 30.0f;
393 wi.height = 64.0f;
398 ti.height = 13.0f;
404 bi.height
[all...]
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-win.c340 "Set the height of a specified window.\n\
369 "XDB compatibility command for setting the height of a command window.\n\
427 sprintf (cmd, "set height %d",
428 tui_active ? TUI_CMD_WIN->generic.height : screenheight);
459 _num_to_scroll = win_to_scroll->generic.height - 3;
483 _num_to_scroll = win_to_scroll->generic.height - 3;
654 new_height = first_win->generic.height;
655 else if ((first_win->generic.height + split_diff) >=
658 else if ((first_win->generic.height + split_diff) <= 0)
661 new_height = first_win->generic.height
1221 make_invisible_and_set_new_height(struct tui_win_info * win_info, int height) argument
[all...]
/haiku-fatelf/src/kits/interface/
H A DLayoutUtils.cpp116 FixSizeConstraints(min.height, max.height, preferred.height);
127 size.height = layoutSize.height;
157 if (maxSize.height < frame.Height()
159 frame.top += (int)((frame.Height() - maxSize.height)
161 frame.bottom = frame.top + maxSize.height;
176 // The view has height for width, so we do the horizontal alignment
177 // ourselves and restrict the height ma
[all...]
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A Dcursor.cpp13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
16 // NOTE: Currently, for BeOS, cursor width and height must be equal to 16.
18 if ((width != 16) || (height != 16)) {
20 } else if ((hot_x >= width) || (hot_y >= height)) {
29 if ( ! TDFX_LoadCursorImage(width, height, andMask, xorMask))
/haiku-fatelf/src/add-ons/accelerants/ati/
H A Dcursor.cpp13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
16 // NOTE: Currently, for BeOS, cursor width and height must be equal to 16.
18 if ((width != 16) || (height != 16)) {
20 } else if ((hot_x >= width) || (hot_y >= height)) {
29 if ( ! gInfo.LoadCursorImage(width, height, andMask, xorMask))
/haiku-fatelf/src/add-ons/accelerants/s3/
H A Dcursor.cpp13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
16 // NOTE: Currently, for BeOS, cursor width and height must be equal to 16.
18 if ((width != 16) || (height != 16)) {
20 } else if ((hot_x >= width) || (hot_y >= height)) {
29 if ( ! gInfo.LoadCursorImage(width, height, andMask, xorMask))
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DConfigView.cpp26 void GetPreferredSize(float *width, float *height);
76 POP3ConfigView::GetPreferredSize(float* width, float* height) argument
78 BMailProtocolConfigView::GetPreferredSize(width, height);
79 *height += 20;
/haiku-fatelf/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.h19 virtual void GetPreferredSize(float *width, float *height);
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_c.cpp8 gfx_conv_null(AVFrame *in, AVFrame *out, int width, int height) argument
10 memcpy(out->data[0], in->data[0], height * in->linesize[0]);
15 gfx_conv_yuv410p_ycbcr422_c(AVFrame *in, AVFrame *out, int width, int height) argument
32 // memcpy(out->data[0], in->data[0], height * in->linesize[0]);
37 for (i = 0; i < height; i++) {
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
102 // memcpy(out->data[0], in->data[0], height * in->linesize[0]);
107 for (int i = 0; i < height;
138 gfx_conv_yuv410p_rgb32_c(AVFrame *in, AVFrame *out, int width, int height) argument
145 gfx_conv_yuv411p_rgb32_c(AVFrame *in, AVFrame *out, int width, int height) argument
174 gfx_conv_YCbCr422_RGB32_c(AVFrame *in, AVFrame *out, int width, int height) argument
[all...]
/haiku-fatelf/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp116 int height = rc.bottom - rc.top + 1; local
123 if (y + height > page_height)
124 height = page_height - y;
126 rc.bottom = height - 1;
128 DBGMSG(("height = %d\n", height));
143 int height = rc.bottom - rc.top + 1; local
144 int in_size = widthByte * height;
150 DBGMSG(("height = %d\n", height));
275 int height = 0; local
422 _RasterGraphics( int compressionSize, int widthbyte, int height, int compressionMethod, const uchar* buffer) argument
[all...]
/haiku-fatelf/src/add-ons/print/drivers/pcl6/
H A DRasterizer.cpp33 int height = fBounds.bottom - fBounds.top + 1; local
35 if (y + height > pageHeight) {
36 height = pageHeight - y;
37 fBounds.bottom = fBounds.top + height - 1;
/haiku-fatelf/src/apps/bootmanager/
H A DUninstallPage.h24 virtual void FrameResized(float width, float height);
/haiku-fatelf/src/apps/cortex/TipManager/
H A DTipWindow.cpp83 float width, height; local
84 m_tipView->GetPreferredSize(&width, &height);
85 m_tipView->ResizeTo(width, height);
86 ResizeTo(width, height);
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.h21 float height = 24.0);
/haiku-fatelf/src/apps/serialconnect/
H A DTermView.cpp22 font_height height; local
23 GetFontHeight(&height);
24 fFontHeight = height.ascent + height.descent + height.leading;
55 font_height height; local
56 GetFontHeight(&height);
64 float y = pos.row * fFontHeight + height.ascent + kBorderSpacing;
96 FillRect(BRect(penLocation.x, penLocation.y - height.ascent,
116 void TermView::FrameResized(float width, float height) argument
124 GetPreferredSize(float* width, float* height) argument
[all...]

Completed in 278 milliseconds

1234567891011>>