Home
last modified time | relevance | path

Searched defs:step_fast (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp2644 …label, ImGuiDataType data_type, void* data_ptr, const void* step, const void* step_fast, const cha… in InputScalar()
2707 …GuiDataType data_type, void* v, int components, const void* step, const void* step_fast, const cha… in InputScalarN()
2735 bool ImGui::InputFloat(const char* label, float* v, float step, float step_fast, const char* format… in InputFloat()
2758 bool ImGui::InputFloat(const char* label, float* v, float step, float step_fast, int decimal_precis… in InputFloat()
2791 bool ImGui::InputInt(const char* label, int* v, int step, int step_fast, ImGuiInputTextFlags flags) in InputInt()
2813 bool ImGui::InputDouble(const char* label, double* v, double step, double step_fast, const char* fo… in InputDouble()