Searched defs:centre (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 938 void ImDrawList::PathArcToFast(const ImVec2& centre, float radius, int a_min_of_12, int a_max_of_12) in PathArcToFast() argument 953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) in PathArcTo() argument 1144 void ImDrawList::AddCircle(const ImVec2& centre, float radius, ImU32 col, int num_segments, float thickness) in AddCircle() argument 1155 AddCircleFilled(const ImVec2& centre, float radius, ImU32 col, int num_segments) AddCircleFilled() argument [all...] |
Completed in 7 milliseconds