Searched refs:InsertChars (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_memory_editor.h | 336 data->InsertChars(0, user_data->CurrentBufOverwrite);
|
| H A D | imgui_demo.cpp | 3370 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 D | imgui.h | 1428 // - 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 D | imgui_widgets.cpp | 3032 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 D | imgui_memory_editor.h | 338 data->InsertChars(0, user_data->CurrentBufOverwrite);
|
| H A D | imgui.h | 1428 // - 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 D | imgui_widgets.cpp | 3032 void ImGuiInputTextCallbackData::InsertChars(int pos, const char* new_text, const char* new_text_end) function in class:ImGuiInputTextCallbackData
|
Completed in 50 milliseconds