Searched refs:_Channels (Results 1 – 7 of 7) sorted by relevance
| /third_party/mesa3d/src/imgui/ |
| D | imgui_draw.cpp | 389 for (int i = 0; i < _Channels.Size; i++) in ClearFreeMemory() 391 …if (i == 0) memset(&_Channels[0], 0, sizeof(_Channels[0])); // channel 0 is a copy of CmdBuffer/I… in ClearFreeMemory() 392 _Channels[i].CmdBuffer.clear(); in ClearFreeMemory() 393 _Channels[i].IdxBuffer.clear(); in ClearFreeMemory() 395 _Channels.clear(); in ClearFreeMemory() 526 int old_channels_count = _Channels.Size; in ChannelsSplit() 528 _Channels.resize(channels_count); in ChannelsSplit() 534 memset(&_Channels[0], 0, sizeof(ImDrawChannel)); in ChannelsSplit() 539 IM_PLACEMENT_NEW(&_Channels[i]) ImDrawChannel(); in ChannelsSplit() 543 _Channels[i].CmdBuffer.resize(0); in ChannelsSplit() [all …]
|
| D | imgui.h | 1816 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz… member
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui_draw.cpp | 387 for (int i = 0; i < _Channels.Size; i++) in ClearFreeMemory() 389 …if (i == 0) memset(&_Channels[0], 0, sizeof(_Channels[0])); // channel 0 is a copy of CmdBuffer/I… in ClearFreeMemory() 390 _Channels[i].CmdBuffer.clear(); in ClearFreeMemory() 391 _Channels[i].IdxBuffer.clear(); in ClearFreeMemory() 393 _Channels.clear(); in ClearFreeMemory() 524 int old_channels_count = _Channels.Size; in ChannelsSplit() 526 _Channels.resize(channels_count); in ChannelsSplit() 532 memset(&_Channels[0], 0, sizeof(ImDrawChannel)); in ChannelsSplit() 537 IM_PLACEMENT_NEW(&_Channels[i]) ImDrawChannel(); in ChannelsSplit() 541 _Channels[i].CmdBuffer.resize(0); in ChannelsSplit() [all …]
|
| D | imgui.h | 1808 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz… member
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui_draw.cpp | 1672 for (int i = 0; i < _Channels.Size; i++) in ClearFreeMemory() 1675 …memset(&_Channels[i], 0, sizeof(_Channels[i])); // Current channel is a copy of CmdBuffer/IdxBuff… in ClearFreeMemory() 1676 _Channels[i]._CmdBuffer.clear(); in ClearFreeMemory() 1677 _Channels[i]._IdxBuffer.clear(); in ClearFreeMemory() 1681 _Channels.clear(); in ClearFreeMemory() 1688 int old_channels_count = _Channels.Size; in Split() 1691 … _Channels.reserve(channels_count); // Avoid over reserving since this is likely to stay stable in Split() 1692 _Channels.resize(channels_count); in Split() 1699 memset(&_Channels[0], 0, sizeof(ImDrawChannel)); in Split() 1704 IM_PLACEMENT_NEW(&_Channels[i]) ImDrawChannel(); in Split() [all …]
|
| D | imgui_tables.cpp | 1269 ImDrawChannel* dummy_channel = &table->DrawSplitter._Channels[table->DummyDrawChannel]; in EndTable() 2357 ImDrawChannel* src_channel = &splitter->_Channels[channel_no]; in TableMergeDrawChannels() 2464 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2473 … memcpy(dst_tmp++, &splitter->_Channels[table->Bg2DrawChannelUnfrozen], sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2481 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2486 …memcpy(splitter->_Channels.Data + LEADING_DRAW_CHANNELS, g.DrawChannelsTempMergeBuffer.Data, (spli… in TableMergeDrawChannels()
|
| D | imgui.h | 2341 …ImVector<ImDrawChannel> _Channels; // Draw channels (not resized down so _Count might be < C… member
|