Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dmleaderstyle.c36 BITCODE_B text_always_left; in api_process() local
84 CHK_ENTITY_TYPE (_obj, MLEADERSTYLE, text_always_left, B); in api_process()
H A Ddynapi_test.c51784 BITCODE_B text_always_left; in test_MLEADERSTYLE() local
51785 …dwg_dynapi_entity_value (mleaderstyle, "MLEADERSTYLE", "text_always_left", &text_always_left, NULL) in test_MLEADERSTYLE()
51786 && text_always_left == mleaderstyle->text_always_left) in test_MLEADERSTYLE()
51789 …t_always_left [B] " FORMAT_B " != " FORMAT_B "", mleaderstyle->text_always_left, text_always_left); in test_MLEADERSTYLE()
51790 text_always_left++; in test_MLEADERSTYLE()
51791 …wg_dynapi_entity_set_value (mleaderstyle, "MLEADERSTYLE", "text_always_left", &text_always_left, 0) in test_MLEADERSTYLE()
51792 && text_always_left == mleaderstyle->text_always_left) in test_MLEADERSTYLE()
51795 …ys_left [B] set+1 " FORMAT_B " != " FORMAT_B "", mleaderstyle->text_always_left, text_always_left); in test_MLEADERSTYLE()
51796 mleaderstyle->text_always_left--; in test_MLEADERSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3225 BITCODE_B text_always_left; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec6745 FIELD_B (text_always_left, 297); // in DXF always
H A Din_dxf.c10349 o->text_always_left = pair->value.i; in new_object()
H A Ddynapi.c8642 …xt_always_left", "B", sizeof (BITCODE_B), OFF (struct _dwg_object_MLEADERSTYLE, text_always_left),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-18798 'text_always_left'
H A Ddynapi.texi10371 @item text_always_left
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py3601text_always_left = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_text_always_left_get, _LibreDWG.Dwg_… variable in Dwg_Object_MLEADERSTYLE
H A Dswig_python.c106772 if (arg1) (arg1)->text_always_left = arg2; in _wrap_Dwg_Object_MLEADERSTYLE_text_always_left_set()
106795 result = (BITCODE_B) ((arg1)->text_always_left); in _wrap_Dwg_Object_MLEADERSTYLE_text_always_left_get()
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog20489 Fixes the text_always_left bit offset.
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c129425 if (arg1) (arg1)->text_always_left = arg2; in XS()
129455 result = (BITCODE_B) ((arg1)->text_always_left); in XS()