Home
last modified time | relevance | path

Searched refs:ButtonEx (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/imgui/
H A 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))
2687 if (ButtonEx("+", ImVec2(button_size, button_size), button_flags))
H A Dimgui_internal.h85 typedef int ImGuiButtonFlags; // -> enum ImGuiButtonFlags_ // Flags: for ButtonEx(), ButtonBehavior()
302 ImGuiButtonFlags_AlignTextBaseLine = 1 << 9, // vertically align button to match text baseline - ButtonEx() only // FIXME: Should be removed and handled by SmallButton(), not possible currently because of DC.CursorPosPrevLine
1462 IMGUI_API bool ButtonEx(const char* label, const ImVec2& size_arg = ImVec2(0,0), ImGuiButtonFlags flags = 0);
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp670 bool ImGui::ButtonEx(const char* label, const ImVec2& size_arg, ImGuiButtonFlags flags) in ButtonEx() function in ImGui
716 return ButtonEx(label, size_arg, ImGuiButtonFlags_None); in Button()
725 bool pressed = ButtonEx(label, ImVec2(0, 0), ImGuiButtonFlags_AlignTextBaseLine); in SmallButton()
3454 if (ButtonEx("-", ImVec2(button_size, button_size), button_flags))
3460 if (ButtonEx("+", ImVec2(button_size, button_size), button_flags))
H A Dimgui_internal.h796 ImGuiButtonFlags_AlignTextBaseLine = 1 << 15, // vertically align button to match text baseline - ButtonEx() only // FIXME: Should be removed and handled by SmallButton(), not possible currently because of DC.CursorPosPrevLine
2669 IMGUI_API bool ButtonEx(const char* label, const ImVec2& size_arg = ImVec2(0, 0), ImGuiButtonFlags flags = 0);

Completed in 33 milliseconds