Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtvdeviceproperties.c13 BITCODE_BLL alt_hltcolor; in api_process() local
27 CHK_ENTITY_TYPE (_obj, TVDEVICEPROPERTIES, alt_hltcolor, BLL); in api_process()
H A Ddynapi_test.c57880 BITCODE_BLL alt_hltcolor; in test_TVDEVICEPROPERTIES() local
57881 …dynapi_entity_value (tvdeviceproperties, "TVDEVICEPROPERTIES", "alt_hltcolor", &alt_hltcolor, NULL) in test_TVDEVICEPROPERTIES()
57882 && alt_hltcolor == tvdeviceproperties->alt_hltcolor) in test_TVDEVICEPROPERTIES()
57885 …_hltcolor [BLL] " FORMAT_BLL " != " FORMAT_BLL "", tvdeviceproperties->alt_hltcolor, alt_hltcolor); in test_TVDEVICEPROPERTIES()
57886 …ynapi_entity_set_value (tvdeviceproperties, "TVDEVICEPROPERTIES", "alt_hltcolor", &alt_hltcolor, 0) in test_TVDEVICEPROPERTIES()
57887 && alt_hltcolor == tvdeviceproperties->alt_hltcolor) in test_TVDEVICEPROPERTIES()
57890 …lor [BLL] set+1 " FORMAT_BLL " != " FORMAT_BLL "", tvdeviceproperties->alt_hltcolor, alt_hltcolor); in test_TVDEVICEPROPERTIES()
57891 tvdeviceproperties->alt_hltcolor--; in test_TVDEVICEPROPERTIES()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6488 BITCODE_BLL alt_hltcolor; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec10240 FIELD_BLL (alt_hltcolor, 0);
H A Ddynapi.c9698 …hltcolor", "BLL", sizeof (BITCODE_BLL), OFF (struct _dwg_object_TVDEVICEPROPERTIES, alt_hltcolor),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-19814 'alt_hltcolor'
H A Ddynapi.texi11743 @item alt_hltcolor
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py7929alt_hltcolor = property(_LibreDWG.Dwg_Object_TVDEVICEPROPERTIES_alt_hltcolor_get, _LibreDWG.Dwg_Ob… variable in Dwg_Object_TVDEVICEPROPERTIES
H A Dswig_python.c237685 if (arg1) (arg1)->alt_hltcolor = arg2; in _wrap_Dwg_Object_TVDEVICEPROPERTIES_alt_hltcolor_set()
237708 result = (BITCODE_BLL) ((arg1)->alt_hltcolor); in _wrap_Dwg_Object_TVDEVICEPROPERTIES_alt_hltcolor_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c290304 if (arg1) (arg1)->alt_hltcolor = arg2; in XS()
290334 result = (BITCODE_BLL) ((arg1)->alt_hltcolor); in XS()