Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_radial_progress_bar_resize.c85 GX_VALUE new_radius; in _gx_radial_progress_bar_resize() local
106 new_radius = (GX_VALUE)(new_xcenter - size -> gx_rectangle_left); in _gx_radial_progress_bar_resize()
107 new_radius = (GX_VALUE)(new_radius - width); in _gx_radial_progress_bar_resize()
112 if (new_radius > 0) in _gx_radial_progress_bar_resize()
114 info -> gx_radial_progress_bar_info_radius = new_radius; in _gx_radial_progress_bar_resize()