Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsectionviewstyle.c47 BITCODE_BLd hatch_transparency; in api_process() local
98 CHK_ENTITY_TYPE (_obj, SECTIONVIEWSTYLE, hatch_transparency, BLd); in api_process()
H A Ddynapi_test.c55622 BITCODE_BLd hatch_transparency; in test_SECTIONVIEWSTYLE() local
55623 …ntity_value (sectionviewstyle, "SECTIONVIEWSTYLE", "hatch_transparency", &hatch_transparency, NULL) in test_SECTIONVIEWSTYLE()
55624 && hatch_transparency == sectionviewstyle->hatch_transparency) in test_SECTIONVIEWSTYLE()
55627 …[BLd] " FORMAT_BLd " != " FORMAT_BLd "", sectionviewstyle->hatch_transparency, hatch_transparency); in test_SECTIONVIEWSTYLE()
55628 …tity_set_value (sectionviewstyle, "SECTIONVIEWSTYLE", "hatch_transparency", &hatch_transparency, 0) in test_SECTIONVIEWSTYLE()
55629 && hatch_transparency == sectionviewstyle->hatch_transparency) in test_SECTIONVIEWSTYLE()
55632 …set+1 " FORMAT_BLd " != " FORMAT_BLd "", sectionviewstyle->hatch_transparency, hatch_transparency); in test_SECTIONVIEWSTYLE()
55633 sectionviewstyle->hatch_transparency--; in test_SECTIONVIEWSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6865 BITCODE_BLd hatch_transparency; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec10036 FIELD_BLd (hatch_transparency, 90);
H A Din_dxf.c8093 FIELD_BLd (hatch_transparency, 90); in add_AcDbSectionViewStyle()
H A Ddynapi.c9344 …ency", "BLd", sizeof (BITCODE_BLd), OFF (struct _dwg_object_SECTIONVIEWSTYLE, hatch_transparency),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-19472 'hatch_transparency'
H A Ddynapi.texi11269 @item hatch_transparency
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py8462hatch_transparency = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_hatch_transparency_get, _Libre… variable in Dwg_Object_SECTIONVIEWSTYLE
H A Dswig_python.c251833 if (arg1) (arg1)->hatch_transparency = arg2; in _wrap_Dwg_Object_SECTIONVIEWSTYLE_hatch_transparency_set()
251856 result = (BITCODE_BLd) ((arg1)->hatch_transparency); in _wrap_Dwg_Object_SECTIONVIEWSTYLE_hatch_transparency_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c307613 if (arg1) (arg1)->hatch_transparency = arg2; in XS()
307643 result = (BITCODE_BLd) ((arg1)->hatch_transparency); in XS()