Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c59677 BITCODE_BS c_prop2c_int; in test_VISUALSTYLE() local
59678 if (dwg_dynapi_entity_value (visualstyle, "VISUALSTYLE", "c_prop2c_int", &c_prop2c_int, NULL) in test_VISUALSTYLE()
59679 && c_prop2c_int == visualstyle->c_prop2c_int) in test_VISUALSTYLE()
59682 fail ("VISUALSTYLE.c_prop2c_int [BS] %hu != %hu", visualstyle->c_prop2c_int, c_prop2c_int); in test_VISUALSTYLE()
59683 c_prop2c_int++; in test_VISUALSTYLE()
59684 if (dwg_dynapi_entity_set_value (visualstyle, "VISUALSTYLE", "c_prop2c_int", &c_prop2c_int, 0) in test_VISUALSTYLE()
59685 && c_prop2c_int == visualstyle->c_prop2c_int) in test_VISUALSTYLE()
59688 … fail ("VISUALSTYLE.c_prop2c_int [BS] set+1 %hu != %hu", visualstyle->c_prop2c_int, c_prop2c_int); in test_VISUALSTYLE()
59689 visualstyle->c_prop2c_int--; in test_VISUALSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4438 BITCODE_CMC c_prop2c; BITCODE_BS c_prop2c_int; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec7496 FIELD_CMC (c_prop2c, 62); FIELD_BS (c_prop2c_int, 176);
H A Din_dxf.c8181 FIELD_CMC (c_prop2c, 62); FIELD_BS (c_prop2c_int, 176); in add_VISUALSTYLE_props()
H A Ddynapi.c10066 { "c_prop2c_int", "BS", sizeof (BITCODE_BS), OFF (struct _dwg_object_VISUALSTYLE, c_prop2c_int),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-110183 'c_prop2c_int'
H A Ddynapi.texi12176 @item c_prop2c_int
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4995c_prop2c_int = property(_LibreDWG.Dwg_Object_VISUALSTYLE_c_prop2c_int_get, _LibreDWG.Dwg_Object_VI… variable in Dwg_Object_VISUALSTYLE
H A Dswig_python.c149121 if (arg1) (arg1)->c_prop2c_int = arg2; in _wrap_Dwg_Object_VISUALSTYLE_c_prop2c_int_set()
149144 result = (BITCODE_BS) ((arg1)->c_prop2c_int); in _wrap_Dwg_Object_VISUALSTYLE_c_prop2c_int_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c181462 if (arg1) (arg1)->c_prop2c_int = arg2; in XS()
181492 result = (BITCODE_BS) ((arg1)->c_prop2c_int); in XS()