Searched refs:text_selected_begin (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3718 const ImWchar* text_selected_begin = text_begin + ImMin(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; )
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3718 const ImWchar* text_selected_begin = text_begin + ImMin(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; )

Completed in 35 milliseconds