Searched refs:GetFloatRef (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 1635 // float* pvar = ImGui::GetFloatRef(key); ImGui::SliderFloat("var", pvar, 0, 100.0f); some_var += *pvar; 1638 IMGUI_API float* GetFloatRef(ImGuiID key, float default_val = 0.0f);
|
H A D | imgui.cpp | 1947 float* ImGuiStorage::GetFloatRef(ImGuiID key, float default_val) in GetFloatRef() function in ImGuiStorage
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 2159 // float* pvar = ImGui::GetFloatRef(key); ImGui::SliderFloat("var", pvar, 0, 100.0f); some_var += *pvar; 2162 IMGUI_API float* GetFloatRef(ImGuiID key, float default_val = 0.0f);
|
H A D | imgui.cpp | 1998 float* ImGuiStorage::GetFloatRef(ImGuiID key, float default_val) in GetFloatRef() function in ImGuiStorage
|
Completed in 70 milliseconds