Home
last modified time | relevance | path

Searched refs:arrowhead_type (Results 1 – 11 of 11) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dleader.c19 BITCODE_BS arrowhead_type; in api_process() local
52 CHK_ENTITY_TYPE_W_OLD (leader, LEADER, arrowhead_type, BS); in api_process()
H A Ddynapi_test.c12778 BITCODE_BS arrowhead_type; in test_LEADER() local
12779 if (dwg_dynapi_entity_value (leader, "LEADER", "arrowhead_type", &arrowhead_type, NULL) in test_LEADER()
12780 && arrowhead_type == leader->arrowhead_type) in test_LEADER()
12783 fail ("LEADER.arrowhead_type [BS] %hu != %hu", leader->arrowhead_type, arrowhead_type); in test_LEADER()
12784 arrowhead_type++; in test_LEADER()
12785 if (dwg_dynapi_entity_set_value (leader, "LEADER", "arrowhead_type", &arrowhead_type, 0) in test_LEADER()
12786 && arrowhead_type == leader->arrowhead_type) in test_LEADER()
12789 fail ("LEADER.arrowhead_type [BS] set+1 %hu != %hu", leader->arrowhead_type, arrowhead_type); in test_LEADER()
12790 leader->arrowhead_type--; in test_LEADER()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c11109 leader->arrowhead_type = type; in dwg_ent_leader_set_arrowhead_type()
11128 return leader->arrowhead_type; in dwg_ent_leader_get_arrowhead_type()
24249 _obj->arrowhead_type = 8; in dwg_add_LEADER()
H A Ddwg.spec2715 FIELD_BS (arrowhead_type, 0);
H A Ddynapi.c2035 { "arrowhead_type", "BS", sizeof (BITCODE_BS), OFF (struct _dwg_entity_LEADER, arrowhead_type),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2098 BITCODE_BS arrowhead_type; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-12348 'arrowhead_type'
H A Ddynapi.texi2250 @item arrowhead_type
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py2230arrowhead_type = property(_LibreDWG.Dwg_Entity_LEADER_arrowhead_type_get, _LibreDWG.Dwg_Entity_LEA… variable in Dwg_Entity_LEADER
H A Dswig_python.c65147 if (arg1) (arg1)->arrowhead_type = arg2; in _wrap_Dwg_Entity_LEADER_arrowhead_type_set()
65170 result = (BITCODE_BS) ((arg1)->arrowhead_type); in _wrap_Dwg_Entity_LEADER_arrowhead_type_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c78255 if (arg1) (arg1)->arrowhead_type = arg2; in XS()
78285 result = (BITCODE_BS) ((arg1)->arrowhead_type); in XS()