Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h1020 struct IMGUI_API ImGuiWindowTempData struct
1022 ImVec2 CursorPos;
1023 ImVec2 CursorPosPrevLine;
1024 ImVec2 CursorStartPos; // Initial position in client area with padding
1025 …ontents, always growing during the frame. Turned into window->SizeContents at the beginning of nex…
1026 ImVec2 CurrentLineSize;
1027 float CurrentLineTextBaseOffset;
1028 ImVec2 PrevLineSize;
1029 float PrevLineTextBaseOffset;
1030 float LogLinePosY;
[all …]
/third_party/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 …]
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h1870 struct IMGUI_API ImGuiWindowTempData struct
1873 …ec2 CursorPos; // Current emitting position, in absolute coordinates.
1874 ImVec2 CursorPosPrevLine;
1875 …orStartPos; // Initial position after Begin(), generally ~ window position + WindowPadding.
1876 … the beginning of next frame, for scrolling range and auto-resize. Always growing during the frame.
1877 …entSizeIdeal at the beginning of next frame, for auto-resize only. Always growing during the frame.
1878 ImVec2 CurrLineSize;
1879 ImVec2 PrevLineSize;
1880 ….0f by default on a new line, generally == style.FramePadding.y when a framed item has been added).
1881 float PrevLineTextBaseOffset;
[all …]