Searched refs:cp2 (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DPathSimplify.cpp294 Geom::Point cp2; local
296 cp2[Geom::X] = P[Geom::Y];
312 cp2[Geom::Y] = P[Geom::Y];
315 res.end = 3.0 * (end - cp2 );
438 Geom::Point cp1, cp2; local
451 cp2 = cp1;
463 cp2 = end - res.end / 3;
512 N23(data.tk[i]) * cp2[Geom::X] +
517 N23(data.tk[i]) * cp2[Geom::Y] +
526 N23(mtk) * cp2[Geo
751 Geom::Point cp2; local
[all...]
H A DPathCutting.cpp367 Geom::Point cp1=0.333333*(p_s+2*p_m),cp2=0.333333*(2*p_m+p_e); local
370 gdouble x2=cp2[0];
371 gdouble y2=cp2[1];
867 Path::cut_position *cp2=(Path::cut_position*)p2; local
868 if ( cp1->piece < cp2->piece ) return -1;
869 if ( cp1->piece > cp2->piece ) return 1;
870 if ( cp1->t < cp2->t ) return -1;
871 if ( cp1->t > cp2->t ) return 1;
876 double *cp2=(double*)p2; local
877 if ( *cp1 < *cp2 ) retur
[all...]

Completed in 19 milliseconds