| /buildroot/support/kconfig/lxdialog/ |
| A D | yesno.c | 29 int x = width / 2 - 10; in print_buttons() 50 if (getmaxx(stdscr) < (width + YESNO_WIDTH_MIN)) in dialog_yesno() 54 x = (getmaxx(stdscr) - width) / 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() 66 for (i = 0; i < width - 2; i++) in dialog_yesno() 71 print_title(dialog, title, width); in dialog_yesno() 74 print_autowrap(dialog, prompt, width - 2, 1, 3); in dialog_yesno() 76 print_buttons(dialog, height, width, 0); in dialog_yesno() [all …]
|
| A D | inputbox.c | 31 int x = width / 2 - 11; in print_buttons() 65 x = (getmaxx(stdscr) - width) / 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() 77 for (i = 0; i < width - 2; i++) in dialog_inputbox() 82 print_title(dialog, title, width); in dialog_inputbox() 88 box_width = width - 6; in dialog_inputbox() 91 box_x = (width - box_width) / 2; in dialog_inputbox() 95 print_buttons(dialog, height, width, 0); in dialog_inputbox() [all …]
|
| A D | textbox.c | 61 int height, width, boxh, boxw; in dialog_textbox() local 82 getmaxyx(stdscr, height, width); in dialog_textbox() 93 width = initial_width; in dialog_textbox() 95 if (width > 5) in dialog_textbox() 96 width -= 5; in dialog_textbox() 98 width = 0; in dialog_textbox() 101 x = (getmaxx(stdscr) - width) / 2; in dialog_textbox() 111 boxw = width - 2; in dialog_textbox() 124 for (i = 0; i < width - 2; i++) in dialog_textbox() 329 print_line(win, i, width); in print_page() [all …]
|
| A D | dialog.h | 221 void attr_clear(WINDOW * win, int height, int width, chtype attr); 223 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 225 void print_title(WINDOW *dialog, const char *title, int width); 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); 233 int width, int pause); 244 int width, int list_height); 246 int width, const char *init);
|
| A D | checklist.c | 103 int x = width / 2 - 11; in print_buttons() 118 int width, int list_height) in dialog_checklist() argument 143 x = (getmaxx(stdscr) - width) / 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() 155 for (i = 0; i < width - 2; i++) in dialog_checklist() 160 print_title(dialog, title, width); in dialog_checklist() 165 list_width = width - 6; in dialog_checklist() 167 box_x = (width - list_width) / 2 - 1; in dialog_checklist() [all …]
|
| A D | menubox.c | 157 int x = width / 2 - 28; in print_buttons() 188 int height, width, menu_height; in dialog_menu() local 195 width = getmaxx(stdscr); in dialog_menu() 200 width -= 5; in dialog_menu() 206 x = (getmaxx(stdscr) - width) / 2; in dialog_menu() 211 dialog = newwin(height, width, y, x); in dialog_menu() 214 draw_box(dialog, 0, 0, height, width, in dialog_menu() 218 for (i = 0; i < width - 2; i++) in dialog_menu() 224 print_title(dialog, title, width); in dialog_menu() 229 menu_width = width - 6; in dialog_menu() [all …]
|
| A D | util.c | 249 for (j = 0; j < width; j++) in attr_clear() 317 int height, width; in init_dialog() local 324 getmaxyx(stdscr, height, width); in init_dialog() 368 int tlen = MIN(width - 2, strlen(title)); in print_title() 393 wmove(win, y, (width - prompt_len) / 2); in print_autowrap() 411 room = width - cur_x; in print_autowrap() 485 for (j = 0; j < width; j++) in draw_box() 490 else if (!i && j == width - 1) in draw_box() 500 else if (j == width - 1) in draw_box() 518 for (i = 0; i < width; i++) 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])) 14 assert(b.width == 3)
|
| /buildroot/docs/website/css/ |
| A D | timeline.css | 12 width: 3px; 44 width: 46%; 81 width: 50px; 103 border-left-width: 0; 104 border-right-width: 15px; 110 border-left-width: 0; 111 border-right-width: 14px; 150 @media (max-width: 767px) { 156 width: calc(100% - 90px); 172 border-left-width: 0; [all …]
|
| A D | main.css | 119 width: 280px; 138 width: 100%; 171 @media (min-width: 768px) and (max-width: 991px) { 189 width: 45px; 196 @media (max-width:767px) { 216 width: 180px;
|
| /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 18 if ( hwdata->image != NULL && hwdata->image->pitches[0] != (width*bpp) ) { 19 /* Ajust overlay width according to pitch */ 21 width = hwdata->image->pitches[0] / bpp; 24 0, width, height);
|
| /buildroot/package/pulseview/ |
| A D | 0001-Replace-obsolete-deprecated-Qt-methods.patch | 47 + * Return the width of a string in a given font. 50 + * @param[in] string the string whose width should be determined 52 + * @return width of the string in pixels 59 + return metric.width(string); 82 + * Return the width of a string in a given font. 84 + * @param[in] string the string whose width should be determined 86 + * @return width of the string in pixels 101 - min_useful_label_width_ = m.width("XX"); // e.g. two hex characters 112 const int rightedge = width(); 115 - const int x_left_bound = QFontMetrics(font()).width(tick.second) / 2; [all …]
|
| /buildroot/docs/website/images/ |
| A D | clippy.svg | 1 <svg height="1024" width="896" xmlns="http://www.w3.org/2000/svg">
|
| /buildroot/package/directfb/ |
| A D | 0001-fix-missing-davinci-voodoo-header.patch | 510 + task->c64x_arg[5] = width; 535 + task->c64x_arg[5] = width; 557 + task->c64x_arg[2] = width; 578 + task->c64x_arg[2] = width; 601 + task->c64x_arg[2] = width; 622 + task->c64x_arg[2] = width; 648 + task->c64x_arg[4] = width; 671 + task->c64x_arg[4] = width; 696 + task->c64x_arg[4] = width; 719 + task->c64x_arg[4] = width; [all …]
|
| /buildroot/support/kconfig/ |
| A D | nconf.h | 80 int width,
|
| /buildroot/package/vlc/ |
| A D | 0007-Add-support-for-freerdp2.patch | 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; 103 - p_instance->settings->width,
|
| A D | 0009-modules-video_filter-opencv_example.cpp-fix-build-wi.patch | 32 pt2.x = (r->x+r->width)*scale;
|
| /buildroot/package/libgtk3/ |
| A D | 0001-Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch | 34 int width, 91 loaded = load_symbolic_svg (file_data, file_len, width, height,
|
| /buildroot/package/espeak/ |
| A D | 0002-tr_languages-cast-string_ordinal-init-values.patch | 23 0x200d, 1, // zero width joiner
|
| /buildroot/package/freerdp/ |
| A D | 0002-Fixed-variable-declaration-in-loop.patch | 26 xTargetSize = pointer->width * xscale;
|
| /buildroot/docs/manual/ |
| A D | package-make-target.adoc | 21 [width="90%",cols="^1,4",options="header"] 58 [width="90%",cols="^1,4",options="header"]
|
| /buildroot/package/lm-sensors/ |
| A D | Config.in | 43 Pwmconfig searches your sensors for pulse width modulation
|
| /buildroot/board/openblocks/a6/ |
| A D | readme.txt | 30 DRAM Total size 512MB 16bit width
|
| /buildroot/board/seeed/stm32mp157c-odyssey/patches/linux/ |
| A D | 0001-ARM-dts-stm32-fix-stm32mp157c-odyssey-card-detect.patch | 33 bus-width = <4>;
|
| /buildroot/board/avnet/s6lx9_microboard/ |
| A D | lx9_mmu.dts | 81 xlnx,dcache-data-width = <0x0>; 105 xlnx,icache-data-width = <0x0>; 182 xlnx,s-axi-id-width = <0x1>; 238 xlnx,count-width = <0x20>;
|