Searched refs:STB_TEXTEDIT_INSERTCHARS (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_textedit.h143 // STB_TEXTEDIT_INSERTCHARS(obj,i,c*,n) insert n characters at i (pointed to by STB_TEXTEDIT_CHARTYPE*)
711 if (STB_TEXTEDIT_INSERTCHARS(str, state->cursor, text, len)) {
744 if (STB_TEXTEDIT_INSERTCHARS(str, state->cursor, &ch, 1)) {
750 if (STB_TEXTEDIT_INSERTCHARS(str, state->cursor, &ch, 1)) {
1252 STB_TEXTEDIT_INSERTCHARS(str, u.where, &s->undo_char[u.char_storage], u.insert_length);
1303 STB_TEXTEDIT_INSERTCHARS(str, r.where, &s->undo_char[r.char_storage], r.insert_length);
H A Dimgui_widgets.cpp2946 static bool STB_TEXTEDIT_INSERTCHARS(STB_TEXTEDIT_STRING* obj, int pos, const ImWchar* new_text, int new_text_len) function in namespace:ImGuiStb
3041 // Contrary to STB_TEXTEDIT_INSERTCHARS() this is working in the UTF8 buffer, hence the midly similar code (until we remove the U16 buffer alltogether!)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_textedit.h143 // STB_TEXTEDIT_INSERTCHARS(obj,i,c*,n) insert n characters at i (pointed to by STB_TEXTEDIT_CHARTYPE*)
711 if (STB_TEXTEDIT_INSERTCHARS(str, state->cursor, text, len)) {
744 if (STB_TEXTEDIT_INSERTCHARS(str, state->cursor, &ch, 1)) {
750 if (STB_TEXTEDIT_INSERTCHARS(str, state->cursor, &ch, 1)) {
1252 STB_TEXTEDIT_INSERTCHARS(str, u.where, &s->undo_char[u.char_storage], u.insert_length);
1303 STB_TEXTEDIT_INSERTCHARS(str, r.where, &s->undo_char[r.char_storage], r.insert_length);
H A Dimgui_widgets.cpp2946 static bool STB_TEXTEDIT_INSERTCHARS(STB_TEXTEDIT_STRING* obj, int pos, const ImWchar* new_text, int new_text_len) function in namespace:ImGuiStb
3041 // Contrary to STB_TEXTEDIT_INSERTCHARS() this is working in the UTF8 buffer, hence the midly similar code (until we remove the U16 buffer alltogether!)

Completed in 29 milliseconds