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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_textedit.h504 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length);
742 stb_text_makeundo_replace(str, state, state->cursor, 1, 1);
1328 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_textedit.h504 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length);
742 stb_text_makeundo_replace(str, state, state->cursor, 1, 1);
1328 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) function in typeref:typename:void

Completed in 7 milliseconds