| H A D | imgui_draw.cpp | 990 float x1234 = (x123+x234)*0.5f, y1234 = (y123+y234)*0.5f; local in function:PathBezierToCasteljau 992 PathBezierToCasteljau(path, x1,y1, x12,y12, x123,y123, x1234,y1234, tess_tol, level+1); 993 PathBezierToCasteljau(path, x1234,y1234, x234,y234, x34,y34, x4,y4, tess_tol, level+1);
|