Home
last modified time | relevance | path

Searched refs:ImDrawChannel (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h93 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…
Dimgui_draw.cpp534 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()