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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3225 const int prev_len_w = edit_state.CurLenW; local in function:ImGui::InputTextEx
3237 const bool recycle_state = (edit_state.ID == id) && (prev_len_w == edit_state.CurLenW);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3225 const int prev_len_w = edit_state.CurLenW; local in function:ImGui::InputTextEx
3237 const bool recycle_state = (edit_state.ID == id) && (prev_len_w == edit_state.CurLenW);

Completed in 26 milliseconds