Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dproject_view.cpp1917 GX_RECTANGLE combine_size; in PasteWidgets() local
1929 combine_size = pasted_widget->size; in PasteWidgets()
1932 gx_utility_rectangle_combine(&combine_size, &pasted_widget->size); in PasteWidgets()
1935 newsize = combine_size; in PasteWidgets()
1938 x_shift = newsize.gx_rectangle_left - combine_size.gx_rectangle_left; in PasteWidgets()
1939 y_shift = newsize.gx_rectangle_top - combine_size.gx_rectangle_top; in PasteWidgets()