Home
last modified time | relevance | path

Searched refs:DWG_TYPE_ELLIPSE (Results 1 – 24 of 24) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dellipse.c1 #define DWG_TYPE DWG_TYPE_ELLIPSE
H A Dadd_test.c322 case DWG_TYPE_ELLIPSE: in test_add()
1049 error += test_add (DWG_TYPE_ELLIPSE, "add_ellipse_2000", dxf); in main()
H A Ddynapi_test.c62054 else if (obj->fixedtype == DWG_TYPE_ELLIPSE) in test_object()
62662 else if (obj->fixedtype == DWG_TYPE_ELLIPSE) in test_object()
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/fileformats/
H A Duzeffdwg.pas296 DWG_TYPE_ELLIPSE := $23,
385 DWG_TYPE_ELLIPSE :result:='DWG_TYPE_ELLIPSE';
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dfree.c713 case DWG_TYPE_ELLIPSE: in dwg_free_object()
1003 case DWG_TYPE_ELLIPSE: in dwg_free_object_private()
H A Dprint.c495 case DWG_TYPE_ELLIPSE: in dwg_print_object()
H A Dobjects.in78 "ELLIPSE", "ELLIPSE", DWG_TYPE_ELLIPSE, 1, STABLE
H A Dout_geojson.c840 case DWG_TYPE_ELLIPSE: in dwg_geojson_object()
H A Dobjects.c820 …0)->stringpool_str57, "ELLIPSE", DWG_TYPE_ELLIPSE, 1, STABLE}, in in_word_set()
H A Dout_json.c1575 case DWG_TYPE_ELLIPSE: in dwg_json_object()
H A Dout_dxfb.c1644 case DWG_TYPE_ELLIPSE:
H A Ddecode.c4305 case DWG_TYPE_ELLIPSE: in obj_has_strings()
5702 case DWG_TYPE_ELLIPSE: in dwg_decode_add_object()
H A Dout_dxf.c2683 case DWG_TYPE_ELLIPSE:
H A Dencode.c3615 case DWG_TYPE_ELLIPSE: in dwg_encode_add_object()
H A Ddwg_api.c24767 type != DWG_TYPE_ELLIPSE && in dwg_add_HATCH()
24835 case DWG_TYPE_ELLIPSE: in dwg_add_HATCH()
H A Ddynapi.c12971 …{ "ELLIPSE", DWG_TYPE_ELLIPSE /*(35)*/, _dwg_ELLIPSE_fields, sizeof (struct _dwg_entity_ELLIPSE) }…
/dports/cad/libredwg/libredwg-0.12.4/test/xmlsuite/
H A Dtestsuite.c908 case DWG_TYPE_ELLIPSE: in load_dwg()
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwg2SVG.c706 case DWG_TYPE_ELLIPSE: in output_object()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgadd.c838 .type = DWG_TYPE_ELLIPSE}; in dwg_add_dat()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h344 DWG_TYPE_ELLIPSE = 0x23, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py240 DWG_TYPE_ELLIPSE = _LibreDWG.DWG_TYPE_ELLIPSE variable
H A Dswig_python.c387481 SWIG_Python_SetConstant(d, "DWG_TYPE_ELLIPSE",SWIG_From_int((int)(DWG_TYPE_ELLIPSE))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm30863 *DWG_TYPE_ELLIPSE = *LibreDWGc::DWG_TYPE_ELLIPSE;
H A DLibreDWG.c468349 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_ELLIPSE))); in XS()