Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsectionviewstyle.c49 BITCODE_B unknown_b2; in api_process() local
100 CHK_ENTITY_TYPE (_obj, SECTIONVIEWSTYLE, unknown_b2, B); in api_process()
H A Ddynapi_test.c55804 BITCODE_B unknown_b2; in test_SECTIONVIEWSTYLE() local
55805 …if (dwg_dynapi_entity_value (sectionviewstyle, "SECTIONVIEWSTYLE", "unknown_b2", &unknown_b2, NULL) in test_SECTIONVIEWSTYLE()
55806 && unknown_b2 == sectionviewstyle->unknown_b2) in test_SECTIONVIEWSTYLE()
55809 …NVIEWSTYLE.unknown_b2 [B] " FORMAT_B " != " FORMAT_B "", sectionviewstyle->unknown_b2, unknown_b2); in test_SECTIONVIEWSTYLE()
55810 unknown_b2++; in test_SECTIONVIEWSTYLE()
55811 …f (dwg_dynapi_entity_set_value (sectionviewstyle, "SECTIONVIEWSTYLE", "unknown_b2", &unknown_b2, 0) in test_SECTIONVIEWSTYLE()
55812 && unknown_b2 == sectionviewstyle->unknown_b2) in test_SECTIONVIEWSTYLE()
55815 …TYLE.unknown_b2 [B] set+1 " FORMAT_B " != " FORMAT_B "", sectionviewstyle->unknown_b2, unknown_b2); in test_SECTIONVIEWSTYLE()
55816 sectionviewstyle->unknown_b2--; in test_SECTIONVIEWSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6873 BITCODE_B unknown_b2; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec10038 FIELD_B (unknown_b2, 290);
H A Din_dxf.c8095 FIELD_B (unknown_b2, 290); in add_AcDbSectionViewStyle()
H A Ddynapi.c9348 { "unknown_b2", "B", sizeof (BITCODE_B), OFF (struct _dwg_object_SECTIONVIEWSTYLE, unknown_b2),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-19476 'unknown_b2'
H A Ddynapi.texi11273 @item unknown_b2
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py8464unknown_b2 = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_unknown_b2_get, _LibreDWG.Dwg_Object_S… variable in Dwg_Object_SECTIONVIEWSTYLE
H A Dswig_python.c251937 if (arg1) (arg1)->unknown_b2 = arg2; in _wrap_Dwg_Object_SECTIONVIEWSTYLE_unknown_b2_set()
251960 result = (BITCODE_B) ((arg1)->unknown_b2); in _wrap_Dwg_Object_SECTIONVIEWSTYLE_unknown_b2_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c307743 if (arg1) (arg1)->unknown_b2 = arg2; in XS()
307773 result = (BITCODE_B) ((arg1)->unknown_b2); in XS()