Home
last modified time | relevance | path

Searched refs:bd_prop38_int (Results 1 – 10 of 10) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c59361 BITCODE_BS bd_prop38_int; in test_VISUALSTYLE() local
59362 if (dwg_dynapi_entity_value (visualstyle, "VISUALSTYLE", "bd_prop38_int", &bd_prop38_int, NULL) in test_VISUALSTYLE()
59363 && bd_prop38_int == visualstyle->bd_prop38_int) in test_VISUALSTYLE()
59366 fail ("VISUALSTYLE.bd_prop38_int [BS] %hu != %hu", visualstyle->bd_prop38_int, bd_prop38_int); in test_VISUALSTYLE()
59367 bd_prop38_int++; in test_VISUALSTYLE()
59368 if (dwg_dynapi_entity_set_value (visualstyle, "VISUALSTYLE", "bd_prop38_int", &bd_prop38_int, 0) in test_VISUALSTYLE()
59369 && bd_prop38_int == visualstyle->bd_prop38_int) in test_VISUALSTYLE()
59372 …ail ("VISUALSTYLE.bd_prop38_int [BS] set+1 %hu != %hu", visualstyle->bd_prop38_int, bd_prop38_int); in test_VISUALSTYLE()
59373 visualstyle->bd_prop38_int--; in test_VISUALSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4450 BITCODE_BD bd_prop38; BITCODE_BS bd_prop38_int; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec7509 FIELD_BD (bd_prop38, 40); FIELD_BS (bd_prop38_int, 176);
H A Din_dxf.c8193 FIELD_BD (bd_prop38, 40); FIELD_BS (bd_prop38_int, 176); in add_VISUALSTYLE_props()
H A Ddynapi.c10114 …{ "bd_prop38_int", "BS", sizeof (BITCODE_BS), OFF (struct _dwg_object_VISUALSTYLE, bd_prop38_int),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-110231 'bd_prop38_int'
H A Ddynapi.texi12224 @item bd_prop38_int
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5019bd_prop38_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bd_prop38_int_get, _LibreDWG.Dwg_Object_… variable in Dwg_Object_VISUALSTYLE
H A Dswig_python.c150378 if (arg1) (arg1)->bd_prop38_int = arg2; in _wrap_Dwg_Object_VISUALSTYLE_bd_prop38_int_set()
150401 result = (BITCODE_BS) ((arg1)->bd_prop38_int); in _wrap_Dwg_Object_VISUALSTYLE_bd_prop38_int_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c183029 if (arg1) (arg1)->bd_prop38_int = arg2; in XS()
183059 result = (BITCODE_BS) ((arg1)->bd_prop38_int); in XS()