Searched refs:ImDrawChannel (Results 1 – 2 of 2) sorted by relevance
93 struct ImDrawChannel; // Temporary storage for ImDrawList ot output draw commands out…1765 struct ImDrawChannel struct1816 …ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resiz…
534 memset(&_Channels[0], 0, sizeof(ImDrawChannel)); in ChannelsSplit()539 IM_PLACEMENT_NEW(&_Channels[i]) ImDrawChannel(); in ChannelsSplit()569 ImDrawChannel& ch = _Channels[i]; in ChannelsMerge()582 ImDrawChannel& ch = _Channels[i]; in ChannelsMerge()