Lines Matching refs:back
1391 if (g.GroupStack.Size > 0 && g.GroupStack.back().WindowID == window->ID)
1398 // We don't provide our width to the layout so that it doesn't get feed back into AutoFit
2192 // Format value with our rounding, and read back
2293 // Convert to parametric space, apply delta, convert back
2312 // Convert to parametric space, apply delta, convert back
3328 // Parse display precision back from the display format string
3357 // We clear ActiveID on the first frame to allow the InputText() taking it back.
3940 // - When active, hold on a privately held copy of the text (and apply back to 'buf'). So changing 'buf' while the InputText is active has no effect.
4061 // Preserve cursor position and undo/redo stack if we come back to same widget
4374 // Process callbacks and apply result back to user's buffer.
4398 // When using 'ImGuiInputTextFlags_EnterReturnsTrue' as a special case we reapply the live buffer back to the input buffer before clearing ActiveId, even though strictly speaking it wasn't modified on this frame.
4404 // Apply new value immediately - copy modified buffer back
4470 // Read back what user may have modified
4992 // Convert back
5263 // Convert back color to RGB
6041 SetNavID(window->IDStack.back(), g.NavLayer, 0, ImRect());
6716 // To do so we claim focus back, restore NavId and then process the movement request for yet another frame.
6734 g.GroupStack.back().EmitItem = false;
6846 bool menuset_is_open = !(window->Flags & ImGuiWindowFlags_Popup) && (g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].OpenParentId == window->IDStack.back());
7278 g.CurrentTabBar = g.CurrentTabBarStack.empty() ? NULL : GetTabBarFromTabBarRef(g.CurrentTabBarStack.back());
7904 tab = &tab_bar->Tabs.back();