Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvisualstyle.c53 BITCODE_B b_prop24; in api_process() local
144 CHK_ENTITY_TYPE (vsty, VISUALSTYLE, b_prop24, B); in api_process()
H A Ddynapi_test.c59121 BITCODE_B b_prop24; in test_VISUALSTYLE() local
59122 if (dwg_dynapi_entity_value (visualstyle, "VISUALSTYLE", "b_prop24", &b_prop24, NULL) in test_VISUALSTYLE()
59123 && b_prop24 == visualstyle->b_prop24) in test_VISUALSTYLE()
59126 … fail ("VISUALSTYLE.b_prop24 [B] " FORMAT_B " != " FORMAT_B "", visualstyle->b_prop24, b_prop24); in test_VISUALSTYLE()
59127 b_prop24++; in test_VISUALSTYLE()
59128 if (dwg_dynapi_entity_set_value (visualstyle, "VISUALSTYLE", "b_prop24", &b_prop24, 0) in test_VISUALSTYLE()
59129 && b_prop24 == visualstyle->b_prop24) in test_VISUALSTYLE()
59132 …l ("VISUALSTYLE.b_prop24 [B] set+1 " FORMAT_B " != " FORMAT_B "", visualstyle->b_prop24, b_prop24); in test_VISUALSTYLE()
59133 visualstyle->b_prop24--; in test_VISUALSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4430 BITCODE_B b_prop24; BITCODE_BS b_prop24_int; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec7487 FIELD_B (b_prop24, 290); FIELD_BS (b_prop24_int, 176);
H A Din_dxf.c8173 FIELD_B (b_prop24, 290); FIELD_BS (b_prop24_int, 176); in add_VISUALSTYLE_props()
H A Ddynapi.c10032 { "b_prop24", "B", sizeof (BITCODE_B), OFF (struct _dwg_object_VISUALSTYLE, b_prop24),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-110149 'b_prop24'
H A Ddynapi.texi12142 @item b_prop24
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4978b_prop24 = property(_LibreDWG.Dwg_Object_VISUALSTYLE_b_prop24_get, _LibreDWG.Dwg_Object_VISUALSTYL… variable in Dwg_Object_VISUALSTYLE
H A Dswig_python.c148237 if (arg1) (arg1)->b_prop24 = arg2; in _wrap_Dwg_Object_VISUALSTYLE_b_prop24_set()
148260 result = (BITCODE_B) ((arg1)->b_prop24); in _wrap_Dwg_Object_VISUALSTYLE_b_prop24_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c180357 if (arg1) (arg1)->b_prop24 = arg2; in XS()
180387 result = (BITCODE_B) ((arg1)->b_prop24); in XS()