Home
last modified time | relevance | path

Searched refs:ArrowButton (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tools/viewer/
H A DMSKPSlide.cpp62 if (ImGui::ArrowButton("-mksp_frame", ImGuiDir_Left)) { in draw()
70 if (ImGui::ArrowButton("+mskp_frame", ImGuiDir_Right)) { in draw()
/third_party/mesa3d/src/imgui/
H A Dimgui.h389 IMGUI_API bool ArrowButton(const char* str_id, ImGuiDir dir); // square button with an arrow shape
H A Dimgui_widgets.cpp375 // - ArrowButton()
655 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) in ArrowButton() function in ImGui
6263 // We use g.Style.FramePadding.y to match the square ArrowButton size
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h505 IMGUI_API bool ArrowButton(const char* str_id, ImGuiDir dir); // square button with an arrow shape
H A Dimgui_demo.cpp590 if (ImGui::ArrowButton("##left", ImGuiDir_Left)) { counter--; } in ShowDemoWindowWidgets()
592 if (ImGui::ArrowButton("##right", ImGuiDir_Right)) { counter++; } in ShowDemoWindowWidgets()
H A Dimgui_widgets.cpp420 // - ArrowButton()
784 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) in ArrowButton() function in ImGui
7758 // We use g.Style.FramePadding.y to match the square ArrowButton size

Completed in 81 milliseconds