Home
last modified time | relevance | path

Searched refs:DWG_TYPE_BLOCK_HEADER (Results 1 – 25 of 26) sorted by relevance

12

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.c1011 if (msref && msref->obj && msref->obj->type == DWG_TYPE_BLOCK_HEADER) in dwg_model_space_object()
1032 if (psref && psref->obj && psref->obj->type == DWG_TYPE_BLOCK_HEADER) in dwg_paper_space_object()
1051 if (hdr->type != DWG_TYPE_BLOCK_HEADER) in get_first_owned_entity()
1123 if (hdr->type != DWG_TYPE_BLOCK_HEADER) in get_next_owned_entity()
1311 if (hdr->type != DWG_TYPE_BLOCK_HEADER) in get_first_owned_block()
1350 if (hdr->type != DWG_TYPE_BLOCK_HEADER) in get_next_owned_block()
1378 if (hdr->type != DWG_TYPE_BLOCK_HEADER) in get_next_owned_block_entity()
1419 if (hdr->type != DWG_TYPE_BLOCK_HEADER) in get_last_owned_block()
1497 && (type == DWG_TYPE_BLOCK_HEADER || type == DWG_TYPE_LAYER in dwg_obj_is_table()
2528 if (strEQc (table, "BLOCK") && hobj->fixedtype == DWG_TYPE_BLOCK_HEADER) in dwg_handle_name()
H A Dout_dxfb.c951 else if (obj->type != DWG_TYPE_BLOCK_HEADER) \
1678 case DWG_TYPE_BLOCK_HEADER:
2121 && hdr->type == DWG_TYPE_BLOCK_HEADER) in dxfb_tables_write()
2149 if (obj && obj->type == DWG_TYPE_BLOCK_HEADER in dxfb_tables_write()
2259 && obj->type == DWG_TYPE_BLOCK_HEADER) in dxfb_blocks_write()
2315 && obj->type != DWG_TYPE_BLOCK_HEADER && !dwg_obj_is_control (obj)) in dxfb_objects_write()
H A Dclasses.c1014 type == DWG_TYPE_BLOCK_HEADER || in obj_has_strings()
H A Dout_geojson.c518 if (!error && hdr && hdr->type == DWG_TYPE_BLOCK_HEADER) in dwg_geojson_feature()
538 if (!error && hdr && hdr->type == DWG_TYPE_BLOCK_HEADER) in dwg_geojson_feature()
H A Dout_dxf.c965 else if (obj->type != DWG_TYPE_BLOCK_HEADER) \
2716 case DWG_TYPE_BLOCK_HEADER:
3334 && hdr->type == DWG_TYPE_BLOCK_HEADER) in dxf_tables_write()
3363 if (obj && obj->type == DWG_TYPE_BLOCK_HEADER in dxf_tables_write()
3503 && obj->type == DWG_TYPE_BLOCK_HEADER) in dxf_blocks_write()
3602 && obj->type != DWG_TYPE_BLOCK_HEADER && !dwg_obj_is_control (obj)) in dxf_objects_write()
H A Dfree.c752 case DWG_TYPE_BLOCK_HEADER: in dwg_free_object()
1042 case DWG_TYPE_BLOCK_HEADER: in dwg_free_object_private()
H A Dprint.c522 case DWG_TYPE_BLOCK_HEADER: in dwg_print_object()
H A Dobjects.in254 "BLOCK_HEADER", "BLOCK_HEADER", DWG_TYPE_BLOCK_HEADER, 0, …
H A Dobjects.c1556 …_str837, "BLOCK_HEADER", DWG_TYPE_BLOCK_HEADER, 0, STABLE… in in_word_set()
H A Ddwg_api.c20617 while (obj && obj->type != DWG_TYPE_BLOCK_HEADER) in dwg_get_block_header()
20626 if (obj && DWG_TYPE_BLOCK_HEADER == obj->type) in dwg_get_block_header()
22037 if (!hdr || hdr->fixedtype != DWG_TYPE_BLOCK_HEADER) in dwg_entity_owner()
22620 !(blkobj->fixedtype == DWG_TYPE_BLOCK_HEADER || \
22725 if (owner->fixedtype == DWG_TYPE_BLOCK_HEADER && in dwg_insert_entity()
22729 if (owner->fixedtype == DWG_TYPE_BLOCK_HEADER && in dwg_insert_entity()
22744 if (owner->fixedtype == DWG_TYPE_BLOCK_HEADER && obj->fixedtype == DWG_TYPE_BLOCK) in dwg_insert_entity()
22751 else if (owner->fixedtype == DWG_TYPE_BLOCK_HEADER && obj->fixedtype == DWG_TYPE_ENDBLK) in dwg_insert_entity()
22763 else if (owner->fixedtype == DWG_TYPE_BLOCK_HEADER && in dwg_insert_entity()
22789 else if (owner->fixedtype == DWG_TYPE_BLOCK_HEADER) in dwg_insert_entity()
[all …]
H A Din_dxf.c1089 && dwg->object[0].fixedtype == DWG_TYPE_BLOCK_HEADER) in dxf_header_read()
6774 if (obj->type != DWG_TYPE_BLOCK_HEADER) in add_block_preview()
9094 if (obj->fixedtype == DWG_TYPE_BLOCK_HEADER in new_object()
9776 else if (obj->fixedtype == DWG_TYPE_BLOCK_HEADER) in new_object()
12054 if (blkhdr->fixedtype == DWG_TYPE_BLOCK_HEADER) in dxf_blocks_read()
12113 && blkhdr->fixedtype == DWG_TYPE_BLOCK_HEADER) in dxf_blocks_read()
12146 && blkhdr->fixedtype == DWG_TYPE_BLOCK_HEADER in dxf_blocks_read()
12159 && blkhdr->fixedtype == DWG_TYPE_BLOCK_HEADER in dxf_blocks_read()
12191 if (!ctrl || ctrl->type != DWG_TYPE_BLOCK_HEADER) in add_to_BLOCK_HEADER()
H A Ddecode.c4334 case DWG_TYPE_BLOCK_HEADER: in obj_has_strings()
5748 case DWG_TYPE_BLOCK_HEADER: in dwg_decode_add_object()
6162 if (obj->fixedtype == DWG_TYPE_BLOCK_HEADER) in dwg_fixup_BLOCKS_entities()
H A Dencode.c3654 case DWG_TYPE_BLOCK_HEADER: in dwg_encode_add_object()
4152 || obj->fixedtype != DWG_TYPE_BLOCK_HEADER in dwg_encode_eed()
H A Dout_json.c1601 case DWG_TYPE_BLOCK_HEADER: in dwg_json_object()
H A Ddwg.spec489 if (!hdr || hdr->fixedtype != DWG_TYPE_BLOCK_HEADER)
H A Ddynapi.c12938 …{ "BLOCK_HEADER", DWG_TYPE_BLOCK_HEADER /*(49)*/, _dwg_BLOCK_HEADER_fields, sizeof (struct _dwg_ob…
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblock_header.c1 #define DWG_TYPE DWG_TYPE_BLOCK_HEADER
H A Ddynapi_test.c62394 else if (obj->fixedtype == DWG_TYPE_BLOCK_HEADER) in test_object()
63002 else if (obj->fixedtype == DWG_TYPE_BLOCK_HEADER) in test_object()
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/fileformats/
H A Duzeffdwg.pas310 DWG_TYPE_BLOCK_HEADER := $31,
399 DWG_TYPE_BLOCK_HEADER :result:='DWG_TYPE_BLOCK_HEADER';
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwggrep.c1505 if (obj->type == DWG_TYPE_BLOCK_HEADER) // processed later, --tables finds BLOCK in match_OBJECTS()
1618 || hdr->type != DWG_TYPE_BLOCK_HEADER) in match_BLOCK_HEADER()
H A Ddwg2SVG.c753 if (obj->type != DWG_TYPE_BLOCK_HEADER) in output_BLOCK_HEADER()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h358 DWG_TYPE_BLOCK_HEADER = 0x31, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py254 DWG_TYPE_BLOCK_HEADER = _LibreDWG.DWG_TYPE_BLOCK_HEADER variable
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm30877 *DWG_TYPE_BLOCK_HEADER = *LibreDWGc::DWG_TYPE_BLOCK_HEADER;
H A DLibreDWG.c468419 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_BLOCK_HEADER))); in XS()

12