Home
last modified time | relevance | path

Searched refs:g_scale (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_marmalade.cpp278 io.DisplayFramebufferScale = g_scale; in ImGui_Marmalade_NewFrame()
288 …io.MousePos = ImVec2((float)mouse_x / g_scale.x, (float)mouse_y / g_scale.y); // Mouse position (s… in ImGui_Marmalade_NewFrame()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_marmalade.cpp271 io.DisplayFramebufferScale = g_scale; in ImGui_Marmalade_NewFrame()
281 …io.MousePos = ImVec2((float)mouse_x/g_scale.x, (float)mouse_y/g_scale.y); // Mouse position (set… in ImGui_Marmalade_NewFrame()
/third_party/pixman/pixman/
Dpixman-bits-image.c1146 float g_scale = dither_compute_scale (g_size); in dither_apply_ordered() local
1158 buffer->g = dither_apply_channel (buffer->g, d, g_scale); in dither_apply_ordered()