Searched refs:text_selected_end (Results 1 – 1 of 1) sorted by relevance
3719 …const ImWchar* text_selected_end = text_begin + ImMax(edit_state.StbState.select_start, edit_state… in InputTextEx() local3725 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()