Home
last modified time | relevance | path

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

/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Do_circle_basic.c235 int circle_end; in o_circle_read() local
251 circle_end = END_NONE; in o_circle_read()
272 &circle_width, &circle_end, &circle_type, in o_circle_read()
303 circle_end, circle_type, circle_width, in o_circle_read()
333 OBJECT_END circle_end; in o_circle_save() local
344 circle_end = object->line_end; in o_circle_save()
359 circle_width, circle_end, circle_type, circle_length, in o_circle_save()
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dcircle_object.c309 int circle_end; in o_circle_read() local
325 circle_end = END_NONE; in o_circle_read()
346 &circle_width, &circle_end, &circle_type, in o_circle_read()
379 (LeptonStrokeCapType) circle_end, in o_circle_read()
/dports/graphics/box/box-0.4.0/libs/g/
H A D_circle.bxh7 (])@Window.Circle "circle_end" ?
H A Di_circle.c143 BoxTask circle_end(BoxVMX *vmp) { in circle_end() function