if (p1->x < 0)
p1->x = -p1->x;
- scf_loge("c0: %ld, p0->x: %d, p1->x: %d\n", c0->id, p0->x, p1->x);
}
}
next:
f->w -= mx - d * 2;
f->h += d;
- scf_loge("f->x: %d, y: %d, w: %d, h: %d, mx: %d\n", f->x, f->y, f->w, f->h, mx);
+ scf_loge("f->x: %d, y: %d, w: %d, h: %d\n", f->x, f->y, f->w, f->h);
return 0;
}
for (j = 0; j < f->n_components; j++) {
c = f->components[j];
-
- scf_logw("j: %ld, c->id: %ld, n_pins: %ld, ", j, c->id, c->n_pins);
uint8_t text[64];
snprintf(text, sizeof(text) - 1, "%ld", c->id);
break;
};
cairo_stroke(cr);
-
- printf("\n");
}
}