Home
last modified time | relevance | path

Searched refs:ArrowButton (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/viewer/
DMSKPSlide.cpp62 if (ImGui::ArrowButton("-mksp_frame", ImGuiDir_Left)) { in draw()
70 if (ImGui::ArrowButton("+mskp_frame", ImGuiDir_Right)) { in draw()
/external/mesa3d/src/imgui/
Dimgui.h389 …IMGUI_API bool ArrowButton(const char* str_id, ImGuiDir dir); // square …
Dimgui_widgets.cpp655 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) in ArrowButton() function in ImGui