Home
last modified time | relevance | path

Searched refs:mspace_ref (Results 1 – 5 of 5) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dadd_test.c92 Dwg_Object_Ref *mspace_ref; in test_add() local
144 mspace_ref = dwg_model_space_ref (dwg); in test_add()
831 mspace_ref = dwg_model_space_ref (dwg); in test_add()
837 Dwg_Entity_##token **objs = dwg_getall_##token (mspace_ref); \ in test_add()
905 Dwg_Entity_MLINE **ents = dwg_getall_MLINE (mspace_ref); in test_add()
935 Dwg_Entity_PDFUNDERLAY **ents = dwg_getall_PDFUNDERLAY (mspace_ref); in test_add()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgfuzz.c495 Dwg_Object_Ref *mspace_ref; in dwg_fuzz_dat() local
534 mspace_ref = dwg_model_space_ref (dwg); in dwg_fuzz_dat()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dout_dxfb.c2195 unsigned long int mspace_ref = mspace ? mspace->handle.value : 0; in dxfb_block_write() local
2221 && obj->tio.entity->ownerhandle->absolute_ref != mspace_ref in dxfb_block_write()
H A Dout_dxf.c3412 unsigned long int mspace_ref = mspace ? mspace->handle.value : 0; in dxf_block_write() local
3451 && obj->tio.entity->ownerhandle->absolute_ref != mspace_ref in dxf_block_write()
H A Din_dxf.c12234 BITCODE_H mspace_ref = dwg_model_space_ref (dwg); in dxf_entities_read() local
12265 add_to_BLOCK_HEADER (obj, mspace_ref); in dxf_entities_read()