Searched refs:CurrentLineSize (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 1056 ImVec2 CurrentLineSize; member in struct:ImGuiWindowTempData 1098 CurrentLineSize = PrevLineSize = ImVec2(0.0f, 0.0f);
|
| H A D | imgui_widgets.cpp | 357 const float line_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y*2), g.FontSize); 1068 const float line_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y*2), g.FontSize); 1122 if (window->DC.CurrentLineSize.y > 0.0f) // In the event that we are on a line with items that is smaller that FontSize high, we will preserve its height. 1136 window->DC.CurrentLineSize.y = ImMax(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y * 2); 1195 float y2 = window->DC.CursorPos.y + window->DC.CurrentLineSize.y; 4776 const float frame_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + style.FramePadding.y*2), label_size.y + padding.y*2);
|
| H A D | imgui.cpp | 2751 const float line_height = ImMax(window->DC.CurrentLineSize.y, size.y); 2763 window->DC.CurrentLineSize.y = window->DC.CurrentLineTextBaseOffset = 0.0f; 5323 window->DC.CurrentLineSize = window->DC.PrevLineSize = ImVec2(0.0f, 0.0f); 6553 group_data.BackupCurrentLineSize = window->DC.CurrentLineSize; 6563 window->DC.CurrentLineSize = ImVec2(0.0f, 0.0f); 6582 window->DC.CurrentLineSize = group_data.BackupCurrentLineSize; 6631 window->DC.CurrentLineSize = window->DC.PrevLineSize; 8179 window->DC.CurrentLineSize = ImVec2(0.0f, 0.0f);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 1056 ImVec2 CurrentLineSize; member in struct:ImGuiWindowTempData 1098 CurrentLineSize = PrevLineSize = ImVec2(0.0f, 0.0f);
|
| H A D | imgui_widgets.cpp | 357 const float line_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y*2), g.FontSize); 1068 const float line_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y*2), g.FontSize); 1122 if (window->DC.CurrentLineSize.y > 0.0f) // In the event that we are on a line with items that is smaller that FontSize high, we will preserve its height. 1136 window->DC.CurrentLineSize.y = ImMax(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y * 2); 1195 float y2 = window->DC.CursorPos.y + window->DC.CurrentLineSize.y; 4776 const float frame_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + style.FramePadding.y*2), label_size.y + padding.y*2);
|
| H A D | imgui.cpp | 2751 const float line_height = ImMax(window->DC.CurrentLineSize.y, size.y); 2763 window->DC.CurrentLineSize.y = window->DC.CurrentLineTextBaseOffset = 0.0f; 5323 window->DC.CurrentLineSize = window->DC.PrevLineSize = ImVec2(0.0f, 0.0f); 6553 group_data.BackupCurrentLineSize = window->DC.CurrentLineSize; 6563 window->DC.CurrentLineSize = ImVec2(0.0f, 0.0f); 6582 window->DC.CurrentLineSize = group_data.BackupCurrentLineSize; 6631 window->DC.CurrentLineSize = window->DC.PrevLineSize; 8179 window->DC.CurrentLineSize = ImVec2(0.0f, 0.0f);
|
Completed in 86 milliseconds