Home
last modified time | relevance | path

Searched refs:box_y (Results 1 – 25 of 364) sorted by last modified time

12345678910>>...15

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_font.c1934 int rbox_x[4], rbox_y[4], box_x[4], box_y[4], box[4]; in prima_update_rotated_fonts() local
1977 box_x[0] = box_y[0] = box_x[1] = box_y[3] = 0; in prima_update_rotated_fonts()
1979 r-> orgBox. y = box_y[1] = box_y[2] = f-> fs-> max_bounds. ascent + f-> fs-> max_bounds. descent; in prima_update_rotated_fonts()
1981 rbox_x[i] = box_x[i] * cos2 - box_y[i] * sin2 + 0.5; in prima_update_rotated_fonts()
1982 rbox_y[i] = box_x[i] * sin2 + box_y[i] * cos2 + 0.5; in prima_update_rotated_fonts()
/dports/sysutils/bpytop/bpytop-1.0.67/
H A Dbpytop.py1759 box_y: int = 0 variable in SubBox
1826 cls.box_y = cls.y + ceil((cls.height - 2) / 2) - ceil(cls.box_height / 2) + 1
1887 bx, by, bw, bh = cls.box_x + 1, cls.box_y + 1, cls.box_width - 2, cls.box_height - 2
2343 cls.box_y = cls.y + ((cls.height - 2) // 2) - cls.box_height // 2 + 1
2352 …{create_box(x=cls.box_x, y=cls.box_y, width=cls.box_width, height=cls.box_height, line_color=THEME…
2363 bx, by, bw, bh = cls.box_x + 1, cls.box_y + 1, cls.box_width - 2, cls.box_height - 2
/dports/sysutils/busybox/busybox-1.26.2/scripts/kconfig/lxdialog/
H A Dmenubox.c185 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()
267 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()
H A Dinputbox.c47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
77 box_y = y + 2; in dialog_inputbox()
84 wmove(dialog, box_y, box_x); in dialog_inputbox()
103 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox()
126 wmove(dialog, box_y, box_x); in dialog_inputbox()
135 mvwaddch(dialog, box_y, input_x + box_x, ' '); in dialog_inputbox()
136 wmove(dialog, box_y, input_x + box_x); in dialog_inputbox()
148 wmove(dialog, box_y, box_x); in dialog_inputbox()
152 wmove(dialog, box_y, input_x++ + box_x); in dialog_inputbox()
181 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox()
[all …]
H A Dchecklist.c115 int i, x, y, box_x, box_y; in dialog_checklist() local
162 box_y = height - list_height - 5; in dialog_checklist()
166 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
172 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
195 box_y, box_x + check_x + 5, list_height); in dialog_checklist()
229 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
256 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
/dports/ports-mgmt/dialog4ports-static/dialog4ports-0.1.6/
H A Dmixedlist.c89 int box_y, in d4p_print_arrows() argument
102 box_y, in d4p_print_arrows()
103 box_y + list_height + 1, in d4p_print_arrows()
286 int i, j, key2, x, y, cur_x, cur_y, box_x, box_y; in dlg_mixedlist() local
378 box_y = cur_y + 1; in dlg_mixedlist()
399 y + box_y + 1, x + box_x + 1); in dlg_mixedlist()
402 dlg_draw_box(dialog, box_y, box_x, in dlg_mixedlist()
465 box_x, box_y, in dlg_mixedlist()
472 wmove(dialog, box_y + choice + 1, box_x + check_x + 2); in dlg_mixedlist()
706 box_x, box_y, in dlg_mixedlist()
[all …]
/dports/ports-mgmt/dialog4ports/dialog4ports-0.1.6/
H A Dmixedlist.c89 int box_y, in d4p_print_arrows() argument
102 box_y, in d4p_print_arrows()
103 box_y + list_height + 1, in d4p_print_arrows()
286 int i, j, key2, x, y, cur_x, cur_y, box_x, box_y; in dlg_mixedlist() local
378 box_y = cur_y + 1; in dlg_mixedlist()
399 y + box_y + 1, x + box_x + 1); in dlg_mixedlist()
402 dlg_draw_box(dialog, box_y, box_x, in dlg_mixedlist()
465 box_x, box_y, in dlg_mixedlist()
472 wmove(dialog, box_y + choice + 1, box_x + check_x + 2); in dlg_mixedlist()
706 box_x, box_y, in dlg_mixedlist()
[all …]
/dports/emulators/tme/tme-0.8/machine/sun/
H A Dsun-bwtwo.c107 int box, box_y, box_x; in _tme_sunbw2_update_debug() local
117 for (box_y = 0; box_y < 2; box_y++) { in _tme_sunbw2_update_debug()
119 pixel = (((y + box_y) in _tme_sunbw2_update_debug()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/va/
H A Dimage.c533 unsigned box_y = y & ~1; in vlVaGetImage() local
538 vl_video_buffer_adjust_size(&box_x, &box_y, i, in vlVaGetImage()
542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/va/
H A Dimage.c533 unsigned box_y = y & ~1; in vlVaGetImage() local
538 vl_video_buffer_adjust_size(&box_x, &box_y, i, in vlVaGetImage()
542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/va/
H A Dimage.c533 unsigned box_y = y & ~1; in vlVaGetImage() local
538 vl_video_buffer_adjust_size(&box_x, &box_y, i, in vlVaGetImage()
542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/va/
H A Dimage.c533 unsigned box_y = y & ~1; in vlVaGetImage() local
538 vl_video_buffer_adjust_size(&box_x, &box_y, i, in vlVaGetImage()
542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/va/
H A Dimage.c533 unsigned box_y = y & ~1; in vlVaGetImage() local
538 vl_video_buffer_adjust_size(&box_x, &box_y, i, in vlVaGetImage()
542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/va/
H A Dimage.c533 unsigned box_y = y & ~1; in vlVaGetImage() local
538 vl_video_buffer_adjust_size(&box_x, &box_y, i, in vlVaGetImage()
542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/va/
H A Dimage.c533 unsigned box_y = y & ~1; in vlVaGetImage() local
538 vl_video_buffer_adjust_size(&box_x, &box_y, i, in vlVaGetImage()
542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/va/
H A Dimage.c533 unsigned box_y = y & ~1; in vlVaGetImage() local
538 vl_video_buffer_adjust_size(&box_x, &box_y, i, in vlVaGetImage()
542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/va/
H A Dimage.c533 unsigned box_y = y & ~1; in vlVaGetImage() local
538 vl_video_buffer_adjust_size(&box_x, &box_y, i, in vlVaGetImage()
542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/va/
H A Dimage.c533 unsigned box_y = y & ~1; in vlVaGetImage() local
538 vl_video_buffer_adjust_size(&box_x, &box_y, i, in vlVaGetImage()
542 struct pipe_box box = {box_x, box_y, j, box_w, box_h, 1}; in vlVaGetImage()
/dports/science/chrono/chrono-7.0.1/src/demos/python/sensor/
H A Dradar.py138box_y = self.image_height - (int(self.image_height / self.vfov * math.atan2(i[2],i[0])) + int(self…
141 cv2.rectangle(bgr,(box_x - 1, box_y - 1), (box_x+1,box_y+1),(0,0,0),int(2))
144 … cv2.rectangle(bgr,(box_x - 1, box_y - 1), (box_x+1,box_y+1),(255,0,0),int(2))
148 … cv2.rectangle(bgr,(box_x - 1, box_y + 1), (box_x+1,box_y-1),color=(0,0,255),thickness=int(2))
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxdisp.c1416 int *box_y, int *box_width, int *box_height) in window_box() argument
1424 if (box_y) in window_box()
1426 *box_y = WINDOW_TOP_EDGE_Y (w); in window_box()
1428 *box_y += CURRENT_TAB_LINE_HEIGHT (w); in window_box()
1430 *box_y += CURRENT_HEADER_LINE_HEIGHT (w); in window_box()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/
H A Dstatistics.cpp216 int box_y = static_cast<int>(SCREEN_HEIGHT / 2) - box_h; in draw_endseq_panel() local
221 int bd_y = box_y + (box_h / 2) - (bd_h / 2); in draw_endseq_panel()
227 float row1_y = static_cast<float>(box_y); in draw_endseq_panel()
/dports/editors/rehex/rehex-0.4.0/src/
H A DDocumentCtrl.cpp2783 int box_y = y + (skip_lines * (int64_t)(ch)); in draw_container() local
2793 dc.DrawRectangle(0, box_y, doc.client_width, box_hc); in draw_container()
2805 dc.DrawLine(box_x, box_y, box_x, (box_y + box_hc)); in draw_container()
2806 dc.DrawLine((box_x + box_w - 1), box_y, (box_x + box_w - 1), (box_y + box_hc)); in draw_container()
2810 dc.DrawLine(box_x, (box_y + box_h), (box_x + box_w - 1), (box_y + box_h)); in draw_container()
2828 int box_y = y + (skip_lines * (int64_t)(ch)); in draw_full_height_line() local
2834 dc.DrawLine(x, box_y, x, (box_y + box_hc)); in draw_full_height_line()
4281 int box_y = y + (doc.hf_height / 4); in draw() local
4289 dc.DrawRectangle(box_x, box_y, box_w, box_h); in draw()
4293 dc.DrawLine(box_x, (box_y + box_h), box_x, (box_y + box_h + doc.hf_height)); in draw()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpoverlaychild.h78 gdouble box_y);
H A Dgimpoverlaychild.c44 gdouble box_y,
52 gdouble *box_y,
479 gdouble box_y) in gimp_overlay_child_pick() argument
489 box_x, box_y, in gimp_overlay_child_pick()
543 gdouble box_y, in gimp_overlay_child_from_embedder() argument
551 *child_y = box_y; in gimp_overlay_child_from_embedder()
562 gdouble *box_y, in gimp_overlay_child_to_embedder() argument
566 *box_y = child_y; in gimp_overlay_child_to_embedder()
568 cairo_matrix_transform_point (&child->matrix, box_x, box_y); in gimp_overlay_child_to_embedder()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dnewmenu.h413 int box_x, box_y; member

12345678910>>...15