Home
last modified time | relevance | path

Searched defs:ImGuiWindowTempData (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h1050 struct IMGUI_API ImGuiWindowTempData struct
1052 ImVec2 CursorPos;
1053 ImVec2 CursorPosPrevLine;
1054 ImVec2 CursorStartPos; // Initial position in client area with padding
1055 …ontents, always growing during the frame. Turned into window->SizeContents at the beginning of nex…
1056 ImVec2 CurrentLineSize;
1057 float CurrentLineTextBaseOffset;
1058 ImVec2 PrevLineSize;
1059 float PrevLineTextBaseOffset;
1060 float LogLinePosY;
[all …]