Home
last modified time | relevance | path

Searched refs:box_y (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dinputbox.c34 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
77 box_y = y + 2; in dialog_inputbox()
85 wmove(dialog, box_y, box_x); in dialog_inputbox()
102 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox()
134 wmove(dialog, box_y, box_x); in dialog_inputbox()
142 wmove(dialog, box_y, input_x + box_x); in dialog_inputbox()
149 wmove(dialog, box_y, --input_x + box_x); in dialog_inputbox()
152 wmove(dialog, box_y, box_x); in dialog_inputbox()
160 wmove(dialog, box_y, box_x); in dialog_inputbox()
168 wmove(dialog, box_y, ++input_x + box_x); in dialog_inputbox()
[all …]
H A Dchecklist.c107 int i, x, y, box_x, box_y; in dialog_checklist() local
153 box_y = height - list_height - 5; in dialog_checklist()
157 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
163 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
187 box_y, box_x + check_x + 5, list_height); in dialog_checklist()
223 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
251 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
H A Dmenubox.c174 int i, j, x, y, box_x, box_y; in dialog_menu() local
217 box_y = height - menu_height - 5; in dialog_menu()
222 y + box_y + 1, x + box_x + 1); in dialog_menu()
226 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, in dialog_menu()
263 box_y, box_x + item_x + 1, menu_height); in dialog_menu()
352 box_y, box_x + item_x + 1, menu_height); in dialog_menu()
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dinputbox.c35 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
78 box_y = y + 2; in dialog_inputbox()
86 wmove(dialog, box_y, box_x); in dialog_inputbox()
103 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox()
134 wmove(dialog, box_y, box_x); in dialog_inputbox()
142 wmove(dialog, box_y, input_x + box_x); in dialog_inputbox()
149 wmove(dialog, box_y, --input_x + box_x); in dialog_inputbox()
152 wmove(dialog, box_y, box_x); in dialog_inputbox()
160 wmove(dialog, box_y, box_x); in dialog_inputbox()
168 wmove(dialog, box_y, ++input_x + box_x); in dialog_inputbox()
[all …]
H A Dchecklist.c108 int i, x, y, box_x, box_y; in dialog_checklist() local
154 box_y = height - list_height - 5; in dialog_checklist()
158 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
164 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
188 box_y, box_x + check_x + 5, list_height); in dialog_checklist()
224 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
252 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
H A Dmenubox.c175 int i, j, x, y, box_x, box_y; in dialog_menu() local
218 box_y = height - menu_height - 5; in dialog_menu()
223 y + box_y + 1, x + box_x + 1); in dialog_menu()
227 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, in dialog_menu()
264 box_y, box_x + item_x + 1, menu_height); in dialog_menu()
353 box_y, box_x + item_x + 1, menu_height); in dialog_menu()
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dinputbox.c47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
90 box_y = y + 2; in dialog_inputbox()
98 wmove(dialog, box_y, box_x); in dialog_inputbox()
115 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox()
146 wmove(dialog, box_y, box_x); in dialog_inputbox()
154 wmove(dialog, box_y, input_x + box_x); in dialog_inputbox()
161 wmove(dialog, box_y, --input_x + box_x); in dialog_inputbox()
164 wmove(dialog, box_y, box_x); in dialog_inputbox()
172 wmove(dialog, box_y, box_x); in dialog_inputbox()
180 wmove(dialog, box_y, ++input_x + box_x); in dialog_inputbox()
[all …]
H A Dchecklist.c120 int i, x, y, box_x, box_y; in dialog_checklist() local
166 box_y = height - list_height - 5; in dialog_checklist()
170 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
176 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
200 box_y, box_x + check_x + 5, list_height); in dialog_checklist()
236 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
264 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
H A Dmenubox.c187 int i, j, x, y, box_x, box_y; in dialog_menu() local
230 box_y = height - menu_height - 5; in dialog_menu()
235 y + box_y + 1, x + box_x + 1); in dialog_menu()
239 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, in dialog_menu()
276 box_y, box_x + item_x + 1, menu_height); in dialog_menu()
365 box_y, box_x + item_x + 1, menu_height); in dialog_menu()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dpost_process.cc164 … float box_y = sigmoid(deqnt_affine_to_f32(in_ptr[grid_len], zp, scale)) * 2.0 - 0.5; in process() local
168 box_y = (box_y + i) * (float)stride; in process()
172 box_y -= (box_h / 2.0); in process()
189 boxes.push_back(box_y); in process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc205 float box_y = sigmoid(deqnt_affine_to_f32(in_ptr[grid_len], zp, scale)) * 2.0 - 0.5; in process() local
209 box_y = (box_y + i) * (float)stride; in process()
213 box_y -= (box_h / 2.0); in process()
229 boxes.push_back(box_y); in process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc228 … float box_y = sigmoid(deqnt_affine_to_f32(in_ptr[grid_len], zp, scale)) * 2.0 - 0.5; in process() local
232 box_y = (box_y + i) * (float)stride; in process()
236 box_y -= (box_h / 2.0); in process()
251 boxes.push_back(box_y); in process()