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

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp1072 gint const nb1 = Geom::bezier_fit_cubic_r(b1, this->point1, this->npoints, local
1074 g_assert( nb1 * BEZIER_SIZE <= gint(G_N_ELEMENTS(b1)) );
1081 if ( nb1 != -1 && nb2 != -1 ) {
1084 g_print("nb1:%d nb2:%d\n", nb1, nb2);
1090 for (Geom::Point *bp1 = b1; bp1 < b1 + BEZIER_SIZE * nb1; bp1 += BEZIER_SIZE) {
1106 for (Geom::Point *bp1 = b1; bp1 < b1 + BEZIER_SIZE * nb1; bp1 += BEZIER_SIZE) {
H A Deraser-tool.cpp924 gint const nb1 = Geom::bezier_fit_cubic_r(b1, this->point1, this->npoints, tolerance_sq, BEZIER_MAX_BEZIERS); local
925 g_assert( nb1 * BEZIER_SIZE <= gint(G_N_ELEMENTS(b1)) );
931 if ( nb1 != -1 && nb2 != -1 ) {
934 g_print("nb1:%d nb2:%d\n", nb1, nb2);
942 for (Geom::Point *bp1 = b1; bp1 < b1 + BEZIER_SIZE * nb1; bp1 += BEZIER_SIZE) {
962 for (Geom::Point *bp1 = b1; bp1 < b1 + BEZIER_SIZE * nb1; bp1 += BEZIER_SIZE) {

Completed in 20 milliseconds