Home
last modified time | relevance | path

Searched defs:points_count (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp669 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, bool closed, … in AddPolyline()
857 void ImDrawList::AddConvexPolyFilled(const ImVec2* points, const int points_count, ImU32 col) in AddConvexPolyFilled()