Searched defs:ImDrawList (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/imgui/ | ||
H A D | imgui.h | 1797 struct ImDrawList global() struct 1819 ImDrawList(const ImDrawListSharedData* shared_data) { _Data = shared_data; _OwnerName = NULL; Clear(); } ImDrawList() function [all...] |
/third_party/skia/third_party/externals/imgui/ | ||
H A D | imgui.h | 2392 struct ImDrawList global() struct 2414 ImDrawList(const ImDrawListSharedData* shared_data) { memset(this, 0, sizeof(*this)); _Data = shared_data; } ImDrawList() function [all...] |
H A D | imgui.cpp | 12228 DebugNodeDrawList(ImGuiWindow*, const ImDrawList*, const char*) DebugNodeDrawList() argument 12229 DebugNodeDrawCmdShowMeshAndBoundingBox(ImDrawList*, const ImDrawList*, const ImDrawCmd*, bool, bool) DebugNodeDrawCmdShowMeshAndBoundingBox() argument [all...] |
Completed in 19 milliseconds