• Home
  • Raw
  • Download

Lines Matching refs:STB_TexteditState

351 } STB_TexteditState;  typedef
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,…
503 static void stb_text_makeundo_insert(STB_TexteditState *state, int where, int length);
504 static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where…
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()
613 static void stb_textedit_sortselection(STB_TexteditState *state) in stb_textedit_sortselection()
623 static void stb_textedit_move_to_first(STB_TexteditState *state) in stb_textedit_move_to_first()
634 static void stb_textedit_move_to_last(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) in stb_textedit_move_to_last()
685 static void stb_textedit_prep_selection_at_cursor(STB_TexteditState *state) in stb_textedit_prep_selection_at_cursor()
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()
1313 static void stb_text_makeundo_insert(STB_TexteditState *state, int where, int length) in stb_text_makeundo_insert()
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()
1339 static void stb_textedit_clear_state(STB_TexteditState *state, int is_single_line) in stb_textedit_clear_state()
1356 static void stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line) in stb_textedit_initialize_state()
1366 static int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHAR… in stb_textedit_paste()