Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvisualstyle.c74 BITCODE_BD bd_prop39; in api_process() local
165 CHK_ENTITY_TYPE (vsty, VISUALSTYLE, bd_prop39, BD); in api_process()
H A Ddynapi_test.c59376 BITCODE_BD bd_prop39; in test_VISUALSTYLE() local
59377 if (dwg_dynapi_entity_value (visualstyle, "VISUALSTYLE", "bd_prop39", &bd_prop39, NULL) in test_VISUALSTYLE()
59378 && bd_prop39 == visualstyle->bd_prop39) in test_VISUALSTYLE()
59381 fail ("VISUALSTYLE.bd_prop39 [BD] %g != %g", visualstyle->bd_prop39, bd_prop39); in test_VISUALSTYLE()
59382 bd_prop39++; in test_VISUALSTYLE()
59383 if (dwg_dynapi_entity_set_value (visualstyle, "VISUALSTYLE", "bd_prop39", &bd_prop39, 0) in test_VISUALSTYLE()
59384 && bd_prop39 == visualstyle->bd_prop39) in test_VISUALSTYLE()
59387 fail ("VISUALSTYLE.bd_prop39 [BD] set+1 %g != %g", visualstyle->bd_prop39, bd_prop39); in test_VISUALSTYLE()
59388 visualstyle->bd_prop39--; in test_VISUALSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4451 BITCODE_BD bd_prop39; BITCODE_BS bd_prop39_int; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec7510 FIELD_BD (bd_prop39, 40); FIELD_BS (bd_prop39_int, 176);
H A Din_dxf.c8194 FIELD_BD (bd_prop39, 40); FIELD_BS (bd_prop39_int, 176); in add_VISUALSTYLE_props()
H A Ddynapi.c10116 { "bd_prop39", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_object_VISUALSTYLE, bd_prop39),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-110233 'bd_prop39'
H A Ddynapi.texi12226 @item bd_prop39
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5020bd_prop39 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop39_get, _LibreDWG.Dwg_Object_VISUALST… variable in Dwg_Object_VISUALSTYLE
H A Dswig_python.c150430 if (arg1) (arg1)->bd_prop39 = arg2; in _wrap_Dwg_Object_VISUALSTYLE_bd_prop39_set()
150453 result = (BITCODE_BD) ((arg1)->bd_prop39); in _wrap_Dwg_Object_VISUALSTYLE_bd_prop39_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c183094 if (arg1) (arg1)->bd_prop39 = arg2; in XS()
183124 result = (BITCODE_BD) ((arg1)->bd_prop39); in XS()