Searched refs:wheel_thickness (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp4142 float wheel_thickness = sv_picker_size * 0.08f; local in function:ImGui::ColorPicker4
4144 float wheel_r_inner = wheel_r_outer - wheel_thickness;
4326 draw_list->PathStroke(IM_COL32_WHITE, false, wheel_thickness);
4339 float hue_cursor_rad = value_changed_h ? wheel_thickness * 0.65f : wheel_thickness * 0.55f;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp4142 float wheel_thickness = sv_picker_size * 0.08f; local in function:ImGui::ColorPicker4
4144 float wheel_r_inner = wheel_r_outer - wheel_thickness;
4326 draw_list->PathStroke(IM_COL32_WHITE, false, wheel_thickness);
4339 float hue_cursor_rad = value_changed_h ? wheel_thickness * 0.65f : wheel_thickness * 0.55f;

Completed in 25 milliseconds