Searched refs:stb_text_makeundo_replace (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imstb_textedit.h | 504 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); in stb_textedit_key() 1328 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) in stb_text_makeundo_replace() function
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_textedit.h | 506 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length); 746 stb_text_makeundo_replace(str, state, state->cursor, 1, 1); in stb_textedit_key() 1359 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) in stb_text_makeundo_replace() function
|
H A D | imgui_widgets.cpp | 3768 stb_text_makeundo_replace(str, state, 0, str->CurLenW, text_len); in stb_textedit_replace()
|
Completed in 16 milliseconds