Searched refs:y234 (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_curves.cpp | 60 float y234 = (y23 + y34) / 2; in recursive_bezier() local 62 float y1234 = (y123 + y234) / 2; in recursive_bezier() 100 recursive_bezier(x1234, y1234, x234, y234, x34, y34, x4, y4, level + 1); in recursive_bezier()
|
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 989 float x234 = (x23+x34)*0.5f, y234 = (y23+y34)*0.5f; in PathBezierToCasteljau() local 990 float x1234 = (x123+x234)*0.5f, y1234 = (y123+y234)*0.5f; in PathBezierToCasteljau() 993 … PathBezierToCasteljau(path, x1234,y1234, x234,y234, x34,y34, x4,y4, tess_tol, level+1); in PathBezierToCasteljau()
|