Searched defs: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
2082 const bool is_power = (power != 1.0f) && (data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double); local in function:ImGui::SliderCalcRatioFromValueT
2111 const bool is_power = (power != 1.0f) && is_decimal; local in function:ImGui::SliderBehaviorT
[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
2082 const bool is_power = (power != 1.0f) && (data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double); local in function:ImGui::SliderCalcRatioFromValueT
2111 const bool is_power = (power != 1.0f) && is_decimal; local in function:ImGui::SliderBehaviorT
[all...]

Completed in 16 milliseconds