Home
last modified time | relevance | path

Searched refs:LTYPE_BYLAYER (Results 1 – 16 of 16) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dheader_variables_r11.spec128 FIELD_HANDLE (LTYPE_BYLAYER, ANYCODE);
H A Dheader_variables.spec591 FIELD_HANDLE (LTYPE_BYLAYER, 5, 0);
H A Ddwg.c2393 if (vars->LTYPE_BYLAYER) in dwg_find_tablehandle()
2394 return vars->LTYPE_BYLAYER; in dwg_find_tablehandle()
H A Dout_dxfb.c1900 if ((obj = dwg_ref_object (dwg, dwg->header_vars.LTYPE_BYLAYER))) in dxfb_tables_write()
H A Dout_dxf.c3115 if ((obj = dwg_ref_object (dwg, dwg->header_vars.LTYPE_BYLAYER)) in dxf_tables_write()
H A Din_dxf.c9642 dwg->header_vars.LTYPE_BYLAYER in new_object()
12787 if (!dwg->header_vars.LTYPE_BYLAYER in dwg_read_dxf()
12790 dwg->header_vars.LTYPE_BYLAYER in dwg_read_dxf()
H A Ddynapi.c416 { "LTYPE_BYLAYER", "H", sizeof (BITCODE_H), OFF (struct _dwg_header_variables, LTYPE_BYLAYER),
14300 if (!dwg->header_vars.LTYPE_BYLAYER || !ent->ltype) in dwg_dynapi_common_set_value()
14302 else if (ent->ltype->absolute_ref == dwg->header_vars.LTYPE_BYLAYER->absolute_ref) in dwg_dynapi_common_set_value()
H A Ddwg_api.c22421 dwg->header_vars.LTYPE_BYLAYER = dwg_add_handleref (dwg, 5, 0x15, NULL); in dwg_add_Document()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgadd.pod224 E.g. C<5.1.15> for HEADER.LTYPE_BYLAYER.
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h1116 BITCODE_H LTYPE_BYLAYER; /*!< code 5 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-1745 'LTYPE_BYLAYER'
H A Ddynapi.texi390 @item LTYPE_BYLAYER
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py971LTYPE_BYLAYER = property(_LibreDWG.Dwg_Header_Variables_LTYPE_BYLAYER_get, _LibreDWG.Dwg_Header_Va… variable in Dwg_Header_Variables
H A Dswig_python.c24200 if (arg1) (arg1)->LTYPE_BYLAYER = arg2; in _wrap_Dwg_Header_Variables_LTYPE_BYLAYER_set()
24223 result = (BITCODE_H) ((arg1)->LTYPE_BYLAYER); in _wrap_Dwg_Header_Variables_LTYPE_BYLAYER_get()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c4704 …&& !memcmp (&ltype_bylayer, &dwg->header_vars.LTYPE_BYLAYER, sizeof (dwg->header_vars.LTYPE_BYLAYE… in test_header()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c27749 if (arg1) (arg1)->LTYPE_BYLAYER = arg2; in XS()
27779 result = (BITCODE_H) ((arg1)->LTYPE_BYLAYER); in XS()