Home
last modified time | relevance | path

Searched refs:ImGuiComboFlags_PopupAlignLeft (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui.h798ImGuiComboFlags_PopupAlignLeft = 1 << 0, // Align the popup toward the left by default enumerator
Dimgui_widgets.cpp1361 if (flags & ImGuiComboFlags_PopupAlignLeft) in BeginCombo()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h791ImGuiComboFlags_PopupAlignLeft = 1 << 0, // Align the popup toward the left by default enumerator
Dimgui_demo.cpp764 …kboxFlags("ImGuiComboFlags_PopupAlignLeft", (unsigned int*)&flags, ImGuiComboFlags_PopupAlignLeft); in ShowDemoWindowWidgets()
Dimgui_widgets.cpp1355 if (flags & ImGuiComboFlags_PopupAlignLeft) in BeginCombo()
/third_party/skia/third_party/externals/imgui/
Dimgui.h1079ImGuiComboFlags_PopupAlignLeft = 1 << 0, // Align the popup toward the left by default enumerator
Dimgui_demo.cpp1030 … ImGui::CheckboxFlags("ImGuiComboFlags_PopupAlignLeft", &flags, ImGuiComboFlags_PopupAlignLeft); in ShowDemoWindowWidgets()
Dimgui_widgets.cpp1674 …popup_window->AutoPosLastDirection = (flags & ImGuiComboFlags_PopupAlignLeft) ? ImGuiDir_Left : Im… in BeginComboPopup()
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt647 - Combo: Added ImGuiComboFlags_PopupAlignLeft flag to BeginCombo() to prioritize keeping the pop-up…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2326 - Combo: Added ImGuiComboFlags_PopupAlignLeft flag to BeginCombo() to prioritize keeping the pop-up…