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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_textedit.h349 float preferred_x; // this determines where the cursor up/down tries to seek to along x member in struct:__anonffd627d20308
880 float goal_x = state->has_preferred_x ? state->preferred_x : find.x;
900 state->preferred_x = goal_x;
932 float goal_x = state->has_preferred_x ? state->preferred_x : find.x;
951 state->preferred_x = goal_x;
1348 state->preferred_x = 0;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_textedit.h349 float preferred_x; // this determines where the cursor up/down tries to seek to along x member in struct:__anonad2b92650308
880 float goal_x = state->has_preferred_x ? state->preferred_x : find.x;
900 state->preferred_x = goal_x;
932 float goal_x = state->has_preferred_x ? state->preferred_x : find.x;
951 state->preferred_x = goal_x;
1348 state->preferred_x = 0;

Completed in 6 milliseconds