Home
last modified time | relevance | path

Searched refs:PathBezierCurveTo (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp997 void ImDrawList::PathBezierCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_se… in PathBezierCurveTo() function in ImDrawList
1172 PathBezierCurveTo(cp0, cp1, pos1, num_segments); in AddBezierCurve()
Dimgui.h1857 …IMGUI_API void PathBezierCurveTo(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, int num_se…