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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp1736 const bool is_power = (power != 1.0f && is_decimal && has_min_max && (v_max - v_min < FLT_MAX)); local in function:ImGui::DragBehaviorT
1768 bool is_drag_direction_change_with_power = is_power && ((adjust_delta < 0 && g.DragCurrentAccum > 0) || (adjust_delta > 0 && g.DragCurrentAccum < 0));
1786 if (is_power)
1804 if (is_power)
2082 const bool is_power = (power != 1.0f) && (data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double); local in function:ImGui::SliderCalcRatioFromValueT
2084 if (is_power)
2111 const bool is_power = (power != 1.0f) && is_decimal; local in function:ImGui::SliderBehaviorT
2126 if (is_power && v_min * v_max < 0.0f)
2172 if ((decimal_precision > 0) || is_power)
2198 if (is_power)
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp1736 const bool is_power = (power != 1.0f && is_decimal && has_min_max && (v_max - v_min < FLT_MAX)); local in function:ImGui::DragBehaviorT
1768 bool is_drag_direction_change_with_power = is_power && ((adjust_delta < 0 && g.DragCurrentAccum > 0) || (adjust_delta > 0 && g.DragCurrentAccum < 0));
1786 if (is_power)
1804 if (is_power)
2082 const bool is_power = (power != 1.0f) && (data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double); local in function:ImGui::SliderCalcRatioFromValueT
2084 if (is_power)
2111 const bool is_power = (power != 1.0f) && is_decimal; local in function:ImGui::SliderBehaviorT
2126 if (is_power && v_min * v_max < 0.0f)
2172 if ((decimal_precision > 0) || is_power)
2198 if (is_power)
[all...]

Completed in 17 milliseconds