Home
last modified time | relevance | path

Searched refs:ButtonEx (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp544 bool ImGui::ButtonEx(const char* label, const ImVec2& size_arg, ImGuiButtonFlags flags) in ButtonEx() function in ImGui
588 return ButtonEx(label, size_arg, 0); in Button()
597 bool pressed = ButtonEx(label, ImVec2(0, 0), ImGuiButtonFlags_AlignTextBaseLine); in SmallButton()
2681 if (ButtonEx("-", ImVec2(button_size, button_size), button_flags)) in InputScalar()
2687 if (ButtonEx("+", ImVec2(button_size, button_size), button_flags)) in InputScalar()
Dimgui_internal.h1462 …IMGUI_API bool ButtonEx(const char* label, const ImVec2& size_arg = ImVec2(0,0), ImGuiBut…