Searched defs:is_resizable (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui_widgets.cpp | 2948 const bool is_resizable = (obj->UserFlags & ImGuiInputTextFlags_CallbackResize) != 0; local in function:ImGuiStb::STB_TEXTEDIT_INSERTCHARS 3034 const bool is_resizable = (Flags & ImGuiInputTextFlags_CallbackResize) != 0; local in function:ImGuiInputTextCallbackData::InsertChars 3146 const bool is_resizable = (flags & ImGuiInputTextFlags_CallbackResize) != 0; local in function:ImGui::InputTextEx |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui_widgets.cpp | 2948 const bool is_resizable = (obj->UserFlags & ImGuiInputTextFlags_CallbackResize) != 0; local in function:ImGuiStb::STB_TEXTEDIT_INSERTCHARS 3034 const bool is_resizable = (Flags & ImGuiInputTextFlags_CallbackResize) != 0; local in function:ImGuiInputTextCallbackData::InsertChars 3146 const bool is_resizable = (flags & ImGuiInputTextFlags_CallbackResize) != 0; local in function:ImGui::InputTextEx |
Completed in 25 milliseconds