Searched refs:STB_TexteditState (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imstb_textedit.h | 78 // single public symbol, STB_TexteditState, which encapsulates the current 94 // it grows STB_TexteditState by the worst-case storage which is (in bytes): 199 // "insert_mode" field of STB_TexteditState before/after calling API functions. 203 // void stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line) 205 // void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) 206 // void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) 207 // int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) 208 // int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len) 209 // void stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXEDIT_KEYTYPE key) 248 // the STB_TexteditState 351 } STB_TexteditState; global() typedef [all...] |
H A D | imgui_internal.h | 570 ImGuiStb::STB_TexteditState StbState;
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_textedit.h | 78 // single public symbol, STB_TexteditState, which encapsulates the current 94 // it grows STB_TexteditState by the worst-case storage which is (in bytes): 197 // "insert_mode" field of STB_TexteditState before/after calling API functions. 201 // void stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line) 203 // void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) 204 // void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) 205 // int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) 206 // int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len) 207 // void stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXEDIT_KEYTYPE key) 246 // the STB_TexteditState 353 } STB_TexteditState; global() typedef [all...] |
H A D | imgui_internal.h | 1016 ImStb::STB_TexteditState Stb; // state for stb_textedit.h
|
H A D | imgui_widgets.cpp | 3766 static void stb_textedit_replace(ImGuiInputTextState* str, STB_TexteditState* state, const STB_TEXTEDIT_CHARTYPE* text, int text_len) in stb_textedit_replace()
|
Completed in 25 milliseconds