Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c2306 float r1 = 0.0f, r2 = 0.0f, rmin = 0.0, tex_radius, alpha; in radial_control_paint_cursor() local
2316 tex_radius = r1; in radial_control_paint_cursor()
2322 r2 = tex_radius = WM_RADIAL_CONTROL_DISPLAY_SIZE; in radial_control_paint_cursor()
2326 tex_radius = r1; in radial_control_paint_cursor()
2332 r2 = tex_radius = WM_RADIAL_CONTROL_DISPLAY_SIZE; in radial_control_paint_cursor()
2339 r1 = r2 = tex_radius = WM_RADIAL_CONTROL_DISPLAY_SIZE; in radial_control_paint_cursor()
2346 tex_radius = WM_RADIAL_CONTROL_DISPLAY_SIZE; /* note, this is a dummy value */ in radial_control_paint_cursor()
2374 radial_control_paint_tex(rc, tex_radius, alpha); in radial_control_paint_cursor()