| /buildroot/support/kconfig/lxdialog/ |
| A D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 30 int y = height - 2; in print_buttons() 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno() argument 48 if (getmaxy(stdscr) < (height + YESNO_HEIGTH_MIN)) in dialog_yesno() 55 y = (getmaxy(stdscr) - height) / 2; in dialog_yesno() 57 draw_shadow(stdscr, y, x, height, width); in dialog_yesno() 59 dialog = newwin(height, width, y, x); in dialog_yesno() 62 draw_box(dialog, 0, 0, height, width, in dialog_yesno() 65 mvwaddch(dialog, height - 3, 0, ACS_LTEE); in dialog_yesno() 76 print_buttons(dialog, height, width, 0); in dialog_yesno() [all …]
|
| A D | textbox.c | 61 int height, width, boxh, boxw; in dialog_textbox() local 82 getmaxyx(stdscr, height, width); in dialog_textbox() 86 height = initial_height; in dialog_textbox() 88 if (height > 4) in dialog_textbox() 89 height -= 4; in dialog_textbox() 91 height = 0; in dialog_textbox() 110 boxh = height - 4; in dialog_textbox() 244 back_lines(height); in dialog_textbox() 320 for (i = 0; i < height; i++) in print_page() 323 back_lines(height); in print_page() [all …]
|
| A D | inputbox.c | 32 int y = height - 2; in print_buttons() 66 y = (getmaxy(stdscr) - height) / 2; in dialog_inputbox() 68 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox() 70 dialog = newwin(height, width, y, x); in dialog_inputbox() 73 draw_box(dialog, 0, 0, height, width, in dialog_inputbox() 76 mvwaddch(dialog, height - 3, 0, ACS_LTEE); in dialog_inputbox() 95 print_buttons(dialog, height, width, 0); in dialog_inputbox() 247 print_buttons(dialog, height, width, 1); in dialog_inputbox() 251 print_buttons(dialog, height, width, 0); in dialog_inputbox() 257 print_buttons(dialog, height, width, 0); in dialog_inputbox() [all …]
|
| A D | menubox.c | 112 int height) in print_arrows() argument 132 y = y + height + 1; in print_arrows() 136 if ((height < item_no) && (scroll + height < item_no)) { in print_arrows() 158 int y = height - 2; in print_buttons() 188 int height, width, menu_height; in dialog_menu() local 194 height = getmaxy(stdscr); in dialog_menu() 199 height -= 4; in dialog_menu() 201 menu_height = height - 10; in dialog_menu() 207 y = (getmaxy(stdscr) - height) / 2; in dialog_menu() 211 dialog = newwin(height, width, y, x); in dialog_menu() [all …]
|
| A D | checklist.c | 66 int y, int x, int height) in print_arrows() argument 82 y = y + height + 1; in print_arrows() 104 int y = height - 2; in print_buttons() 144 y = (getmaxy(stdscr) - height) / 2; in dialog_checklist() 146 draw_shadow(stdscr, y, x, height, width); in dialog_checklist() 148 dialog = newwin(height, width, y, x); in dialog_checklist() 151 draw_box(dialog, 0, 0, height, width, in dialog_checklist() 154 mvwaddch(dialog, height - 3, 0, ACS_LTEE); in dialog_checklist() 166 box_y = height - list_height - 5; in dialog_checklist() 202 print_buttons(dialog, height, width, 0); in dialog_checklist() [all …]
|
| A D | dialog.h | 221 void attr_clear(WINDOW * win, int height, int width, chtype attr); 226 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 228 void draw_shadow(WINDOW * win, int y, int x, int height, int width); 231 int dialog_yesno(const char *title, const char *prompt, int height, int width); 232 int dialog_msgbox(const char *title, const char *prompt, int height, 243 int dialog_checklist(const char *title, const char *prompt, int height, 245 int dialog_inputbox(const char *title, const char *prompt, int height,
|
| A D | util.c | 247 for (i = 0; i < height; i++) { in attr_clear() 317 int height, width; in init_dialog() local 324 getmaxyx(stdscr, height, width); in init_dialog() 325 if (height < WINDOW_HEIGTH_MIN || width < WINDOW_WIDTH_MIN) { in init_dialog() 477 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() argument 483 for (i = 0; i < height; i++) { in draw_box() 488 else if (i == height - 1 && !j) in draw_box() 492 else if (i == height - 1 && j == width - 1) in draw_box() 496 else if (i == height - 1) in draw_box() 517 wmove(win, y + height, x + 2); in draw_shadow() [all …]
|
| /buildroot/support/testing/tests/package/ |
| A D | sample_python_construct.py | 8 "pixels" / construct.Array(construct.this.width * construct.this.height, construct.Byte), 10 a = format.build(dict(width=3,height=2,pixels=[7,8,9,11,12,13])) 15 assert(b.height == 2)
|
| /buildroot/docs/website/css/ |
| A D | main.css | 84 height: 1px; 117 height: 42px; 136 min-height: 400px; 137 max-height: 800px; 159 max-height: 50px; 166 min-height: 350px; 198 max-height: 50px; 217 height: 180px; 259 height: 1.5em;
|
| A D | timeline.css | 82 height: 50px; 83 line-height: 50px;
|
| /buildroot/package/x11vnc/ |
| A D | 0002-scan-limit-access-to-shared-memory-segments-to-current-user.patch | 21 - xim->bytes_per_line * xim->height, IPC_CREAT | 0777); 22 + xim->bytes_per_line * xim->height, IPC_CREAT | 0600);
|
| /buildroot/package/sdl/ |
| A D | 0003-SDL_x11yuv.c-fix-possible-use-after-free.patch | 16 @@ -374,8 +374,8 @@ SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, S 24 0, width, height);
|
| /buildroot/docs/website/images/ |
| A D | clippy.svg | 1 <svg height="1024" width="896" xmlns="http://www.w3.org/2000/svg">
|
| /buildroot/package/vlc/ |
| A D | 0007-Add-support-for-freerdp2.patch | 86 fmt.video.i_height = p_gdi->height; 89 - p_sys->i_framebuffersize = p_gdi->width * p_gdi->height * p_gdi->bytesPerPixel; 90 + p_sys->i_framebuffersize = p_gdi->width * p_gdi->height * bytesPerPixel; 104 - p_instance->settings->height,
|
| A D | 0009-modules-video_filter-opencv_example.cpp-fix-build-wi.patch | 34 pt2.y = (r->y+r->height)*scale;
|
| /buildroot/package/directfb/ |
| A D | 0001-fix-missing-davinci-voodoo-header.patch | 239 + task->c64x_arg[3] = height; 264 + task->c64x_arg[5] = height; 511 + task->c64x_arg[6] = height; 536 + task->c64x_arg[6] = height; 558 + task->c64x_arg[3] = height; 579 + task->c64x_arg[3] = height; 602 + task->c64x_arg[3] = height; 623 + task->c64x_arg[3] = height; 649 + task->c64x_arg[5] = height; 672 + task->c64x_arg[5] = height; [all …]
|
| /buildroot/package/libgtk3/ |
| A D | 0001-Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch | 35 int height, 91 loaded = load_symbolic_svg (file_data, file_len, width, height,
|
| /buildroot/package/freerdp/ |
| A D | 0002-Fixed-variable-declaration-in-loop.patch | 27 yTargetSize = pointer->height * yscale;
|
| /buildroot/package/olsr/ |
| A D | 0003-pud-adapt-to-API-changes-in-gpsd-3-20.patch | 99 + info->height = gpsdata->fix.geoid_sep; 101 info->height = gpsdata->separation;
|
| /buildroot/support/kconfig/ |
| A D | qconf.cc | 1288 int width, height; in ConfigSearchWindow() local 1293 height = configSettings->value("/window height", parent->height() / 2).toInt(); in ConfigSearchWindow() 1294 resize(width, height); in ConfigSearchWindow() 1314 configSettings->setValue("/window height", size().height()); in saveSettings() 1349 int width, height; in ConfigMainWindow() local 1360 height = configSettings->value("/window height", d->height() - 64).toInt(); in ConfigMainWindow() 1361 resize(width, height); in ConfigMainWindow() 1778 configSettings->setValue("/window height", size().height()); in saveSettings()
|
| /buildroot/package/pulseview/ |
| A D | 0001-Replace-obsolete-deprecated-Qt-methods.patch | 130 const int h = lineEdit()->minimumSizeHint().height();
|
| /buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| A D | 0004-Make-video-API-forward-and-backward-compatible.patch | 562 @@ -924,7 +925,7 @@ imxExaZ160CreatePixmap2(ScreenPtr pScreen, int width, int height, 580 @@ -1068,7 +1069,7 @@ imxExaZ160ModifyPixmapHeader(PixmapPtr pPixmap, int width, int height, 635 imxExaZ160Copy(PixmapPtr pPixmapDst, int srcX, int srcY, int dstX, int dstY, int width, int height) 671 int height)
|