Searched refs:InputTextEx (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 1488 IMGUI_API bool InputTextEx(const char* label, char* buf, int buf_size, const ImVec2& size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback = NULL, void* user_data = NULL);
|
| H A D | imgui_widgets.cpp | 104 // For InputTextEx() 2632 bool value_changed = InputTextEx(label, data_buf, IM_ARRAYSIZE(data_buf), bb.GetSize(), flags); 2824 // - InputTextEx() [Internal] 2830 return InputTextEx(label, buf, (int)buf_size, ImVec2(0,0), flags, callback, user_data); 2835 return InputTextEx(label, buf, (int)buf_size, size, flags | ImGuiInputTextFlags_Multiline, callback, user_data); 3129 bool ImGui::InputTextEx(const char* label, char* buf, int buf_size, const ImVec2& size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* callback_user_data) function in class:ImGui 3610 // Set upper limit of single-line InputTextEx() at 2 million characters strings. The current pathological worst case is a long line
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 1488 IMGUI_API bool InputTextEx(const char* label, char* buf, int buf_size, const ImVec2& size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback = NULL, void* user_data = NULL);
|
| H A D | imgui_widgets.cpp | 104 // For InputTextEx() 2632 bool value_changed = InputTextEx(label, data_buf, IM_ARRAYSIZE(data_buf), bb.GetSize(), flags); 2824 // - InputTextEx() [Internal] 2830 return InputTextEx(label, buf, (int)buf_size, ImVec2(0,0), flags, callback, user_data); 2835 return InputTextEx(label, buf, (int)buf_size, size, flags | ImGuiInputTextFlags_Multiline, callback, user_data); 3129 bool ImGui::InputTextEx(const char* label, char* buf, int buf_size, const ImVec2& size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* callback_user_data) function in class:ImGui 3610 // Set upper limit of single-line InputTextEx() at 2 million characters strings. The current pathological worst case is a long line
|
Completed in 35 milliseconds