Searched defs:AddBezierCurve (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 1166 void ImDrawList::AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments) in AddBezierCurve() function in ImDrawList
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 2498 inline void AddBezierCurve(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness, int num_segments = 0) { AddBezierCubic(p1, p2, p3, p4, col, thickness, num_segments); } in AddBezierCurve() function
|
Completed in 30 milliseconds