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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_textedit.h880 float goal_x = state->has_preferred_x ? state->preferred_x : find.x; local in function:stb_textedit_key
893 if (x > goal_x)
900 state->preferred_x = goal_x;
932 float goal_x = state->has_preferred_x ? state->preferred_x : find.x; local in function:stb_textedit_key
944 if (x > goal_x)
951 state->preferred_x = goal_x;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_textedit.h880 float goal_x = state->has_preferred_x ? state->preferred_x : find.x; local in function:stb_textedit_key
893 if (x > goal_x)
900 state->preferred_x = goal_x;
932 float goal_x = state->has_preferred_x ? state->preferred_x : find.x; local in function:stb_textedit_key
944 if (x > goal_x)
951 state->preferred_x = goal_x;

Completed in 5 milliseconds