Home
last modified time | relevance | path

Searched refs:DisplayFramebufferScale (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp104 int fb_width = (int)(draw_data->DisplaySize.x * io.DisplayFramebufferScale.x); in ImGui_ImplOpenGL3_RenderDrawData()
105 int fb_height = (int)(draw_data->DisplaySize.y * io.DisplayFramebufferScale.y); in ImGui_ImplOpenGL3_RenderDrawData()
108 draw_data->ScaleClipRects(io.DisplayFramebufferScale); in ImGui_ImplOpenGL3_RenderDrawData()
H A Dimgui_impl_gtk3.cpp244 io.DisplayFramebufferScale = ImVec2(scale_factor, scale_factor); in ImGui_ImplGtk3_NewFrame()
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp1169 DisplayFramebufferScale = ImVec2(1.0f, 1.0f); in ImGuiIO()
3736 draw_data->FramebufferScale = io.DisplayFramebufferScale; in SetupDrawData()
4783 …r(NAV_RESIZE_SPEED * g.IO.DeltaTime * ImMin(g.IO.DisplayFramebufferScale.x, g.IO.DisplayFramebuffe… in UpdateManualResize()
8062 …oor(NAV_MOVE_SPEED * g.IO.DeltaTime * ImMin(g.IO.DisplayFramebufferScale.x, g.IO.DisplayFramebuffe… in NavUpdateWindowing()
H A Dimgui.h1305 …ImVec2 DisplayFramebufferScale; // = (1, 1) // For retina display or other sit… member