Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dextrudedsurface.c42 BITCODE_H path_entity; in api_process() local
131 CHK_ENTITY_H (_obj, EXTRUDEDSURFACE, path_entity); in api_process()
H A Ddynapi_test.c10688 BITCODE_H path_entity; in test_EXTRUDEDSURFACE() local
10689 …if (dwg_dynapi_entity_value (extrudedsurface, "EXTRUDEDSURFACE", "path_entity", &path_entity, NULL) in test_EXTRUDEDSURFACE()
10690 && !memcmp (&path_entity, &extrudedsurface->path_entity, sizeof (BITCODE_H))) in test_EXTRUDEDSURFACE()
21494 BITCODE_H path_entity; in test_SWEPTSURFACE() local
21495 if (dwg_dynapi_entity_value (sweptsurface, "SWEPTSURFACE", "path_entity", &path_entity, NULL) in test_SWEPTSURFACE()
21496 && !memcmp (&path_entity, &sweptsurface->path_entity, sizeof (BITCODE_H))) in test_SWEPTSURFACE()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec9202 //FIELD_HANDLE (path_entity, 5, 0);
9438 // path_entity
9485 // path_entity
H A Ddynapi.c1711 { "path_entity", "H", sizeof (BITCODE_H), OFF (struct _dwg_entity_EXTRUDEDSURFACE, path_entity),
3495 { "path_entity", "H", sizeof (BITCODE_H), OFF (struct _dwg_entity_SWEPTSURFACE, path_entity),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-12032 'path_entity'
3780 'path_entity'
H A Ddynapi.texi1870 @item path_entity
3978 @item path_entity
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4782 BITCODE_H path_entity
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5400path_entity = property(_LibreDWG.Dwg_Entity_EXTRUDEDSURFACE_path_entity_get, _LibreDWG.Dwg_Entity_… variable in Dwg_Entity_EXTRUDEDSURFACE
5474path_entity = property(_LibreDWG.Dwg_Entity_SWEPTSURFACE_path_entity_get, _LibreDWG.Dwg_Entity_SWE… variable in Dwg_Entity_SWEPTSURFACE
H A Dswig_python.c163465 if (arg1) (arg1)->path_entity = arg2; in _wrap_Dwg_Entity_EXTRUDEDSURFACE_path_entity_set()
163488 result = (BITCODE_H) ((arg1)->path_entity); in _wrap_Dwg_Entity_EXTRUDEDSURFACE_path_entity_get()
166801 if (arg1) (arg1)->path_entity = arg2; in _wrap_Dwg_Entity_SWEPTSURFACE_path_entity_set()
166824 result = (BITCODE_H) ((arg1)->path_entity); in _wrap_Dwg_Entity_SWEPTSURFACE_path_entity_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c199175 if (arg1) (arg1)->path_entity = arg2; in XS()
199205 result = (BITCODE_H) ((arg1)->path_entity); in XS()
203329 if (arg1) (arg1)->path_entity = arg2; in XS()
203359 result = (BITCODE_H) ((arg1)->path_entity); in XS()