Home
last modified time | relevance | path

Searched refs:slow_factor (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1405 IMGUI_API ImVec2 GetNavInputAmount2d(ImGuiNavDirSourceFlags dir_sources, ImGuiInputReadMode mode, float slow_factor = 0.0f, float fast_factor = 0.0f);
H A Dimgui.cpp7522 ImVec2 ImGui::GetNavInputAmount2d(ImGuiNavDirSourceFlags dir_sources, ImGuiInputReadMode mode, float slow_factor, float fast_factor) in GetNavInputAmount2d() argument
7531 if (slow_factor != 0.0f && IsNavInputDown(ImGuiNavInput_TweakSlow)) in GetNavInputAmount2d()
7532 delta *= slow_factor; in GetNavInputAmount2d()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h2531 IMGUI_API ImVec2 GetNavInputAmount2d(ImGuiNavDirSourceFlags dir_sources, ImGuiInputReadMode mode, float slow_factor = 0.0f, float fast_factor = 0.0f);
H A Dimgui.cpp9256 ImVec2 ImGui::GetNavInputAmount2d(ImGuiNavDirSourceFlags dir_sources, ImGuiInputReadMode mode, float slow_factor, float fast_factor) in GetNavInputAmount2d() argument
9265 if (slow_factor != 0.0f && IsNavInputDown(ImGuiNavInput_TweakSlow)) in GetNavInputAmount2d()
9266 delta *= slow_factor; in GetNavInputAmount2d()

Completed in 49 milliseconds