Searched refs:DisplaySafeAreaPadding (Results 1 – 13 of 13) sorted by relevance
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 1097 …DisplaySafeAreaPadding = ImVec2(3,3); // If you cannot see the edge of your screen (e.g. on … in ImGuiStyle() 1129 DisplaySafeAreaPadding = ImFloor(DisplaySafeAreaPadding * scale_factor); in ScaleAllSizes() 4508 …(size_contents, size_min, ImMax(size_min, g.IO.DisplaySize - style.DisplaySafeAreaPadding * 2.0f)); in CalcSizeAutoFit() 5004 …SetWindowPos(window, ImMax(style.DisplaySafeAreaPadding, window->SetWindowPosVal - window->SizeFul… in Begin() 5017 ImVec2 padding = ImMax(style.DisplayWindowPadding, style.DisplaySafeAreaPadding); in Begin() 6871 ImVec2 padding = GImGui->Style.DisplaySafeAreaPadding; in GetWindowAllowedExtentRect()
|
| D | imgui.h | 1254 …ImVec2 DisplaySafeAreaPadding; // If you cannot see the edges of your screen (e.g. on a T… member
|
| D | imgui_widgets.cpp | 5467 …dowData.MenuBarOffsetMinVal = ImVec2(g.Style.DisplaySafeAreaPadding.x, ImMax(g.Style.DisplaySafeAr… in BeginMainMenuBar()
|
| D | imgui_demo.cpp | 2800 …ImGui::SliderFloat2("DisplaySafeAreaPadding", (float*)&style.DisplaySafeAreaPadding, 0.0f, 30.0f, … in ShowStyleEditor()
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui.cpp | 1108 …DisplaySafeAreaPadding = ImVec2(3,3); // If you cannot see the edge of your screen (e.g. on … in ImGuiStyle() 1140 DisplaySafeAreaPadding = ImFloor(DisplaySafeAreaPadding * scale_factor); in ScaleAllSizes() 4588 …(size_contents, size_min, ImMax(size_min, g.IO.DisplaySize - style.DisplaySafeAreaPadding * 2.0f)); in CalcSizeAutoFit() 5128 …SetWindowPos(window, ImMax(style.DisplaySafeAreaPadding, window->SetWindowPosVal - window->SizeFul… in Begin() 5142 ImVec2 padding = ImMax(style.DisplayWindowPadding, style.DisplaySafeAreaPadding); in Begin() 7014 ImVec2 padding = GImGui->Style.DisplaySafeAreaPadding; in GetWindowAllowedExtentRect()
|
| D | imgui.h | 1263 …ImVec2 DisplaySafeAreaPadding; // If you cannot see the edges of your screen (e.g. on a T… member
|
| D | imgui_widgets.cpp | 5492 …dowData.MenuBarOffsetMinVal = ImVec2(g.Style.DisplaySafeAreaPadding.x, ImMax(g.Style.DisplaySafeAr… in BeginMainMenuBar()
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 1030 …DisplaySafeAreaPadding = ImVec2(3,3); // If you cannot see the edge of your screen (e.g. on … in ImGuiStyle() 1067 DisplaySafeAreaPadding = ImFloor(DisplaySafeAreaPadding * scale_factor); in ScaleAllSizes() 5294 …ImClamp(size_desired, size_min, ImMax(size_min, avail_size - style.DisplaySafeAreaPadding * 2.0f)); in CalcWindowAutoFitSize() 6077 ImVec2 visibility_padding = ImMax(style.DisplayWindowPadding, style.DisplaySafeAreaPadding); in Begin() 8733 ImVec2 padding = g.Style.DisplaySafeAreaPadding; in GetPopupAllowedExtentRect()
|
| D | imgui.h | 1800 …ImVec2 DisplaySafeAreaPadding; // If you cannot see the edges of your screen (e.g. on a T… member
|
| D | imgui_widgets.cpp | 6787 …dowData.MenuBarOffsetMinVal = ImVec2(g.Style.DisplaySafeAreaPadding.x, ImMax(g.Style.DisplaySafeAr… in BeginMainMenuBar()
|
| D | imgui_demo.cpp | 5942 …ImGui::SliderFloat2("DisplaySafeAreaPadding", (float*)&style.DisplaySafeAreaPadding, 0.0f, 30.0f, …
|
| /third_party/flutter/skia/third_party/externals/imgui/docs/ |
| D | CHANGELOG.txt | 386 - Window: Fixed pop-ups/tooltips/menus not honoring style.DisplaySafeAreaPadding as well as it shou… 395 - MenuBar: Made BeginMainMenuBar() honor style.DisplaySafeAreaPadding so the text can be made visib… 410 - Style: Changed default style.DisplaySafeAreaPadding values from (4,4) to (3,3) so it is smaller t…
|
| /third_party/skia/third_party/externals/imgui/docs/ |
| D | CHANGELOG.txt | 2053 - Window: Fixed pop-ups/tooltips/menus not honoring style.DisplaySafeAreaPadding as well as it shou… 2067 - MenuBar: Made BeginMainMenuBar() honor style.DisplaySafeAreaPadding so the text can be made visib… 2089 - Style: Changed default style.DisplaySafeAreaPadding values from (4,4) to (3,3) so it is smaller t… 2841 and WindowPadding < DisplaySafeAreaPadding. 3261 …prevent windows from reaching edges of display (similar to style.DisplaySafeAreaPadding which is s…
|