Home
last modified time | relevance | path

Searched refs:SliderInt (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/viewer/
DMSKPSlide.cpp66 if (ImGui::SliderInt("##msk_frameslider", &fFrame, 0, fPlayer->numFrames()-1, "% 3d")) { in draw()
/external/mesa3d/src/imgui/
Dimgui.h434 …IMGUI_API bool SliderInt(const char* label, int* v, int v_min, int v_max, const char* for…
Dimgui_widgets.cpp2432 bool ImGui::SliderInt(const char* label, int* v, int v_min, int v_max, const char* format) in SliderInt() function in ImGui
Dimgui.cpp8926 SliderInt("Depth", &g.LogAutoExpandMaxDepth, 0, 9, NULL); in LogButtons()