Searched defs:points_count (Results 1 – 3 of 3) sorted by relevance
| /third_party/mesa3d/src/imgui/ |
| D | imgui_draw.cpp | 669 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()
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui_draw.cpp | 667 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, bool closed, … in AddPolyline() 855 void ImDrawList::AddConvexPolyFilled(const ImVec2* points, const int points_count, ImU32 col) in AddConvexPolyFilled()
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui_draw.cpp | 716 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, ImDrawFlags f… in AddPolyline() 972 void ImDrawList::AddConvexPolyFilled(const ImVec2* points, const int points_count, ImU32 col) in AddConvexPolyFilled()
|