Searched refs:is_password (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3144 const bool is_password = (flags & ImGuiInputTextFlags_Password) != 0; local in function:ImGui::InputTextEx
3188 if (is_password)
3362 const bool is_cut = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_X)) || (is_shift_key_only && IsKeyPressedMap(ImGuiKey_Delete))) && is_editable && !is_password && (!is_multiline || edit_state.HasSelection());
3363 const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && IsKeyPressedMap(ImGuiKey_Insert))) && !is_password && (!is_multiline || edit_state.HasSelection());
3785 if (is_password)
3789 if (g.LogEnabled && !is_password)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3144 const bool is_password = (flags & ImGuiInputTextFlags_Password) != 0; local in function:ImGui::InputTextEx
3188 if (is_password)
3362 const bool is_cut = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_X)) || (is_shift_key_only && IsKeyPressedMap(ImGuiKey_Delete))) && is_editable && !is_password && (!is_multiline || edit_state.HasSelection());
3363 const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && IsKeyPressedMap(ImGuiKey_Insert))) && !is_password && (!is_multiline || edit_state.HasSelection());
3785 if (is_password)
3789 if (g.LogEnabled && !is_password)

Completed in 26 milliseconds