Searched refs:CursorClamp (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h582 void CursorClamp() { StbState.cursor = ImMin(StbState.cursor, CurLenW); StbState.select_start = ImMin(StbState.select_start, CurLenW); StbState.select_end = ImMin(StbState.select_end, CurLenW); } function in struct:ImGuiInputTextState
H A Dimgui_widgets.cpp3242 edit_state.CursorClamp();
3283 edit_state.CursorClamp();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h582 void CursorClamp() { StbState.cursor = ImMin(StbState.cursor, CurLenW); StbState.select_start = ImMin(StbState.select_start, CurLenW); StbState.select_end = ImMin(StbState.select_end, CurLenW); } function in struct:ImGuiInputTextState
H A Dimgui_widgets.cpp3242 edit_state.CursorClamp();
3283 edit_state.CursorClamp();

Completed in 36 milliseconds