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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1334 void (*ImeSetInputScreenPosFn)(int x, int y); member in struct:ImGuiIO
H A Dimgui.cpp848 the default implementation of io.ImeSetInputScreenPosFn() to set your Microsoft IME position correctly.
1188 ImeSetInputScreenPosFn = ImeSetInputScreenPosFn_DefaultImpl;
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);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1334 void (*ImeSetInputScreenPosFn)(int x, int y); member in struct:ImGuiIO
H A Dimgui.cpp848 the default implementation of io.ImeSetInputScreenPosFn() to set your Microsoft IME position correctly.
1188 ImeSetInputScreenPosFn = ImeSetInputScreenPosFn_DefaultImpl;
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);

Completed in 107 milliseconds