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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp4273 bool value_changed_fix_hue_wrap = false; local in function:ImGui::ColorPicker4
4284 value_changed_fix_hue_wrap = (g.ActiveId != 0 && !g.ActiveIdAllowOverlap);
4295 if (value_changed_fix_hue_wrap)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp4273 bool value_changed_fix_hue_wrap = false; local in function:ImGui::ColorPicker4
4284 value_changed_fix_hue_wrap = (g.ActiveId != 0 && !g.ActiveIdAllowOverlap);
4295 if (value_changed_fix_hue_wrap)

Completed in 25 milliseconds