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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1707 if (Flags & ImFontAtlasFlags_NoMouseCursors)
2047 if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors))
2103 if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors))
H A Dimgui.h1965 ImFontAtlasFlags_NoMouseCursors = 1 << 1 // Don't build software mouse cursors into the atlas enumerator in enum:ImFontAtlasFlags_
1971 // - Mouse cursor shapes for software cursor rendering (unless setting 'Flags |= ImFontAtlasFlags_NoMouseCursors' in the font atlas).
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1707 if (Flags & ImFontAtlasFlags_NoMouseCursors)
2047 if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors))
2103 if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors))
H A Dimgui.h1965 ImFontAtlasFlags_NoMouseCursors = 1 << 1 // Don't build software mouse cursors into the atlas enumerator in enum:ImFontAtlasFlags_
1971 // - Mouse cursor shapes for software cursor rendering (unless setting 'Flags |= ImFontAtlasFlags_NoMouseCursors' in the font atlas).

Completed in 30 milliseconds