Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvisualstyle.c64 BITCODE_BL bl_prop2f; in api_process() local
155 CHK_ENTITY_TYPE (vsty, VISUALSTYLE, bl_prop2f, BL); in api_process()
H A Ddynapi_test.c59556 BITCODE_BL bl_prop2f; in test_VISUALSTYLE() local
59557 if (dwg_dynapi_entity_value (visualstyle, "VISUALSTYLE", "bl_prop2f", &bl_prop2f, NULL) in test_VISUALSTYLE()
59558 && bl_prop2f == visualstyle->bl_prop2f) in test_VISUALSTYLE()
59561 fail ("VISUALSTYLE.bl_prop2f [BL] %u != %u", visualstyle->bl_prop2f, bl_prop2f); in test_VISUALSTYLE()
59562 bl_prop2f++; in test_VISUALSTYLE()
59563 if (dwg_dynapi_entity_set_value (visualstyle, "VISUALSTYLE", "bl_prop2f", &bl_prop2f, 0) in test_VISUALSTYLE()
59564 && bl_prop2f == visualstyle->bl_prop2f) in test_VISUALSTYLE()
59567 fail ("VISUALSTYLE.bl_prop2f [BL] set+1 %u != %u", visualstyle->bl_prop2f, bl_prop2f); in test_VISUALSTYLE()
59568 visualstyle->bl_prop2f--; in test_VISUALSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4441 BITCODE_BL bl_prop2f; BITCODE_BS bl_prop2f_int; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec7499 FIELD_BL (bl_prop2f, 90); FIELD_BS (bl_prop2f_int, 176);
H A Din_dxf.c8184 FIELD_BL (bl_prop2f, 90); FIELD_BS (bl_prop2f_int, 176); in add_VISUALSTYLE_props()
H A Ddynapi.c10076 { "bl_prop2f", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_object_VISUALSTYLE, bl_prop2f),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-110193 'bl_prop2f'
H A Ddynapi.texi12186 @item bl_prop2f
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5000bl_prop2f = property(_LibreDWG.Dwg_Object_VISUALSTYLE_bl_prop2f_get, _LibreDWG.Dwg_Object_VISUALST… variable in Dwg_Object_VISUALSTYLE
H A Dswig_python.c149381 if (arg1) (arg1)->bl_prop2f = arg2; in _wrap_Dwg_Object_VISUALSTYLE_bl_prop2f_set()
149404 result = (BITCODE_BL) ((arg1)->bl_prop2f); in _wrap_Dwg_Object_VISUALSTYLE_bl_prop2f_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c181787 if (arg1) (arg1)->bl_prop2f = arg2; in XS()
181817 result = (BITCODE_BL) ((arg1)->bl_prop2f); in XS()