| /third_party/flutter/skia/third_party/externals/imgui/examples/ |
| D | imgui_impl_opengl2.cpp | 80 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()
|
| D | imgui_impl_opengl3.cpp | 140 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()
|
| D | imgui_impl_marmalade.cpp | 43 draw_data->ScaleClipRects(io.DisplayFramebufferScale); in ImGui_Marmalade_RenderDrawData() 271 io.DisplayFramebufferScale = g_scale; in ImGui_Marmalade_NewFrame()
|
| D | imgui_impl_metal.mm | 405 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);
|
| D | imgui_impl_sdl.cpp | 282 …io.DisplayFramebufferScale = ImVec2(w > 0 ? ((float)display_w / w) : 0, h > 0 ? ((float)display_h … in ImGui_ImplSDL2_NewFrame()
|
| D | imgui_impl_glfw.cpp | 279 …io.DisplayFramebufferScale = ImVec2(w > 0 ? ((float)display_w / w) : 0, h > 0 ? ((float)display_h … in ImGui_ImplGlfw_NewFrame()
|
| D | imgui_impl_osx.mm | 96 io.DisplayFramebufferScale = ImVec2(dpi, dpi);
|
| /third_party/mesa3d/src/intel/tools/imgui/ |
| D | imgui_impl_opengl3.cpp | 104 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()
|
| D | imgui_impl_gtk3.cpp | 244 io.DisplayFramebufferScale = ImVec2(scale_factor, scale_factor); in ImGui_ImplGtk3_NewFrame()
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| D | imgui_impl_android.cpp | 179 …io.DisplayFramebufferScale = ImVec2((float)display_width / window_width, (float)display_height / w… in ImGui_ImplAndroid_NewFrame()
|
| D | imgui_impl_marmalade.cpp | 278 io.DisplayFramebufferScale = g_scale; in ImGui_Marmalade_NewFrame()
|
| D | imgui_impl_sdl.cpp | 436 io.DisplayFramebufferScale = ImVec2((float)display_w / w, (float)display_h / h); in ImGui_ImplSDL2_NewFrame()
|
| D | imgui_impl_glfw.cpp | 442 io.DisplayFramebufferScale = ImVec2((float)display_w / w, (float)display_h / h); in ImGui_ImplGlfw_NewFrame()
|
| D | imgui_impl_osx.mm | 245 io.DisplayFramebufferScale = ImVec2(dpi, dpi);
|
| /third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_opengl2/ |
| D | main.mm | 95 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/ |
| D | Renderer.mm | 48 io.DisplayFramebufferScale = ImVec2(framebufferScale, framebufferScale);
|
| /third_party/skia/third_party/externals/imgui/examples/example_apple_metal/ |
| D | main.mm | 138 io.DisplayFramebufferScale = ImVec2(framebufferScale, framebufferScale);
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui.cpp | 1169 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()
|
| D | imgui.h | 1305 …ImVec2 DisplayFramebufferScale; // = (1, 1) // For retina display or other sit… member
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 1158 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()
|
| D | imgui.h | 1296 …ImVec2 DisplayFramebufferScale; // = (1.0f,1.0f) // For retina display or other sit… member
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 1097 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()
|
| D | imgui.h | 1845 …ImVec2 DisplayFramebufferScale; // = (1, 1) // For retina display or other sit… member
|
| D | imgui_demo.cpp | 5782 …:Text("io.DisplayFramebufferScale: %.2f,%.2f", io.DisplayFramebufferScale.x, io.DisplayFramebuffer…
|
| /third_party/skia/third_party/externals/imgui/docs/ |
| D | CHANGELOG.txt | 1579 - 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.
|