Lines Matching refs:ImDrawList
96 struct ImDrawList; // A single draw command list (generally one per window, concep…
258 …IMGUI_API ImDrawList* GetWindowDrawList(); // get draw list associated to…
626 …IMGUI_API ImDrawList* GetOverlayDrawList(); // thi…
1728 typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd);
1797 struct ImDrawList struct
1819 …ImDrawList(const ImDrawListSharedData* shared_data) { _Data = shared_data; _OwnerName = NULL; Clea… in ImDrawList() argument
1820 ~ImDrawList() { ClearFreeMemory(); } in ~ImDrawList() argument
1870 …IMGUI_API ImDrawList* CloneOutput() const; // Create a clone of t… argument
1892 …ImDrawList** CmdLists; // Array of ImDrawList* to render. The ImDrawList are owne… argument
2118 …IMGUI_API void RenderChar(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, I…
2119 …IMGUI_API void RenderText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, c…