Searched refs:text_selected_end (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 3719 const ImWchar* text_selected_end = text_begin + ImMax(edit_state.StbState.select_start, edit_state.StbState.select_end); local in function:ImGui::InputTextEx 3725 for (const ImWchar* p = text_selected_begin; p < text_selected_end; ) 3731 //p = (const ImWchar*)wmemchr((const wchar_t*)p, '\n', text_selected_end - p); // FIXME-OPT: Could use this when wchar_t are 16-bits 3732 //p = p ? p + 1 : text_selected_end; 3733 while (p < text_selected_end) 3739 ImVec2 rect_size = InputTextCalcTextSizeW(p, text_selected_end, &p, NULL, true);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 3719 const ImWchar* text_selected_end = text_begin + ImMax(edit_state.StbState.select_start, edit_state.StbState.select_end); local in function:ImGui::InputTextEx 3725 for (const ImWchar* p = text_selected_begin; p < text_selected_end; ) 3731 //p = (const ImWchar*)wmemchr((const wchar_t*)p, '\n', text_selected_end - p); // FIXME-OPT: Could use this when wchar_t are 16-bits 3732 //p = p ? p + 1 : text_selected_end; 3733 while (p < text_selected_end) 3739 ImVec2 rect_size = InputTextCalcTextSizeW(p, text_selected_end, &p, NULL, true);
|
Completed in 25 milliseconds