Home
last modified time | relevance | path

Searched refs:old_x0 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dcanvas.cpp302 int old_x0 = _x0; in scroll_to() local
315 int dx = _x0 - old_x0; in scroll_to()
323 …Geom::IntRect old_area = Geom::IntRect::from_xywh(old_x0, old_y0, _allocation.get_width(), _alloca… in scroll_to()
/dports/audio/snd/snd-21.2/
H A Dsnd-select.c586 cp->old_x0, in cp_redraw_selection()
588 cp->old_x1 - cp->old_x0, in cp_redraw_selection()
590 show_selection_triangle(cp, ax, cp->old_x0, cp->old_x1, beg, end); in cp_redraw_selection()
600 cp->old_x0 = x0; in cp_redraw_selection()
H A Dsnd-env.c1086 int old_x0, old_y0;
1088 old_x0 = active_channel->fft_pix_x0;
1095 active_channel->fft_pix_x0 = old_x0;
H A Dsnd-1.h322 int old_x0, old_x1; member
/dports/devel/nextpnr/nextpnr-48cd407/common/
H A Dplacer_heap.cc1282 int old_x0 = r.x0 + (init ? 1 : 0), old_y0 = r.y0, old_x1 = r.x1, old_y1 = r.y1; in grow_region() local
1303 for (int x = r.x0; x < old_x0; x++) in grow_region()