Lines Matching refs:STB_TEXTEDIT_STRING
396 static int stb_text_locate_coord(STB_TEXTEDIT_STRING *str, float x, float y) in stb_text_locate_coord()
456 static void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) in stb_textedit_click()
474 static void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) in stb_textedit_drag()
500 static void stb_text_undo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state);
501 static void stb_text_redo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state);
502 static void stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where,…
504 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where…
516 static void stb_textedit_find_charpos(StbFindState *find, STB_TEXTEDIT_STRING *str, int n, int sing… in stb_textedit_find_charpos()
575 static void stb_textedit_clamp(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) in stb_textedit_clamp()
589 static void stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int … in stb_textedit_delete()
597 static void stb_textedit_delete_selection(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) in stb_textedit_delete_selection()
634 static void stb_textedit_move_to_last(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) in stb_textedit_move_to_last()
646 static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) in is_word_boundary()
652 static int stb_textedit_move_to_word_previous( STB_TEXTEDIT_STRING *str, int c ) in stb_textedit_move_to_word_previous()
667 static int stb_textedit_move_to_word_next( STB_TEXTEDIT_STRING *str, int c ) in stb_textedit_move_to_word_next()
694 static int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) in stb_textedit_cut()
705 static int stb_textedit_paste_internal(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXT… in stb_textedit_paste_internal()
728 static void stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_KEYTY… in stb_textedit_key()
1194 static void stb_text_undo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) in stb_text_undo()
1262 static void stb_text_redo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) in stb_text_redo()
1318 static void stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where,… in stb_text_makeundo_delete()
1328 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where… in stb_text_makeundo_replace()
1366 static int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHAR… in stb_textedit_paste()