Searched refs:ImGuiInputTextFlags_CharsUppercase (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 898 …hexadecimal", buf3, 64, ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase); in ShowDemoWindowWidgets() 899 …ic char buf4[64] = ""; ImGui::InputText("uppercase", buf4, 64, ImGuiInputTextFlags_CharsUppercase); in ShowDemoWindowWidgets()
|
D | imgui.h | 730 ImGuiInputTextFlags_CharsUppercase = 1 << 2, // Turn a..z into A..Z enumerator
|
D | imgui_widgets.cpp | 3081 …lags_CharsDecimal | ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase | Im… in InputTextFilterCharacter() 3095 if (flags & ImGuiInputTextFlags_CharsUppercase) in InputTextFilterCharacter() 3916 …buf, IM_ARRAYSIZE(buf), ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase)) in ColorEdit4()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 737 ImGuiInputTextFlags_CharsUppercase = 1 << 2, // Turn a..z into A..Z enumerator
|
D | imgui_widgets.cpp | 3081 …lags_CharsDecimal | ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase | Im… in InputTextFilterCharacter() 3095 if (flags & ImGuiInputTextFlags_CharsUppercase) in InputTextFilterCharacter() 3928 …buf, IM_ARRAYSIZE(buf), ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase)) in ColorEdit4()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 994 ImGuiInputTextFlags_CharsUppercase = 1 << 2, // Turn a..z into A..Z enumerator
|
D | imgui_widgets.cpp | 3882 …lags_CharsDecimal | ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase | Im… in InputTextFilterCharacter() 3908 if (flags & ImGuiInputTextFlags_CharsUppercase) in InputTextFilterCharacter() 4930 …buf, IM_ARRAYSIZE(buf), ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase)) in ColorEdit4()
|
D | imgui_demo.cpp | 1312 …hexadecimal", buf3, 64, ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase); in ShowDemoWindowWidgets() 1313 … char buf4[64] = ""; ImGui::InputText("uppercase", buf4, 64, ImGuiInputTextFlags_CharsUppercase); in ShowDemoWindowWidgets()
|