Home
last modified time | relevance | path

Searched refs:ImTextStrToUtf8 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_internal.h143 IMGUI_API int ImTextStrToUtf8(char* buf, int buf_size, const ImWchar* in_text, const ImWc…
H A Dimgui_widgets.cpp3426ImTextStrToUtf8(edit_state.TempBuffer.Data, edit_state.TempBuffer.Size, edit_state.TextW.Data+ib, … in InputTextEx()
3492ImTextStrToUtf8(edit_state.TempBuffer.Data, edit_state.TempBuffer.Size, edit_state.TextW.Data, NUL… in InputTextEx()
H A Dimgui.cpp1721 int ImTextStrToUtf8(char* buf, int buf_size, const ImWchar* in_text, const ImWchar* in_text_end) in ImTextStrToUtf8() function
9197 ImTextStrToUtf8(buf_local.Data, buf_len, wbuf_global, NULL); in GetClipboardTextFn_DefaultImpl()