Home
last modified time | relevance | path

Searched refs:CurrentLineSize (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h1056 ImVec2 CurrentLineSize; member
1098 CurrentLineSize = PrevLineSize = ImVec2(0.0f, 0.0f); in ImGuiWindowTempData()
Dimgui_widgets.cpp357 …const float line_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadd… in BulletTextV()
1068 …const float line_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadd… in Bullet()
1122 …if (window->DC.CurrentLineSize.y > 0.0f) // In the event that we are on a line with items that… in NewLine()
1136 …window->DC.CurrentLineSize.y = ImMax(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePaddi… in AlignTextToFramePadding()
1195 float y2 = window->DC.CursorPos.y + window->DC.CurrentLineSize.y; in VerticalSeparator()
4776 …const float frame_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + style.FramePaddi… in TreeNodeBehavior()
Dimgui.cpp2751 const float line_height = ImMax(window->DC.CurrentLineSize.y, size.y); in ItemSize()
2763 window->DC.CurrentLineSize.y = window->DC.CurrentLineTextBaseOffset = 0.0f; in ItemSize()
5323 window->DC.CurrentLineSize = window->DC.PrevLineSize = ImVec2(0.0f, 0.0f); in Begin()
6553 group_data.BackupCurrentLineSize = window->DC.CurrentLineSize; in BeginGroup()
6563 window->DC.CurrentLineSize = ImVec2(0.0f, 0.0f); in BeginGroup()
6582 window->DC.CurrentLineSize = group_data.BackupCurrentLineSize; in EndGroup()
6631 window->DC.CurrentLineSize = window->DC.PrevLineSize; in SameLine()
8179 window->DC.CurrentLineSize = ImVec2(0.0f, 0.0f); in NextColumn()