Home
last modified time | relevance | path

Searched refs:r_screen (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp7015 ImRect r_screen = GetViewportRect(); in GetWindowAllowedExtentRect() local
7016 r_screen.Expand(ImVec2((r_screen.GetWidth() > padding.x * 2) ? -padding.x : 0.0f, (r_screen.GetHeight() > padding.y * 2) ? -padding.y : 0.0f)); in GetWindowAllowedExtentRect()
7017 return r_screen; in GetWindowAllowedExtentRect()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp8732 ImRect r_screen = ((ImGuiViewportP*)(void*)GetMainViewport())->GetMainRect(); in GetPopupAllowedExtentRect() local
8734 r_screen.Expand(ImVec2((r_screen.GetWidth() > padding.x * 2) ? -padding.x : 0.0f, (r_screen.GetHeight() > padding.y * 2) ? -padding.y : 0.0f)); in GetPopupAllowedExtentRect()
8735 return r_screen; in GetPopupAllowedExtentRect()

Completed in 38 milliseconds