Searched refs:SliderInt (Results 1 – 4 of 4) sorted by relevance
/external/skia/tools/viewer/ |
D | MSKPSlide.cpp | 66 if (ImGui::SliderInt("##msk_frameslider", &fFrame, 0, fPlayer->numFrames()-1, "% 3d")) { in draw()
|
/external/mesa3d/src/imgui/ |
D | imgui.h | 434 …IMGUI_API bool SliderInt(const char* label, int* v, int v_min, int v_max, const char* for…
|
D | imgui_widgets.cpp | 2432 bool ImGui::SliderInt(const char* label, int* v, int v_min, int v_max, const char* format) in SliderInt() function in ImGui
|
D | imgui.cpp | 8926 SliderInt("Depth", &g.LogAutoExpandMaxDepth, 0, 9, NULL); in LogButtons()
|