Searched refs:ImDrawListSharedData (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h97 struct ImDrawListSharedData; // Data shared among multiple draw lists (typically owned by parent ImGui context, but you may create one yourself)
627 IMGUI_API ImDrawListSharedData* GetDrawListSharedData(); // you may use this when creating your own ImDrawList instances
1806 const ImDrawListSharedData* _Data; // Pointer to shared draw data (you can use ImGui::GetDrawListSharedData() to get the one from current ImGui context)
1818 // If you want to create ImDrawList instances, pass them ImGui::GetDrawListSharedData() or create and use your own ImDrawListSharedData (so you can use ImDrawList without ImGui)
1819 ImDrawList(const ImDrawListSharedData* shared_data) { _Data = shared_data; _OwnerName = NULL; Clear(); }
H A Dimgui_internal.h63 struct ImDrawListSharedData; // Data shared between all ImDrawList instances
667 struct IMGUI_API ImDrawListSharedData struct
679 ImDrawListSharedData();
770 ImDrawListSharedData DrawListSharedData;
H A Dimgui_draw.cpp344 ImDrawListSharedData::ImDrawListSharedData() function in class:ImDrawListSharedData
1186 // Pull default font/size from the shared ImDrawListSharedData instance
H A Dimgui.cpp878 your own ImDrawListSharedData, and then call your rendered code with your own ImDrawList or ImDrawData data.
3080 ImDrawListSharedData* ImGui::GetDrawListSharedData()
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h97 struct ImDrawListSharedData; // Data shared among multiple draw lists (typically owned by parent ImGui context, but you may create one yourself)
627 IMGUI_API ImDrawListSharedData* GetDrawListSharedData(); // you may use this when creating your own ImDrawList instances
1806 const ImDrawListSharedData* _Data; // Pointer to shared draw data (you can use ImGui::GetDrawListSharedData() to get the one from current ImGui context)
1818 // If you want to create ImDrawList instances, pass them ImGui::GetDrawListSharedData() or create and use your own ImDrawListSharedData (so you can use ImDrawList without ImGui)
1819 ImDrawList(const ImDrawListSharedData* shared_data) { _Data = shared_data; _OwnerName = NULL; Clear(); }
H A Dimgui_internal.h63 struct ImDrawListSharedData; // Data shared between all ImDrawList instances
667 struct IMGUI_API ImDrawListSharedData struct
679 ImDrawListSharedData();
770 ImDrawListSharedData DrawListSharedData;
H A Dimgui_draw.cpp344 ImDrawListSharedData::ImDrawListSharedData() function in class:ImDrawListSharedData
1186 // Pull default font/size from the shared ImDrawListSharedData instance
H A Dimgui.cpp878 your own ImDrawListSharedData, and then call your rendered code with your own ImDrawList or ImDrawData data.
3080 ImDrawListSharedData* ImGui::GetDrawListSharedData()

Completed in 95 milliseconds