Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_textedit.h1174 static STB_TEXTEDIT_CHARTYPE *stb_text_createundo(StbUndoState *state, int pos, int insert_len, int… in stb_text_createundo() function
1315 stb_text_createundo(&state->undostate, where, 0, length); in stb_text_makeundo_insert()
1321 STB_TEXTEDIT_CHARTYPE *p = stb_text_createundo(&state->undostate, where, length, 0); in stb_text_makeundo_delete()
1331 STB_TEXTEDIT_CHARTYPE *p = stb_text_createundo(&state->undostate, where, old_length, new_length); in stb_text_makeundo_replace()