Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dmleaderstyle.c43 BITCODE_B use_block_rotation; in api_process() local
91 CHK_ENTITY_TYPE (_obj, MLEADERSTYLE, use_block_rotation, B); in api_process()
H A Ddynapi_test.c51885 BITCODE_B use_block_rotation; in test_MLEADERSTYLE() local
51886 …dynapi_entity_value (mleaderstyle, "MLEADERSTYLE", "use_block_rotation", &use_block_rotation, NULL) in test_MLEADERSTYLE()
51887 && use_block_rotation == mleaderstyle->use_block_rotation) in test_MLEADERSTYLE()
51890 …_rotation [B] " FORMAT_B " != " FORMAT_B "", mleaderstyle->use_block_rotation, use_block_rotation); in test_MLEADERSTYLE()
51891 use_block_rotation++; in test_MLEADERSTYLE()
51892 …ynapi_entity_set_value (mleaderstyle, "MLEADERSTYLE", "use_block_rotation", &use_block_rotation, 0) in test_MLEADERSTYLE()
51893 && use_block_rotation == mleaderstyle->use_block_rotation) in test_MLEADERSTYLE()
51896 …ion [B] set+1 " FORMAT_B " != " FORMAT_B "", mleaderstyle->use_block_rotation, use_block_rotation); in test_MLEADERSTYLE()
51897 mleaderstyle->use_block_rotation--; in test_MLEADERSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3232 BITCODE_B use_block_rotation; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec6759 FIELD_B (use_block_rotation, 294);
H A Ddynapi.c8656 …ock_rotation", "B", sizeof (BITCODE_B), OFF (struct _dwg_object_MLEADERSTYLE, use_block_rotation),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-18812 'use_block_rotation'
H A Ddynapi.texi10385 @item use_block_rotation
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py3608use_block_rotation = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_use_block_rotation_get, _LibreDWG.… variable in Dwg_Object_MLEADERSTYLE
H A Dswig_python.c107136 if (arg1) (arg1)->use_block_rotation = arg2; in _wrap_Dwg_Object_MLEADERSTYLE_use_block_rotation_set()
107159 result = (BITCODE_B) ((arg1)->use_block_rotation); in _wrap_Dwg_Object_MLEADERSTYLE_use_block_rotation_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c129880 if (arg1) (arg1)->use_block_rotation = arg2; in XS()
129910 result = (BITCODE_B) ((arg1)->use_block_rotation); in XS()