Searched refs:MouseCursorScale (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp1109 MouseCursorScale = 1.0f; // Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled). May be removed later.
1141 MouseCursorScale = ImFloor(MouseCursorScale * scale_factor);
3879 RenderMouseCursor(&g.OverlayDrawList, g.IO.MousePos, g.Style.MouseCursorScale, g.MouseCursor);
6664 ImVec2 tooltip_pos = g.IO.MousePos + ImVec2(16 * g.Style.MouseCursorScale, 8 * g.Style.MouseCursorScale);
7102 float sc = g.Style.MouseCursorScale;
H A Dimgui.h1264 float MouseCursorScale; // Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled). May be removed later. member in struct:ImGuiStyle
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp1109 MouseCursorScale = 1.0f; // Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled). May be removed later.
1141 MouseCursorScale = ImFloor(MouseCursorScale * scale_factor);
3879 RenderMouseCursor(&g.OverlayDrawList, g.IO.MousePos, g.Style.MouseCursorScale, g.MouseCursor);
6664 ImVec2 tooltip_pos = g.IO.MousePos + ImVec2(16 * g.Style.MouseCursorScale, 8 * g.Style.MouseCursorScale);
7102 float sc = g.Style.MouseCursorScale;
H A Dimgui.h1264 float MouseCursorScale; // Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled). May be removed later. member in struct:ImGuiStyle

Completed in 48 milliseconds