Searched refs:PlatformImePos (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h907 ImVec2 PlatformImePos; // Cursor position request & last passed to the OS Input Method Editor member in struct:ImGuiContext
1026 PlatformImePos = PlatformImeLastPos = ImVec2(FLT_MAX, FLT_MAX);
H A Dimgui.cpp3496 g.PlatformImePos = ImVec2(1.0f, 1.0f); // OS Input Method Editor showing on top-left of our window by default
3769 if (g.IO.ImeSetInputScreenPosFn && (g.PlatformImeLastPos.x == FLT_MAX || ImLengthSqr(g.PlatformImeLastPos - g.PlatformImePos) > 0.0001f))
3771 g.IO.ImeSetInputScreenPosFn((int)g.PlatformImePos.x, (int)g.PlatformImePos.y);
3772 g.PlatformImeLastPos = g.PlatformImePos;
H A Dimgui_widgets.cpp3764 g.PlatformImePos = ImVec2(cursor_screen_pos.x - 1, cursor_screen_pos.y - g.FontSize);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h907 ImVec2 PlatformImePos; // Cursor position request & last passed to the OS Input Method Editor member in struct:ImGuiContext
1026 PlatformImePos = PlatformImeLastPos = ImVec2(FLT_MAX, FLT_MAX);
H A Dimgui.cpp3496 g.PlatformImePos = ImVec2(1.0f, 1.0f); // OS Input Method Editor showing on top-left of our window by default
3769 if (g.IO.ImeSetInputScreenPosFn && (g.PlatformImeLastPos.x == FLT_MAX || ImLengthSqr(g.PlatformImeLastPos - g.PlatformImePos) > 0.0001f))
3771 g.IO.ImeSetInputScreenPosFn((int)g.PlatformImePos.x, (int)g.PlatformImePos.y);
3772 g.PlatformImeLastPos = g.PlatformImePos;
H A Dimgui_widgets.cpp3764 g.PlatformImePos = ImVec2(cursor_screen_pos.x - 1, cursor_screen_pos.y - g.FontSize);

Completed in 68 milliseconds