Lines Matching refs:point_at1
669 Geom::Point point_at1 = b[4 * c + 0] + (1./3) * (b[4 * c + 3] - b[4 * c + 0]);
670 point_at1 = Geom::Point(point_at1[X] + HANDLE_CUBIC_GAP, point_at1[Y] + HANDLE_CUBIC_GAP);
673 this->green_curve->curveto(point_at1,point_at2,b[4*c+3]);
821 Geom::Point point_at1 = b[0] + (1./3)*(b[3] - b[0]);
822 point_at1 = Geom::Point(point_at1[X] + HANDLE_CUBIC_GAP, point_at1[Y] + HANDLE_CUBIC_GAP);
825 this->red_curve->curveto(point_at1,point_at2,b[3]);