Lines Matching defs:b2
927 Geom::Point b2[BEZIER_MAX_LENGTH];
928 gint const nb2 = Geom::bezier_fit_cubic_r(b2, this->point2, this->npoints, tolerance_sq, BEZIER_MAX_BEZIERS);
929 g_assert( nb2 * BEZIER_SIZE <= gint(G_N_ELEMENTS(b2)) );
946 this->currentcurve->lineto(b2[BEZIER_SIZE*(nb2-1) + 3]);
948 for (Geom::Point *bp2 = b2 + BEZIER_SIZE * ( nb2 - 1 ); bp2 >= b2; bp2 -= BEZIER_SIZE) {
954 add_cap(this->currentcurve, b2[1], b2[0], b1[0], b1[1], this->cap_rounding);
966 for (Geom::Point *bp2 = b2; bp2 < b2 + BEZIER_SIZE * nb2; bp2 += BEZIER_SIZE) {