Home
last modified time | relevance | path

Searched refs:morehandles (Results 1 – 12 of 12) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddimstyle_control.c11 BITCODE_H* morehandles; in api_process() local
27 if (!dwg_dynapi_entity_value (ctrl, "DIMSTYLE_CONTROL", "morehandles", &morehandles, NULL)) in api_process()
31 ok ("DIMSTYLE_CONTROL.morehandles[%d]: " FORMAT_REF, i, ARGS_REF (morehandles[i])); in api_process()
H A Ddynapi_test.c46248 BITCODE_H* morehandles; in test_DIMSTYLE_CONTROL() local
46251 …& dwg_dynapi_entity_value (dimstyle_control, "DIMSTYLE_CONTROL", "morehandles", &morehandles, NULL) in test_DIMSTYLE_CONTROL()
46252 && morehandles == dimstyle_control->morehandles) in test_DIMSTYLE_CONTROL()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Din_dxf.c6338 assert (o->morehandles); in new_table_control()
6341 o->morehandles[j] in new_table_control()
6344 ctrlname, j, ARGS_REF (o->morehandles[j])); in new_table_control()
H A Ddwg.spec3637 HANDLE_VECTOR (morehandles, num_morehandles, 5, 340);
H A Ddynapi.c7734 … "morehandles", "H*", sizeof (BITCODE_H*), OFF (struct _dwg_object_DIMSTYLE_CONTROL, morehandles),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2521 BITCODE_H* morehandles; /* DXF 340 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-17916 'morehandles'
H A Ddynapi.texi9209 @item morehandles
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog6371 indxf: fix DIMSTYLE.morehandles type
9539 indxf: protect DIMSTYLE_CONTROL.morehandles[j]
20211 morehandles
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py2773morehandles = property(_LibreDWG.Dwg_Object_DIMSTYLE_CONTROL_morehandles_get, _LibreDWG.Dwg_Object… variable in Dwg_Object_DIMSTYLE_CONTROL
H A Dswig_python.c81420 if (arg1) (arg1)->morehandles = arg2; in _wrap_Dwg_Object_DIMSTYLE_CONTROL_morehandles_set()
81443 result = (BITCODE_H *) ((arg1)->morehandles); in _wrap_Dwg_Object_DIMSTYLE_CONTROL_morehandles_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c98245 if (arg1) (arg1)->morehandles = arg2; in XS()
98275 result = (BITCODE_H *) ((arg1)->morehandles); in XS()