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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h770 ImDrawListSharedData DrawListSharedData; member in struct:ImGuiContext
1001 OverlayDrawList._Data = &DrawListSharedData;
H A Dimgui.cpp2496 : DrawListInst(&context->DrawListSharedData)
2609 g.FontSize = g.DrawListSharedData.FontSize = window->CalcFontSize();
3082 return &GImGui->DrawListSharedData;
3420 g.DrawListSharedData.ClipRectFullscreen = ImVec4(0.0f, 0.0f, g.IO.DisplaySize.x, g.IO.DisplaySize.y);
3421 g.DrawListSharedData.CurveTessellationTol = g.Style.CurveTessellationTol;
5680 g.DrawListSharedData.TexUvWhitePixel = atlas->TexUvWhitePixel;
5681 g.DrawListSharedData.Font = g.Font;
5682 g.DrawListSharedData.FontSize = g.FontSize;
6314 return GImGui->DrawListSharedData.TexUvWhitePixel;
6322 g.FontSize = g.DrawListSharedData
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h770 ImDrawListSharedData DrawListSharedData; member in struct:ImGuiContext
1001 OverlayDrawList._Data = &DrawListSharedData;
H A Dimgui.cpp2496 : DrawListInst(&context->DrawListSharedData)
2609 g.FontSize = g.DrawListSharedData.FontSize = window->CalcFontSize();
3082 return &GImGui->DrawListSharedData;
3420 g.DrawListSharedData.ClipRectFullscreen = ImVec4(0.0f, 0.0f, g.IO.DisplaySize.x, g.IO.DisplaySize.y);
3421 g.DrawListSharedData.CurveTessellationTol = g.Style.CurveTessellationTol;
5680 g.DrawListSharedData.TexUvWhitePixel = atlas->TexUvWhitePixel;
5681 g.DrawListSharedData.Font = g.Font;
5682 g.DrawListSharedData.FontSize = g.FontSize;
6314 return GImGui->DrawListSharedData.TexUvWhitePixel;
6322 g.FontSize = g.DrawListSharedData
[all...]

Completed in 36 milliseconds