Lines Matching defs:b1
923 Geom::Point b1[BEZIER_MAX_LENGTH];
924 gint const nb1 = Geom::bezier_fit_cubic_r(b1, this->point1, this->npoints, tolerance_sq, BEZIER_MAX_BEZIERS);
925 g_assert( nb1 * BEZIER_SIZE <= gint(G_N_ELEMENTS(b1)) );
940 this->currentcurve->moveto(b1[0]);
942 for (Geom::Point *bp1 = b1; bp1 < b1 + BEZIER_SIZE * nb1; bp1 += BEZIER_SIZE) {
954 add_cap(this->currentcurve, b2[1], b2[0], b1[0], b1[1], this->cap_rounding);
962 for (Geom::Point *bp1 = b1; bp1 < b1 + BEZIER_SIZE * nb1; bp1 += BEZIER_SIZE) {