Searched defs:value_changed (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 1436 bool value_changed = false; in Combo() local 1461 …const bool value_changed = Combo(label, current_item, Items_ArrayGetter, (void*)items, items_count… in Combo() local 1475 …bool value_changed = Combo(label, current_item, Items_SingleStringGetter, (void*)items_separated_b… in Combo() local 1916 …const bool value_changed = DragBehavior(id, data_type, v, v_speed, v_min, v_max, format, power, Im… in DragScalar() local 1944 bool value_changed = false; in DragScalarN() local 1996 …bool value_changed = DragFloat("##min", v_current_min, v_speed, (v_min >= v_max) ? -FLT_MAX : v_mi… in DragFloatRange2() local 2041 …bool value_changed = DragInt("##min", v_current_min, v_speed, (v_min >= v_max) ? INT_MIN : v_min, … in DragIntRange2() local 2140 bool value_changed = false; in SliderBehaviorT() local 2354 …const bool value_changed = SliderBehavior(frame_bb, id, data_type, v, v_min, v_max, format, power,… in SliderScalar() local 2381 bool value_changed = false; in SliderScalarN() local [all …]
|
D | imgui.cpp | 2031 bool value_changed = ImGui::InputText(label, InputBuf, IM_ARRAYSIZE(InputBuf)); in Draw() local
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObject.cpp | 424 void ValueObject::SetValueDidChange(bool value_changed) { in SetValueDidChange()
|