Home
last modified time | relevance | path

Searched refs:DIMCLRE_C (Results 1 – 9 of 9) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dheader_variables_r11.spec227 FIELD_RS (DIMCLRE_C, 70); //ok
H A Ddynapi.c188 { "DIMCLRE_C", "RS", sizeof (BITCODE_RS), OFF (struct _dwg_header_variables, DIMCLRE_C),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h1035 BITCODE_RS DIMCLRE_C; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-1517 'DIMCLRE_C'
H A Ddynapi.texi162 @item DIMCLRE_C
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c3633 && dimclre_c == dwg->header_vars.DIMCLRE_C) in test_header()
3636 fail ("HEADER.DIMCLRE_C [RS] %hu != %hu", dwg->header_vars.DIMCLRE_C, dimclre_c); in test_header()
3639 && dimclre_c == dwg->header_vars.DIMCLRE_C) in test_header()
3643 dwg->header_vars.DIMCLRE_C, dimclre_c); in test_header()
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py891DIMCLRE_C = property(_LibreDWG.Dwg_Header_Variables_DIMCLRE_C_get, _LibreDWG.Dwg_Header_Variables_… variable in Dwg_Header_Variables
H A Dswig_python.c19977 if (arg1) (arg1)->DIMCLRE_C = arg2; in _wrap_Dwg_Header_Variables_DIMCLRE_C_set()
20000 result = (BITCODE_RS) ((arg1)->DIMCLRE_C); in _wrap_Dwg_Header_Variables_DIMCLRE_C_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c22500 if (arg1) (arg1)->DIMCLRE_C = arg2; in XS()
22530 result = (BITCODE_RS) ((arg1)->DIMCLRE_C); in XS()