Home
last modified time | relevance | path

Searched refs:o_circle_new (Results 1 – 4 of 4) sorted by relevance

/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Do_circle_basic.c77 OBJECT *o_circle_new(TOPLEVEL *toplevel, in o_circle_new() function
121 new_obj = o_circle_new (toplevel, OBJ_CIRCLE, o_current->color, 0, 0, 0); in o_circle_copy()
301 new_obj = o_circle_new(toplevel, type, color, x1, y1, radius); in o_circle_read()
H A Dscheme_object.c1070 OBJECT *obj = o_circle_new (edascm_c_current_toplevel (),
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Do_circle.c425 new_obj = o_circle_new (toplevel, OBJ_CIRCLE, GRAPHIC_COLOR, in o_circle_end()
/dports/cad/geda/geda-gaf-1.8.2/libgeda/include/libgeda/
H A Dprototype.h140 OBJECT *o_circle_new(TOPLEVEL *toplevel, char type, int color, int x, int y, int radius);