Lines Matching refs:cp1
367 Geom::Point cp1=0.333333*(p_s+2*p_m),cp2=0.333333*(2*p_m+p_e);
368 gdouble x1=cp1[0];
369 gdouble y1=cp1[1];
866 Path::cut_position *cp1=(Path::cut_position*)p1;
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;
875 double *cp1=(double*)p1;
877 if ( *cp1 < *cp2 ) return -1;
878 if ( *cp1 > *cp2 ) return 1;