Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dview.c38 BITCODE_B associated_ucs; in api_process() local
82 CHK_ENTITY_TYPE (_obj, VIEW, associated_ucs, B); in api_process()
H A Ddynapi_test.c58421 BITCODE_B associated_ucs; in test_VIEW() local
58422 if (dwg_dynapi_entity_value (view, "VIEW", "associated_ucs", &associated_ucs, NULL) in test_VIEW()
58423 && associated_ucs == view->associated_ucs) in test_VIEW()
58426 …ail ("VIEW.associated_ucs [B] " FORMAT_B " != " FORMAT_B "", view->associated_ucs, associated_ucs); in test_VIEW()
58427 associated_ucs++; in test_VIEW()
58428 if (dwg_dynapi_entity_set_value (view, "VIEW", "associated_ucs", &associated_ucs, 0) in test_VIEW()
58429 && associated_ucs == view->associated_ucs) in test_VIEW()
58432 …VIEW.associated_ucs [B] set+1 " FORMAT_B " != " FORMAT_B "", view->associated_ucs, associated_ucs); in test_VIEW()
58433 view->associated_ucs--; in test_VIEW()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec3329 FIELD_B (associated_ucs, 72);
3330 if (FIELD_VALUE (associated_ucs)) {
H A Ddynapi.c9828 { "associated_ucs", "B", sizeof (BITCODE_B), OFF (struct _dwg_object_VIEW, associated_ucs),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2383 BITCODE_B associated_ucs; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-19945 'associated_ucs'
H A Ddynapi.texi11920 @item associated_ucs
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py2577associated_ucs = property(_LibreDWG.Dwg_Object_VIEW_associated_ucs_get, _LibreDWG.Dwg_Object_VIEW_… variable in Dwg_Object_VIEW
H A Dswig_python.c75409 if (arg1) (arg1)->associated_ucs = arg2; in _wrap_Dwg_Object_VIEW_associated_ucs_set()
75432 result = (BITCODE_B) ((arg1)->associated_ucs); in _wrap_Dwg_Object_VIEW_associated_ucs_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c90844 if (arg1) (arg1)->associated_ucs = arg2; in XS()
90874 result = (BITCODE_B) ((arg1)->associated_ucs); in XS()