Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsortentstable.c9 BITCODE_H *sort_ents; in api_process() local
19 if (!dwg_dynapi_entity_value (_obj, "SORTENTSTABLE", "sort_ents", &sort_ents, NULL)) in api_process()
33 if (sort_ents[i]) in api_process()
34 ok ("SORTENTSTABLE.sort_ents[%d]: " FORMAT_REF, i, ARGS_REF (sort_ents[i])); in api_process()
H A Ddynapi_test.c56215 BITCODE_H* sort_ents; in test_SORTENTSTABLE() local
56218 && dwg_dynapi_entity_value (sortentstable, "SORTENTSTABLE", "sort_ents", &sort_ents, NULL) in test_SORTENTSTABLE()
56219 && sort_ents == sortentstable->sort_ents) in test_SORTENTSTABLE()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dgen-dynapi.pl1520 sort_ents => 'num_ents',
H A Ddwg.spec5416 HANDLE_VECTOR (sort_ents, num_ents, 0, 0);
5427 FIELD_HANDLE (sort_ents[vcount], 0, 5);
H A Ddynapi.c9406 { "sort_ents", "H*", sizeof (BITCODE_H*), OFF (struct _dwg_object_SORTENTSTABLE, sort_ents),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4233 BITCODE_H* sort_ents; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-19529 'sort_ents'
H A Ddynapi.texi11366 @item sort_ents
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog10316 num_ents field. Which does not free the sort_ents then anymore.
12106 SORTENTSTABLE.sort_handles => sort_ents
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4770sort_ents = property(_LibreDWG.Dwg_Object_SORTENTSTABLE_sort_ents_get, _LibreDWG.Dwg_Object_SORTEN… variable in Dwg_Object_SORTENTSTABLE
H A Dswig_python.c140559 if (arg1) (arg1)->sort_ents = arg2; in _wrap_Dwg_Object_SORTENTSTABLE_sort_ents_set()
140582 result = (BITCODE_H *) ((arg1)->sort_ents); in _wrap_Dwg_Object_SORTENTSTABLE_sort_ents_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c170843 if (arg1) (arg1)->sort_ents = arg2; in XS()
170873 result = (BITCODE_H *) ((arg1)->sort_ents); in XS()