Searched defs:ImDrawList (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 1789 struct ImDrawList struct 1795 …ImDrawListFlags Flags; // Flags, you may poke into these to adjust anti-alias… argument 1798 …const ImDrawListSharedData* _Data; // Pointer to shared draw data (you can use ImGui::Get… argument 1810 …// If you want to create ImDrawList instances, pass them ImGui::GetDrawListSharedData() or create … argument 1811 …ImDrawList(const ImDrawListSharedData* shared_data) { _Data = shared_data; _OwnerName = NULL; Clea… in ImDrawList() argument 1812 ~ImDrawList() { ClearFreeMemory(); } in ~ImDrawList() argument 1818 …2 GetClipRectMin() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.x, cr.y); } in GetClipRectMin() 1819 …2 GetClipRectMax() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.z, cr.w); } in GetClipRectMax() 1842 inline void PathClear() { _Path.Size = 0; } in PathClear() 1843 …line void PathLineTo(const ImVec2& pos) { _Path.push_back(pos); } in PathLineTo() [all …]
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1797 struct ImDrawList struct 1803 …ImDrawListFlags Flags; // Flags, you may poke into these to adjust anti-alias… argument 1806 …const ImDrawListSharedData* _Data; // Pointer to shared draw data (you can use ImGui::Get… argument 1818 …// If you want to create ImDrawList instances, pass them ImGui::GetDrawListSharedData() or create … argument 1819 …ImDrawList(const ImDrawListSharedData* shared_data) { _Data = shared_data; _OwnerName = NULL; Clea… in ImDrawList() function 1820 ~ImDrawList() { ClearFreeMemory(); } in ~ImDrawList() argument 1826 …2 GetClipRectMin() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.x, cr.y); } in GetClipRectMin() 1827 …2 GetClipRectMax() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.z, cr.w); } in GetClipRectMax() 1850 inline void PathClear() { _Path.Size = 0; } in PathClear() 1851 …line void PathLineTo(const ImVec2& pos) { _Path.push_back(pos); } in PathLineTo() [all …]
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 2392 struct ImDrawList struct 2398 …ImDrawListFlags Flags; // Flags, you may poke into these to adjust anti-alias… argument 2402 …const ImDrawListSharedData* _Data; // Pointer to shared draw data (you can use ImGui::Get… argument 2410 …ImDrawListSplitter _Splitter; // [Internal] for channels api (note: prefer using you… argument 2413 …// If you want to create ImDrawList instances, pass them ImGui::GetDrawListSharedData() or create … argument 2414 …ImDrawList(const ImDrawListSharedData* shared_data) { memset(this, 0, sizeof(*this)); _Data = shar… in ImDrawList() function 2416 ~ImDrawList() { _ClearFreeMemory(); } in ~ImDrawList() argument 2422 …2 GetClipRectMin() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.x, cr.y); } in GetClipRectMin() 2423 …2 GetClipRectMax() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.z, cr.w); } in GetClipRectMax() 2459 inline void PathClear() { _Path.Size = 0; } in PathClear() [all …]
|
D | imgui.cpp | 12228 void ImGui::DebugNodeDrawList(ImGuiWindow*, const ImDrawList*, const char*) {} in DebugNodeDrawList() 12229 void ImGui::DebugNodeDrawCmdShowMeshAndBoundingBox(ImDrawList*, const ImDrawList*, const ImDrawCmd*… in DebugNodeDrawCmdShowMeshAndBoundingBox() argument
|