Home
last modified time | relevance | path

Searched refs:Dwg_Section (Results 1 – 8 of 8) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddecode.c266 Dwg_Section *tbl = &dwg->header.section[id]; in decode_preR13_section_ptr()
281 Dwg_Section *tbl = &dwg->header.section[id]; in decode_preR13_section_chk()
309 Dwg_Section *tbl = &dwg->header.section[id]; in decode_preR13_section()
1451 sizeof (Dwg_Section)); in decode_R13_R2000()
1862 static Dwg_Section *
1881 dwg->header.section = (Dwg_Section*)calloc (1, sizeof (Dwg_Section)); in add_section()
1889 sizeof (Dwg_Section)); in add_section()
2069 Dwg_Section *info; in read_R2004_section_map()
2303 info->sections = (Dwg_Section **)calloc (info->num_sections, sizeof (Dwg_Section *)); in read_R2004_section_info()
3714 Dwg_Section *section; in decode_R2004()
[all …]
H A Dencode.c1733 Dwg_Section *sec = &dwg->header.section[i]; in section_info_rebuild()
2088 dwg->header.section = calloc (28, sizeof (Dwg_Section)); in dwg_encode()
2845 (info_id + 1) * sizeof (Dwg_Section)); in dwg_encode()
2872 = calloc (info->num_sections, sizeof (Dwg_Section*)); in dwg_encode()
2876 Dwg_Section *oldsecs = dwg->header.section; in dwg_encode()
2889 Dwg_Section *sec = &dwg->header.section[si]; in dwg_encode()
2917 Dwg_Section *oldsecs = dwg->header.section; in dwg_encode()
2942 Dwg_Section *sec = &dwg->header.section[si - 2]; in dwg_encode()
2994 Dwg_Section *sec = &dwg->header.section[si - 1]; in dwg_encode()
3021 Dwg_Section *_obj = &dwg->header.section[i]; in dwg_encode()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h8411 } Dwg_Section; typedef
8448 Dwg_Section **sections;
8703 Dwg_Section *section;
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog10988 allow negative Dwg_Section.size ??
10998 api: change Dwg_Section address to uint64_t
12618 and pagecount was the number of pages/i.e. Dwg_Section **sections
20338 Add the 5 r2004 section fields to the dwg->r2004_header and Dwg_Section.
24861 Dwg_Section vector
24871 Dwg_Section structs.
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py11025 class Dwg_Section(object): class
11048 _LibreDWG.Dwg_Section_swigregister(Dwg_Section)
H A Dswig_python.c329298 Dwg_Section **arg2 = (Dwg_Section **) 0 ; in _wrap_Dwg_Section_Info_sections_set()
329315 arg2 = (Dwg_Section **)(argp2); in _wrap_Dwg_Section_Info_sections_set()
329330 Dwg_Section **result = 0 ; in _wrap_Dwg_Section_Info_sections_get()
329339 result = (Dwg_Section **) ((arg1)->sections); in _wrap_Dwg_Section_Info_sections_get()
338156 Dwg_Section *arg2 = (Dwg_Section *) 0 ; in _wrap_Dwg_Header_section_set()
338173 arg2 = (Dwg_Section *)(argp2); in _wrap_Dwg_Header_section_set()
338188 Dwg_Section *result = 0 ; in _wrap_Dwg_Header_section_get()
338197 result = (Dwg_Section *) ((arg1)->section); in _wrap_Dwg_Header_section_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm28386 package LibreDWG::Dwg_Section;
H A DLibreDWG.c402568 Dwg_Section **arg2 = (Dwg_Section **) 0 ; in XS()
402588 arg2 = (Dwg_Section **)(argp2); in XS()
402608 Dwg_Section **result = 0 ; in XS()
402619 result = (Dwg_Section **) ((arg1)->sections); in XS()
413304 Dwg_Section *arg2 = (Dwg_Section *) 0 ; in XS()
413324 arg2 = (Dwg_Section *)(argp2); in XS()
413344 Dwg_Section *result = 0 ; in XS()
413355 result = (Dwg_Section *) ((arg1)->section); in XS()