Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dspline.c1 #define DWG_TYPE DWG_TYPE_SPLINE
H A Dadd_test.c212 case DWG_TYPE_SPLINE: in test_add()
1029 error += test_add (DWG_TYPE_SPLINE, "add_spline_2000", dxf); in main()
H A Ddynapi_test.c62148 else if (obj->fixedtype == DWG_TYPE_SPLINE) in test_object()
62756 else if (obj->fixedtype == DWG_TYPE_SPLINE) in test_object()
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/fileformats/
H A Duzeffdwg.pas297 DWG_TYPE_SPLINE := $24,
386 DWG_TYPE_SPLINE :result:='DWG_TYPE_SPLINE';
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dfree.c716 case DWG_TYPE_SPLINE: in dwg_free_object()
1006 case DWG_TYPE_SPLINE: in dwg_free_object_private()
H A Dprint.c497 case DWG_TYPE_SPLINE: in dwg_print_object()
H A Dobjects.in125 "SPLINE", "SPLINE", DWG_TYPE_SPLINE, 1, STABLE
H A Dout_geojson.c844 case DWG_TYPE_SPLINE: in dwg_geojson_object()
H A Dobjects.c795 …0)->stringpool_str21, "SPLINE", DWG_TYPE_SPLINE, 1, STABLE}, in in_word_set()
H A Dout_json.c1577 case DWG_TYPE_SPLINE: in dwg_json_object()
H A Dout_dxfb.c1646 case DWG_TYPE_SPLINE:
H A Ddecode.c4306 case DWG_TYPE_SPLINE: in obj_has_strings()
5705 case DWG_TYPE_SPLINE: in dwg_decode_add_object()
H A Dout_dxf.c2685 case DWG_TYPE_SPLINE:
H A Dencode.c3618 case DWG_TYPE_SPLINE: in dwg_encode_add_object()
H A Ddynapi.c13086 …{ "SPLINE", DWG_TYPE_SPLINE /*(36)*/, _dwg_SPLINE_fields, sizeof (struct _dwg_entity_SPLINE) }, /*…
13236 …{ "SPLINE_control_point", (int)DWG_TYPE_SPLINE, NULL, _dwg_SPLINE_control_point_fields, sizeof (Dw…
H A Ddwg_api.c24770 type != DWG_TYPE_SPLINE && in dwg_add_HATCH()
24853 case DWG_TYPE_SPLINE: in dwg_add_HATCH()
H A Din_dxf.c10275 else if (obj->fixedtype == DWG_TYPE_SPLINE) in new_object()
/dports/cad/libredwg/libredwg-0.12.4/test/xmlsuite/
H A Dtestsuite.c928 case DWG_TYPE_SPLINE: in load_dwg()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgadd.c847 .type = DWG_TYPE_SPLINE}; in dwg_add_dat()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h345 DWG_TYPE_SPLINE = 0x24, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py241 DWG_TYPE_SPLINE = _LibreDWG.DWG_TYPE_SPLINE variable
H A Dswig_python.c387482 SWIG_Python_SetConstant(d, "DWG_TYPE_SPLINE",SWIG_From_int((int)(DWG_TYPE_SPLINE))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm30864 *DWG_TYPE_SPLINE = *LibreDWGc::DWG_TYPE_SPLINE;
H A DLibreDWG.c468354 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_SPLINE))); in XS()