Searched refs:box_width (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/kconfig/lxdialog/ |
H A D | inputbox.c | 47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local 87 box_width = width - 6; in dialog_inputbox() 90 box_x = (width - box_width) / 2; in dialog_inputbox() 91 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, in dialog_inputbox() 102 if (input_x >= box_width) { in dialog_inputbox() 103 scroll = input_x - box_width + 1; in dialog_inputbox() 104 input_x = box_width - 1; in dialog_inputbox() 105 for (i = 0; i < box_width - 1; i++) in dialog_inputbox() 133 scroll = scroll < box_width - 1 ? 0 : scroll - (box_width in dialog_inputbox() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | proresenc_anatoliy.c | 481 int box_width = FFMIN(width - x, dst_width); in subimage_with_fill_template() local 498 for (j = 0; j < box_width; ++j) { in subimage_with_fill_template()
|
Completed in 3 milliseconds