Searched refs:AddTriangle (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui.h | 1836 …IMGUI_API void AddTriangle(const ImVec2& a, const ImVec2& b, const ImVec2& c, ImU32 col, float th…
|
D | imgui_draw.cpp | 1122 void ImDrawList::AddTriangle(const ImVec2& a, const ImVec2& b, const ImVec2& c, ImU32 col, float th… in AddTriangle() function in ImDrawList
|
D | imgui_widgets.cpp | 4357 draw_list->AddTriangle(tra, trb, trc, IM_COL32(128,128,128,255), 1.5f); in ColorPicker4()
|