Home
last modified time | relevance | path

Searched refs:text_selected_end (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp3719 …const ImWchar* text_selected_end = text_begin + ImMax(edit_state.StbState.select_start, edit_state… in InputTextEx() local
3725 for (const ImWchar* p = text_selected_begin; p < text_selected_end; ) in InputTextEx()
3733 while (p < text_selected_end) in InputTextEx()
3739 ImVec2 rect_size = InputTextCalcTextSizeW(p, text_selected_end, &p, NULL, true); in InputTextEx()