Home
last modified time | relevance | path

Searched refs:pathdata_size (Results 1 – 10 of 10) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsweptsurface.c20 BITCODE_BL pathdata_size; in api_process() local
128 CHK_ENTITY_TYPE (_obj, SWEPTSURFACE, pathdata_size, BL); in api_process()
H A Ddynapi_test.c21563 BITCODE_BL pathdata_size; in test_SWEPTSURFACE() local
21564 … if (dwg_dynapi_entity_value (sweptsurface, "SWEPTSURFACE", "pathdata_size", &pathdata_size, NULL) in test_SWEPTSURFACE()
21565 && pathdata_size == sweptsurface->pathdata_size) in test_SWEPTSURFACE()
21568 fail ("SWEPTSURFACE.pathdata_size [BL] %u != %u", sweptsurface->pathdata_size, pathdata_size); in test_SWEPTSURFACE()
21569 pathdata_size++; in test_SWEPTSURFACE()
21570 … if (dwg_dynapi_entity_set_value (sweptsurface, "SWEPTSURFACE", "pathdata_size", &pathdata_size, 0) in test_SWEPTSURFACE()
21571 && pathdata_size == sweptsurface->pathdata_size) in test_SWEPTSURFACE()
21574 …ail ("SWEPTSURFACE.pathdata_size [BL] set+1 %u != %u", sweptsurface->pathdata_size, pathdata_size); in test_SWEPTSURFACE()
21575 sweptsurface->pathdata_size--; in test_SWEPTSURFACE()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec9305 FIELD_BL (pathdata_size, 90);
9307 VALUEOUTOFBOUNDS (pathdata_size, 5000)
9308 FIELD_BINARY (pathdata, FIELD_VALUE (pathdata_size), 310);
H A Ddynapi.c3455 … "pathdata_size", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_entity_SWEPTSURFACE, pathdata_size),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4821 BITCODE_BL pathdata_size; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13740 'pathdata_size'
H A Ddynapi.texi3938 @item pathdata_size
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5454pathdata_size = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_pathdata_size_get, _LibreDWG.Dwg_Entity… variable in Dwg_Entity_SWEPTSURFACE
H A Dswig_python.c165761 if (arg1) (arg1)->pathdata_size = arg2; in _wrap_Dwg_Entity_SWEPTSURFACE_pathdata_size_set()
165784 result = (BITCODE_BL) ((arg1)->pathdata_size); in _wrap_Dwg_Entity_SWEPTSURFACE_pathdata_size_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c202029 if (arg1) (arg1)->pathdata_size = arg2; in XS()
202059 result = (BITCODE_BL) ((arg1)->pathdata_size); in XS()