Searched refs:ImTextCharFromUtf8 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 2360 int c_len = ImTextCharFromUtf8(&c, text, text_end); in AddText() 2576 next_s = s + ImTextCharFromUtf8(&c, s, text_end); in CalcWordWrapPositionA() 2695 s += ImTextCharFromUtf8(&c, s, text_end); in CalcTextSizeA() 2840 s += ImTextCharFromUtf8(&c, s, text_end); in RenderText()
|
D | imgui_internal.h | 144 IMGUI_API int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char*…
|
D | imgui.cpp | 1217 utf8_chars += ImTextCharFromUtf8(&c, utf8_chars, NULL); in AddInputCharactersUTF8() 1575 int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end) in ImTextCharFromUtf8() function 1640 in_text += ImTextCharFromUtf8(&c, in_text, in_text_end); in ImTextStrFromUtf8() 1658 in_text += ImTextCharFromUtf8(&c, in_text, in_text_end); in ImTextCountCharsFromUtf8() 1709 return ImTextCharFromUtf8(&dummy, in_text, in_text_end); in ImTextCountUtf8BytesFromChar()
|
D | imgui_widgets.cpp | 3448 s += ImTextCharFromUtf8(&c, s, NULL); in InputTextEx()
|