Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp971 …1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level) in PathBezierToCasteljau() argument
979 if ((d2+d3) * (d2+d3) < tess_tol * (dx*dx + dy*dy)) in PathBezierToCasteljau()
992 … PathBezierToCasteljau(path, x1,y1, x12,y12, x123,y123, x1234,y1234, tess_tol, level+1); in PathBezierToCasteljau()
993 … PathBezierToCasteljau(path, x1234,y1234, x234,y234, x34,y34, x4,y4, tess_tol, level+1); in PathBezierToCasteljau()