Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dmleaderstyle.c51 BITCODE_BS attach_bottom; in api_process() local
99 CHK_ENTITY_TYPE (_obj, MLEADERSTYLE, attach_bottom, BS); in api_process()
H A Dmultileader.c47 BITCODE_BS attach_bottom; in api_process() local
271 CHK_ENTITY_TYPE (mleader, MULTILEADER, attach_bottom, BS); in api_process()
H A Ddynapi_test.c16170 BITCODE_BS attach_bottom; in test_MULTILEADER() local
16172 && attach_bottom == multileader->attach_bottom) in test_MULTILEADER()
16175 fail ("MULTILEADER.attach_bottom [BS] %hu != %hu", multileader->attach_bottom, attach_bottom); in test_MULTILEADER()
16176 attach_bottom++; in test_MULTILEADER()
16178 && attach_bottom == multileader->attach_bottom) in test_MULTILEADER()
16182 multileader->attach_bottom--; in test_MULTILEADER()
51352 BITCODE_BS attach_bottom; in test_MLEADERSTYLE() local
51354 && attach_bottom == mleaderstyle->attach_bottom) in test_MLEADERSTYLE()
51358 attach_bottom++; in test_MLEADERSTYLE()
51360 && attach_bottom == mleaderstyle->attach_bottom) in test_MLEADERSTYLE()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_MULTILEADER.inc131 { 272, "9", NULL, 0, BITS_UNKNOWN, "attach_bottom", 4, {-1,-1,-1,-1,-1} },
261 { 272, "9", NULL, 0, BITS_UNKNOWN, "attach_bottom", 4, {-1,-1,-1,-1,-1} },
761 { 272, "9", NULL, 0, BITS_UNKNOWN, "attach_bottom", 4, {-1,-1,-1,-1,-1} },
887 { 272, "9", NULL, 0, BITS_UNKNOWN, "attach_bottom", 4, {-1,-1,-1,-1,-1} },
1012 { 272, "9", NULL, 0, BITS_UNKNOWN, "attach_bottom", 4, {-1,-1,-1,-1,-1} },
1494 { 272, "9", NULL, 0, BITS_UNKNOWN, "attach_bottom", 4, {-1,-1,-1,-1,-1} },
1618 { 272, "9", NULL, 0, BITS_UNKNOWN, "attach_bottom", 4, {-1,-1,-1,-1,-1} },
1744 { 272, "9", NULL, 0, BITS_UNKNOWN, "attach_bottom", 4, {-1,-1,-1,-1,-1} },
2274 { 272, "9", NULL, 0, BITS_UNKNOWN, "attach_bottom", 4, {-1,-1,-1,-1,-1} },
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3185 BITCODE_BS attach_bottom; /*!< r2010+ */ member
3241 BITCODE_BS attach_bottom; /*!< r2010+ */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec6691 FIELD_BS (attach_bottom, 272);
6770 FIELD_BS (attach_bottom, 272);
H A Ddynapi.c2617 …{ "attach_bottom", "BS", sizeof (BITCODE_BS), OFF (struct _dwg_entity_MULTILEADER, attach_bottom),
8672 … "attach_bottom", "BS", sizeof (BITCODE_BS), OFF (struct _dwg_object_MLEADERSTYLE, attach_bottom),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-12919 'attach_bottom'
8828 'attach_bottom'
H A Ddynapi.texi2909 @item attach_bottom
10401 @item attach_bottom
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py3560attach_bottom = property(_LibreDWG.Dwg_Entity_MULTILEADER_attach_bottom_get, _LibreDWG.Dwg_Entity_… variable in Dwg_Entity_MULTILEADER
3616attach_bottom = property(_LibreDWG.Dwg_Object_MLEADERSTYLE_attach_bottom_get, _LibreDWG.Dwg_Object… variable in Dwg_Object_MLEADERSTYLE
H A Dswig_python.c105148 if (arg1) (arg1)->attach_bottom = arg2; in _wrap_Dwg_Entity_MULTILEADER_attach_bottom_set()
105171 result = (BITCODE_BS) ((arg1)->attach_bottom); in _wrap_Dwg_Entity_MULTILEADER_attach_bottom_get()
107552 if (arg1) (arg1)->attach_bottom = arg2; in _wrap_Dwg_Object_MLEADERSTYLE_attach_bottom_set()
107575 result = (BITCODE_BS) ((arg1)->attach_bottom); in _wrap_Dwg_Object_MLEADERSTYLE_attach_bottom_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c127416 if (arg1) (arg1)->attach_bottom = arg2; in XS()
127446 result = (BITCODE_BS) ((arg1)->attach_bottom); in XS()
130400 if (arg1) (arg1)->attach_bottom = arg2; in XS()
130430 result = (BITCODE_BS) ((arg1)->attach_bottom); in XS()