Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvisualstyle.c67 BITCODE_BL bl_prop32; in api_process() local
158 CHK_ENTITY_TYPE (vsty, VISUALSTYLE, bl_prop32, BL); in api_process()
H A Ddynapi_test.c59616 BITCODE_BL bl_prop32; in test_VISUALSTYLE() local
59617 if (dwg_dynapi_entity_value (visualstyle, "VISUALSTYLE", "bl_prop32", &bl_prop32, NULL) in test_VISUALSTYLE()
59618 && bl_prop32 == visualstyle->bl_prop32) in test_VISUALSTYLE()
59621 fail ("VISUALSTYLE.bl_prop32 [BL] %u != %u", visualstyle->bl_prop32, bl_prop32); in test_VISUALSTYLE()
59622 bl_prop32++; in test_VISUALSTYLE()
59623 if (dwg_dynapi_entity_set_value (visualstyle, "VISUALSTYLE", "bl_prop32", &bl_prop32, 0) in test_VISUALSTYLE()
59624 && bl_prop32 == visualstyle->bl_prop32) in test_VISUALSTYLE()
59627 fail ("VISUALSTYLE.bl_prop32 [BL] set+1 %u != %u", visualstyle->bl_prop32, bl_prop32); in test_VISUALSTYLE()
59628 visualstyle->bl_prop32--; in test_VISUALSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4444 BITCODE_BL bl_prop32; BITCODE_BS bl_prop32_int; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec7502 FIELD_BL (bl_prop32, 90); FIELD_BS (bl_prop32_int, 176);
H A Din_dxf.c8187 FIELD_BL (bl_prop32, 90); FIELD_BS (bl_prop32_int, 176); in add_VISUALSTYLE_props()
H A Ddynapi.c10088 { "bl_prop32", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_object_VISUALSTYLE, bl_prop32),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-110205 'bl_prop32'
H A Ddynapi.texi12198 @item bl_prop32
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5006bl_prop32 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop32_get, _LibreDWG.Dwg_Object_VISUALST… variable in Dwg_Object_VISUALSTYLE
H A Dswig_python.c149693 if (arg1) (arg1)->bl_prop32 = arg2; in _wrap_Dwg_Object_VISUALSTYLE_bl_prop32_set()
149716 result = (BITCODE_BL) ((arg1)->bl_prop32); in _wrap_Dwg_Object_VISUALSTYLE_bl_prop32_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c182177 if (arg1) (arg1)->bl_prop32 = arg2; in XS()
182207 result = (BITCODE_BL) ((arg1)->bl_prop32); in XS()