/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/ |
H A D | imgui_tables.cpp | 1229 ImDrawChannel* dummy_channel = &table->DrawSplitter._Channels[table->DummyDrawChannel]; in EndTable() 2247 ImDrawChannel* src_channel = &splitter->_Channels[channel_no]; in TableMergeDrawChannels() 2308 ImDrawChannel* dst_tmp = g.DrawChannelsTempMergeBuffer.Data; in TableMergeDrawChannels() 2355 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2358 memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2364 … memcpy(dst_tmp++, &splitter->_Channels[table->Bg2DrawChannelUnfrozen], sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2372 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2373 memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2377 …wChannelsTempMergeBuffer.Data, (splitter->_Count - LEADING_DRAW_CHANNELS) * sizeof(ImDrawChannel)); in TableMergeDrawChannels()
|
H A D | imnodes.cpp | 624 ImDrawChannel& channel = splitter._Channels[i]; in ImDrawList_grow_channels() 636 IM_PLACEMENT_NEW(&channel) ImDrawChannel(); in ImDrawList_grow_channels() 661 ImDrawChannel& lhs_channel = splitter._Channels[lhs_idx]; in ImDrawListSplitter_swap_channels() 662 ImDrawChannel& rhs_channel = splitter._Channels[rhs_idx]; in ImDrawListSplitter_swap_channels()
|
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/ |
H A D | imgui_tables.cpp | 1268 ImDrawChannel* dummy_channel = &table->DrawSplitter._Channels[table->DummyDrawChannel]; in EndTable() 2355 ImDrawChannel* src_channel = &splitter->_Channels[channel_no]; in TableMergeDrawChannels() 2416 ImDrawChannel* dst_tmp = g.DrawChannelsTempMergeBuffer.Data; in TableMergeDrawChannels() 2462 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2465 memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2471 … memcpy(dst_tmp++, &splitter->_Channels[table->Bg2DrawChannelUnfrozen], sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2479 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2480 memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2484 …wChannelsTempMergeBuffer.Data, (splitter->_Count - LEADING_DRAW_CHANNELS) * sizeof(ImDrawChannel)); in TableMergeDrawChannels()
|
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/imgui/ |
H A D | imgui_tables.cpp | 1229 ImDrawChannel* dummy_channel = &table->DrawSplitter._Channels[table->DummyDrawChannel]; in EndTable() 2247 ImDrawChannel* src_channel = &splitter->_Channels[channel_no]; in TableMergeDrawChannels() 2308 ImDrawChannel* dst_tmp = g.DrawChannelsTempMergeBuffer.Data; in TableMergeDrawChannels() 2355 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2358 memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2364 … memcpy(dst_tmp++, &splitter->_Channels[table->Bg2DrawChannelUnfrozen], sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2372 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2373 memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2377 …wChannelsTempMergeBuffer.Data, (splitter->_Count - LEADING_DRAW_CHANNELS) * sizeof(ImDrawChannel)); in TableMergeDrawChannels()
|
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/ |
H A D | imgui_tables.cpp | 1268 ImDrawChannel* dummy_channel = &table->DrawSplitter._Channels[table->DummyDrawChannel]; in EndTable() 2354 ImDrawChannel* src_channel = &splitter->_Channels[channel_no]; in TableMergeDrawChannels() 2415 ImDrawChannel* dst_tmp = g.DrawChannelsTempMergeBuffer.Data; in TableMergeDrawChannels() 2461 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2464 memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2470 … memcpy(dst_tmp++, &splitter->_Channels[table->Bg2DrawChannelUnfrozen], sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2478 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2479 memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2483 …wChannelsTempMergeBuffer.Data, (splitter->_Count - LEADING_DRAW_CHANNELS) * sizeof(ImDrawChannel)); in TableMergeDrawChannels()
|
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/ |
H A D | imgui_tables.cpp | 1268 ImDrawChannel* dummy_channel = &table->DrawSplitter._Channels[table->DummyDrawChannel]; in EndTable() 2355 ImDrawChannel* src_channel = &splitter->_Channels[channel_no]; in TableMergeDrawChannels() 2416 ImDrawChannel* dst_tmp = g.DrawChannelsTempMergeBuffer.Data; in TableMergeDrawChannels() 2462 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2465 memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2471 … memcpy(dst_tmp++, &splitter->_Channels[table->Bg2DrawChannelUnfrozen], sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2479 ImDrawChannel* channel = &splitter->_Channels[n]; in TableMergeDrawChannels() 2480 memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); in TableMergeDrawChannels() 2484 …wChannelsTempMergeBuffer.Data, (splitter->_Count - LEADING_DRAW_CHANNELS) * sizeof(ImDrawChannel)); in TableMergeDrawChannels()
|
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/ |
H A D | imgui.h | 40 struct ImDrawChannel; // Temporary storage for outputting drawing commands out of ord… 1098 struct ImDrawChannel struct 1127 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
H A D | imgui_draw.cpp | 264 memset(&_Channels[0], 0, sizeof(ImDrawChannel)); in ChannelsSplit() 269 IM_PLACEMENT_NEW(&_Channels[i]) ImDrawChannel(); in ChannelsSplit() 299 ImDrawChannel& ch = _Channels[i]; in ChannelsMerge() 312 ImDrawChannel& ch = _Channels[i]; in ChannelsMerge()
|
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/third-party/imgui/imgui/ |
H A D | imgui.h | 45 struct ImDrawChannel; // Temporary storage for outputting drawing commands out of ord… 1153 struct ImDrawChannel struct 1182 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
H A D | imgui_draw.cpp | 288 memset(&_Channels[0], 0, sizeof(ImDrawChannel)); in ChannelsSplit() 293 IM_PLACEMENT_NEW(&_Channels[i]) ImDrawChannel(); in ChannelsSplit() 323 ImDrawChannel& ch = _Channels[i]; in ChannelsMerge() 336 ImDrawChannel& ch = _Channels[i]; in ChannelsMerge()
|
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/imgui/ |
H A D | imgui.h | 55 struct ImDrawChannel; // Temporary storage for outputting drawing commands out of orde… 1679 struct ImDrawChannel struct 1729 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resized d…
|
/dports/graphics/embree/embree-3.13.2/tutorials/common/imgui/ |
H A D | imgui.h | 54 struct ImDrawChannel; // Temporary storage for outputting drawing commands out of ord… 1505 struct ImDrawChannel struct 1555 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/imgui/ |
H A D | imgui.h | 55 struct ImDrawChannel; // Temporary storage for outputting drawing commands out of orde… 1679 struct ImDrawChannel struct 1729 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resized d…
|
/dports/misc/box2d/box2d-2.4.1/extern/imgui/ |
H A D | imgui.h | 89 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out… 1755 struct ImDrawChannel struct 1806 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 93 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out… 1765 struct ImDrawChannel struct 1816 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/math/curv/curv-0.5/extern/imgui/ |
H A D | imgui.h | 63 struct ImDrawChannel; // Temporary storage for outputting drawing commands out of ord… 1610 struct ImDrawChannel struct 1660 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/imgui/ |
H A D | imgui.h | 94 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out… 1801 struct ImDrawChannel struct 1852 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/lang/clover/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 93 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out… 1765 struct ImDrawChannel struct 1816 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/graphics/libosmesa/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 93 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out… 1765 struct ImDrawChannel struct 1816 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/graphics/milton/milton-1.9.1/third_party/imgui/ |
H A D | imgui.h | 90 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out… 1757 struct ImDrawChannel struct 1808 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 93 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out… 1765 struct ImDrawChannel struct 1816 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/graphics/mesa-libs/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 93 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out… 1765 struct ImDrawChannel struct 1816 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/ |
H A D | imgui.h | 63 struct ImDrawChannel; // Temporary storage for outputting drawing commands out of ord… 1619 struct ImDrawChannel struct 1669 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 93 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out… 1765 struct ImDrawChannel struct 1816 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 93 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out… 1765 struct ImDrawChannel struct 1816 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
|