Home
last modified time | relevance | path

Searched refs:ImGuiInputTextFlags_CharsUppercase (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp898 …hexadecimal", buf3, 64, ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase); in ShowDemoWindowWidgets()
899 …ic char buf4[64] = ""; ImGui::InputText("uppercase", buf4, 64, ImGuiInputTextFlags_CharsUppercase); in ShowDemoWindowWidgets()
Dimgui.h730 ImGuiInputTextFlags_CharsUppercase = 1 << 2, // Turn a..z into A..Z enumerator
Dimgui_widgets.cpp3081 …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/
Dimgui.h737 ImGuiInputTextFlags_CharsUppercase = 1 << 2, // Turn a..z into A..Z enumerator
Dimgui_widgets.cpp3081 …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/
Dimgui.h994 ImGuiInputTextFlags_CharsUppercase = 1 << 2, // Turn a..z into A..Z enumerator
Dimgui_widgets.cpp3882 …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()
Dimgui_demo.cpp1312 …hexadecimal", buf3, 64, ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase); in ShowDemoWindowWidgets()
1313 … char buf4[64] = ""; ImGui::InputText("uppercase", buf4, 64, ImGuiInputTextFlags_CharsUppercase); in ShowDemoWindowWidgets()