Home
last modified time | relevance | path

Searched refs:DWG_TYPE_BLOCK (Results 1 – 24 of 24) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblock.c1 #define DWG_TYPE DWG_TYPE_BLOCK
H A Ddynapi_test.c62028 else if (obj->fixedtype == DWG_TYPE_BLOCK) in test_object()
62636 else if (obj->fixedtype == DWG_TYPE_BLOCK) in test_object()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dclasses.c994 type == DWG_TYPE_BLOCK || in obj_has_strings()
H A Dfree.c623 case DWG_TYPE_BLOCK: in dwg_free_object()
913 case DWG_TYPE_BLOCK: in dwg_free_object_private()
H A Dprint.c435 case DWG_TYPE_BLOCK: in dwg_print_object()
H A Dobjects.in65 "BLOCK", "BLOCK", DWG_TYPE_BLOCK, 1, STABLE
H A Ddwg.c1328 while (obj && obj->type != DWG_TYPE_BLOCK) in get_first_owned_block()
2532 if (bo != NULL && bo->fixedtype == DWG_TYPE_BLOCK) in dwg_handle_name()
H A Dout_dxf.c1607 if (blk && blk->type == DWG_TYPE_BLOCK) \
2604 case DWG_TYPE_BLOCK:
3564 if (obj->supertype == DWG_SUPERTYPE_ENTITY && obj->type != DWG_TYPE_BLOCK in dxf_entities_write()
H A Dout_dxfb.c1251 if (blk && blk->type == DWG_TYPE_BLOCK) \
1565 case DWG_TYPE_BLOCK:
H A Dobjects.c1270 …)->stringpool_str485, "BLOCK", DWG_TYPE_BLOCK, 1, STABLE}, in in_word_set()
H A Dout_json.c1515 case DWG_TYPE_BLOCK: in dwg_json_object()
H A Ddecode.c4270 case DWG_TYPE_BLOCK: in obj_has_strings()
5576 case DWG_TYPE_BLOCK: in dwg_decode_add_object()
H A Dencode.c3525 case DWG_TYPE_BLOCK: in dwg_encode_add_object()
H A Din_dxf.c8702 else if (obj->type == DWG_TYPE_BLOCK) in in_postprocess_handles()
12046 if (obj->type == DWG_TYPE_BLOCK) in dxf_blocks_read()
12205 if (obj->type == DWG_TYPE_BLOCK) in add_to_BLOCK_HEADER()
H A Ddwg_api.c22735 (obj->fixedtype == DWG_TYPE_BLOCK || in dwg_insert_entity()
22744 if (owner->fixedtype == DWG_TYPE_BLOCK_HEADER && obj->fixedtype == DWG_TYPE_BLOCK) in dwg_insert_entity()
H A Ddynapi.c12897 …{ "BLOCK", DWG_TYPE_BLOCK /*(4)*/, _dwg_BLOCK_fields, sizeof (struct _dwg_entity_BLOCK) }, /* 81 */
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/fileformats/
H A Duzeffdwg.pas265 DWG_TYPE_BLOCK := $04,
354 DWG_TYPE_BLOCK :result:='DWG_TYPE_BLOCK';
/dports/cad/libredwg/libredwg-0.12.4/test/xmlsuite/
H A Dtestsuite.c896 case DWG_TYPE_BLOCK: in load_dwg()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgadd.c684 .type = DWG_TYPE_BLOCK}; in dwg_add_dat()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h313 DWG_TYPE_BLOCK = 0x04, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py210 DWG_TYPE_BLOCK = _LibreDWG.DWG_TYPE_BLOCK variable
H A Dswig_python.c387451 SWIG_Python_SetConstant(d, "DWG_TYPE_BLOCK",SWIG_From_int((int)(DWG_TYPE_BLOCK))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm30833 *DWG_TYPE_BLOCK = *LibreDWGc::DWG_TYPE_BLOCK;
H A DLibreDWG.c468199 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_BLOCK))); in XS()