Searched refs:STB_TexteditState (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_textedit.h | 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() [all …]
|
D | imgui_internal.h | 570 ImGuiStb::STB_TexteditState StbState;
|