Home
last modified time | relevance | path

Searched refs:ImFontAtlasFlags_NoMouseCursors (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1707 if (Flags & ImFontAtlasFlags_NoMouseCursors) in GetMouseCursorTexData()
2047 if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors)) in ImFontAtlasBuildRegisterDefaultCustomRects()
2103 if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors)) in ImFontAtlasBuildRenderDefaultTexData()
Dimgui.h1965ImFontAtlasFlags_NoMouseCursors = 1 << 1 // Don't build software mouse cursors into the atl… enumerator
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp1696 if (Flags & ImFontAtlasFlags_NoMouseCursors) in GetMouseCursorTexData()
2036 if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors)) in ImFontAtlasBuildRegisterDefaultCustomRects()
2091 if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors)) in ImFontAtlasBuildRenderDefaultTexData()
Dimgui.h1956ImFontAtlasFlags_NoMouseCursors = 1 << 1 // Don't build software mouse cursors into the atl… enumerator
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp2236 if (Flags & ImFontAtlasFlags_NoMouseCursors) in GetMouseCursorTexData()
2666 if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors)) in ImFontAtlasBuildRenderDefaultTexData()
2757 if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors)) in ImFontAtlasBuildInit()
Dimgui.h2613ImFontAtlasFlags_NoMouseCursors = 1 << 1, // Don't build software mouse cursors into the atl… enumerator
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt544 - ImFontAtlas: Added ImFontAtlasFlags_NoMouseCursors flag to disable baking software mouse cursors,…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2223 - ImFontAtlas: Added ImFontAtlasFlags_NoMouseCursors flag to disable baking software mouse cursors,…