Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_opengl2.cpp80 int fb_width = (int)(draw_data->DisplaySize.x * io.DisplayFramebufferScale.x); in ImGui_ImplOpenGL2_RenderDrawData()
81 int fb_height = (int)(draw_data->DisplaySize.y * io.DisplayFramebufferScale.y); in ImGui_ImplOpenGL2_RenderDrawData()
84 draw_data->ScaleClipRects(io.DisplayFramebufferScale); in ImGui_ImplOpenGL2_RenderDrawData()
Dimgui_impl_opengl3.cpp140 int fb_width = (int)(draw_data->DisplaySize.x * io.DisplayFramebufferScale.x); in ImGui_ImplOpenGL3_RenderDrawData()
141 int fb_height = (int)(draw_data->DisplaySize.y * io.DisplayFramebufferScale.y); in ImGui_ImplOpenGL3_RenderDrawData()
144 draw_data->ScaleClipRects(io.DisplayFramebufferScale); in ImGui_ImplOpenGL3_RenderDrawData()
Dimgui_impl_marmalade.cpp43 draw_data->ScaleClipRects(io.DisplayFramebufferScale); in ImGui_Marmalade_RenderDrawData()
271 io.DisplayFramebufferScale = g_scale; in ImGui_Marmalade_NewFrame()
Dimgui_impl_metal.mm405 int fb_width = (int)(drawData->DisplaySize.x * io.DisplayFramebufferScale.x);
406 int fb_height = (int)(drawData->DisplaySize.y * io.DisplayFramebufferScale.y);
409 drawData->ScaleClipRects(io.DisplayFramebufferScale);
Dimgui_impl_sdl.cpp282 …io.DisplayFramebufferScale = ImVec2(w > 0 ? ((float)display_w / w) : 0, h > 0 ? ((float)display_h … in ImGui_ImplSDL2_NewFrame()
Dimgui_impl_glfw.cpp279 …io.DisplayFramebufferScale = ImVec2(w > 0 ? ((float)display_w / w) : 0, h > 0 ? ((float)display_h … in ImGui_ImplGlfw_NewFrame()
Dimgui_impl_osx.mm96 io.DisplayFramebufferScale = ImVec2(dpi, dpi);
/third_party/mesa3d/src/intel/tools/imgui/
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()
Dimgui_impl_gtk3.cpp244 io.DisplayFramebufferScale = ImVec2(scale_factor, scale_factor); in ImGui_ImplGtk3_NewFrame()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_android.cpp179 …io.DisplayFramebufferScale = ImVec2((float)display_width / window_width, (float)display_height / w… in ImGui_ImplAndroid_NewFrame()
Dimgui_impl_marmalade.cpp278 io.DisplayFramebufferScale = g_scale; in ImGui_Marmalade_NewFrame()
Dimgui_impl_sdl.cpp436 io.DisplayFramebufferScale = ImVec2((float)display_w / w, (float)display_h / h); in ImGui_ImplSDL2_NewFrame()
Dimgui_impl_glfw.cpp442 io.DisplayFramebufferScale = ImVec2((float)display_w / w, (float)display_h / h); in ImGui_ImplGlfw_NewFrame()
Dimgui_impl_osx.mm245 io.DisplayFramebufferScale = ImVec2(dpi, dpi);
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_opengl2/
Dmain.mm95 GLsizei width = (GLsizei)(io.DisplaySize.x * io.DisplayFramebufferScale.x);
96 GLsizei height = (GLsizei)(io.DisplaySize.y * io.DisplayFramebufferScale.y);
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_metal/Shared/
DRenderer.mm48 io.DisplayFramebufferScale = ImVec2(framebufferScale, framebufferScale);
/third_party/skia/third_party/externals/imgui/examples/example_apple_metal/
Dmain.mm138 io.DisplayFramebufferScale = ImVec2(framebufferScale, framebufferScale);
/third_party/mesa3d/src/imgui/
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()
Dimgui.h1305 …ImVec2 DisplayFramebufferScale; // = (1, 1) // For retina display or other sit… member
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp1158 DisplayFramebufferScale = ImVec2(1.0f, 1.0f); in ImGuiIO()
4699 …r(NAV_RESIZE_SPEED * g.IO.DeltaTime * ImMin(g.IO.DisplayFramebufferScale.x, g.IO.DisplayFramebuffe… in UpdateManualResize()
7911 …oor(NAV_MOVE_SPEED * g.IO.DeltaTime * ImMin(g.IO.DisplayFramebufferScale.x, g.IO.DisplayFramebuffe… in NavUpdateWindowing()
Dimgui.h1296 …ImVec2 DisplayFramebufferScale; // = (1.0f,1.0f) // For retina display or other sit… member
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp1097 DisplayFramebufferScale = ImVec2(1.0f, 1.0f); in ImGuiIO()
4386 draw_data->FramebufferScale = io.DisplayFramebufferScale; in SetupViewportDrawData()
5512 …r(NAV_RESIZE_SPEED * g.IO.DeltaTime * ImMin(g.IO.DisplayFramebufferScale.x, g.IO.DisplayFramebuffe… in UpdateWindowManualResize()
9994 … ImFloor(NAV_MOVE_SPEED * io.DeltaTime * ImMin(io.DisplayFramebufferScale.x, io.DisplayFramebuffer… in NavUpdateWindowing()
Dimgui.h1845 …ImVec2 DisplayFramebufferScale; // = (1, 1) // For retina display or other sit… member
Dimgui_demo.cpp5782 …:Text("io.DisplayFramebufferScale: %.2f,%.2f", io.DisplayFramebufferScale.x, io.DisplayFramebuffer…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1579 - Examples: GLFW, SDL: Preserve DisplayFramebufferScale when main viewport is minimized.
1604 …Data: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale).
1608 and use draw_data->FramebufferScale instead of io.DisplayFramebufferScale. (#2306, #1676)
1647 Also using ImDrawData::FramebufferScale instead of io.DisplayFramebufferScale.