Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dmaterial.c27 BITCODE_B two_sided_material; in api_process() local
107 CHK_ENTITY_TYPE (_obj, MATERIAL, two_sided_material, B); in api_process()
H A Ddynapi_test.c50401 BITCODE_B two_sided_material; in test_MATERIAL() local
50402 …if (dwg_dynapi_entity_value (material, "MATERIAL", "two_sided_material", &two_sided_material, NULL) in test_MATERIAL()
50403 && two_sided_material == material->two_sided_material) in test_MATERIAL()
50406 …ided_material [B] " FORMAT_B " != " FORMAT_B "", material->two_sided_material, two_sided_material); in test_MATERIAL()
50407 two_sided_material++; in test_MATERIAL()
50408 …f (dwg_dynapi_entity_set_value (material, "MATERIAL", "two_sided_material", &two_sided_material, 0) in test_MATERIAL()
50409 && two_sided_material == material->two_sided_material) in test_MATERIAL()
50412 …aterial [B] set+1 " FORMAT_B " != " FORMAT_B "", material->two_sided_material, two_sided_material); in test_MATERIAL()
50413 material->two_sided_material--; in test_MATERIAL()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4550 BITCODE_B two_sided_material; /*!< DXF 290 */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec8021 FIELD_B (two_sided_material, 290);
H A Ddynapi.c8418 …o_sided_material", "B", sizeof (BITCODE_B), OFF (struct _dwg_object_MATERIAL, two_sided_material),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-18577 'two_sided_material'
H A Ddynapi.texi10126 @item two_sided_material
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5132two_sided_material = property(_LibreDWG.Dwg_Object_MATERIAL_two_sided_material_get, _LibreDWG.Dwg_… variable in Dwg_Object_MATERIAL
H A Dswig_python.c153143 if (arg1) (arg1)->two_sided_material = arg2; in _wrap_Dwg_Object_MATERIAL_two_sided_material_set()
153166 result = (BITCODE_B) ((arg1)->two_sided_material); in _wrap_Dwg_Object_MATERIAL_two_sided_material_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c186389 if (arg1) (arg1)->two_sided_material = arg2; in XS()
186419 result = (BITCODE_B) ((arg1)->two_sided_material); in XS()