Searched refs:InsertChars (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h336 data->InsertChars(0, user_data->CurrentBufOverwrite);
H A Dimgui_demo.cpp3370 data->InsertChars(data->CursorPos, candidates[0]);
3371 data->InsertChars(data->CursorPos, " ");
3394 data->InsertChars(data->CursorPos, candidates[0], candidates[0] + match_len);
3428 data->InsertChars(0, history_str);
H A Dimgui.h1428 // - To modify the text buffer in a callback, prefer using the InsertChars() / DeleteChars() function. InsertChars() will take care of calling the resize callback if necessary.
1444 IMGUI_API void InsertChars(int pos, const char* text, const char* text_end = NULL);
H A Dimgui_widgets.cpp3032 void ImGuiInputTextCallbackData::InsertChars(int pos, const char* new_text, const char* new_text_end) function in class:ImGuiInputTextCallbackData
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h338 data->InsertChars(0, user_data->CurrentBufOverwrite);
H A Dimgui.h1428 // - To modify the text buffer in a callback, prefer using the InsertChars() / DeleteChars() function. InsertChars() will take care of calling the resize callback if necessary.
1444 IMGUI_API void InsertChars(int pos, const char* text, const char* text_end = NULL);
H A Dimgui_widgets.cpp3032 void ImGuiInputTextCallbackData::InsertChars(int pos, const char* new_text, const char* new_text_end) function in class:ImGuiInputTextCallbackData

Completed in 50 milliseconds