Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvisualstyle.c55 BITCODE_BD bd_prop26; in api_process() local
146 CHK_ENTITY_TYPE (vsty, VISUALSTYLE, bd_prop26, BD); in api_process()
H A Ddynapi_test.c59256 BITCODE_BD bd_prop26; in test_VISUALSTYLE() local
59257 if (dwg_dynapi_entity_value (visualstyle, "VISUALSTYLE", "bd_prop26", &bd_prop26, NULL) in test_VISUALSTYLE()
59258 && bd_prop26 == visualstyle->bd_prop26) in test_VISUALSTYLE()
59261 fail ("VISUALSTYLE.bd_prop26 [BD] %g != %g", visualstyle->bd_prop26, bd_prop26); in test_VISUALSTYLE()
59262 bd_prop26++; in test_VISUALSTYLE()
59263 if (dwg_dynapi_entity_set_value (visualstyle, "VISUALSTYLE", "bd_prop26", &bd_prop26, 0) in test_VISUALSTYLE()
59264 && bd_prop26 == visualstyle->bd_prop26) in test_VISUALSTYLE()
59267 fail ("VISUALSTYLE.bd_prop26 [BD] set+1 %g != %g", visualstyle->bd_prop26, bd_prop26); in test_VISUALSTYLE()
59268 visualstyle->bd_prop26--; in test_VISUALSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4432 BITCODE_BD bd_prop26; BITCODE_BS bd_prop26_int; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec7489 FIELD_BD (bd_prop26, 40); FIELD_BS (bd_prop26_int, 176);
H A Din_dxf.c8175 FIELD_BD (bd_prop26, 40); FIELD_BS (bd_prop26_int, 176); in add_VISUALSTYLE_props()
H A Ddynapi.c10040 { "bd_prop26", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_object_VISUALSTYLE, bd_prop26),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-110157 'bd_prop26'
H A Ddynapi.texi12150 @item bd_prop26
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4982bd_prop26 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop26_get, _LibreDWG.Dwg_Object_VISUALST… variable in Dwg_Object_VISUALSTYLE
H A Dswig_python.c148445 if (arg1) (arg1)->bd_prop26 = arg2; in _wrap_Dwg_Object_VISUALSTYLE_bd_prop26_set()
148468 result = (BITCODE_BD) ((arg1)->bd_prop26); in _wrap_Dwg_Object_VISUALSTYLE_bd_prop26_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c180617 if (arg1) (arg1)->bd_prop26 = arg2; in XS()
180647 result = (BITCODE_BD) ((arg1)->bd_prop26); in XS()