Searched refs:fitting_tables (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | Path.h | 377 struct fitting_tables { struct in class:Path 387 bool AttemptSimplify (fitting_tables &data,double treshhold, PathDescrCubicTo & res,int &worstP); 388 bool ExtendFit(int off, int N, fitting_tables &data,double treshhold, PathDescrCubicTo & res,int &worstP);
|
H A D | PathSimplify.cpp | 160 fitting_tables data; 321 bool Path::ExtendFit(int off, int N, fitting_tables &data, double treshhold, PathDescrCubicTo &res, int &worstP) 434 bool Path::AttemptSimplify (fitting_tables &data,double treshhold, PathDescrCubicTo & res,int &worstP)
|
Completed in 19 milliseconds