Home
last modified time | relevance | path

Searched refs:Dwg_Object_VPORT (Results 1 – 11 of 11) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i343 EXPORT Dwg_Object_VPORT** dwg_getall_VPORT (Dwg_Data* dwg);
662 EXPORT Dwg_Object_VPORT* dwg_object_to_VPORT (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgadd.c483 Dwg_Object_VPORT *vport; in dwg_add_dat()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2492 } Dwg_Object_VPORT; typedef
8031 Dwg_Object_VPORT *VPORT;
H A Ddwg_api.h6713 EXPORT Dwg_Object_VPORT*
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Din_dxf.c10231 Dwg_Object_VPORT *o = obj->tio.object->tio.VPORT; in new_object()
10463 Dwg_Object_VPORT *o = obj->tio.object->tio.VPORT; in new_object()
H A Ddwg_api.c22188 Dwg_Object_VPORT *vport_active; in dwg_add_Document()
24507 EXPORT Dwg_Object_VPORT *
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py2668 class Dwg_Object_VPORT(object): class
2730 _LibreDWG.Dwg_Object_VPORT_swigregister(Dwg_Object_VPORT)
H A Dswig_python.c4261 Dwg_Object_VPORT *VPORT;
315062 Dwg_Object_VPORT *arg2 = (Dwg_Object_VPORT *) 0 ; in _wrap__dwg_object_object_tio_VPORT_set()
315079 arg2 = (Dwg_Object_VPORT *)(argp2); in _wrap__dwg_object_object_tio_VPORT_set()
315094 Dwg_Object_VPORT *result = 0 ; in _wrap__dwg_object_object_tio_VPORT_get()
315103 result = (Dwg_Object_VPORT *) ((arg1)->VPORT); in _wrap__dwg_object_object_tio_VPORT_get()
360775 Dwg_Object_VPORT **result = 0 ; in _wrap_dwg_getall_VPORT()
360784 result = (Dwg_Object_VPORT **)dwg_getall_VPORT(arg1); in _wrap_dwg_getall_VPORT()
366318 Dwg_Object_VPORT *result = 0 ; in _wrap_dwg_object_to_VPORT()
366327 result = (Dwg_Object_VPORT *)dwg_object_to_VPORT(arg1); in _wrap_dwg_object_to_VPORT()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c60707 Dwg_Object_VPORT *restrict vport = obj->tio.object->tio.VPORT; in test_VPORT()
65582 size1 = sizeof (Dwg_Object_VPORT); in test_sizes()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm6481 package LibreDWG::Dwg_Object_VPORT;
H A DLibreDWG.c3110 Dwg_Object_VPORT *VPORT;
384886 Dwg_Object_VPORT *arg2 = (Dwg_Object_VPORT *) 0 ; in XS()
384906 arg2 = (Dwg_Object_VPORT *)(argp2); in XS()
384926 Dwg_Object_VPORT *result = 0 ; in XS()
384937 result = (Dwg_Object_VPORT *) ((arg1)->VPORT); in XS()
440911 Dwg_Object_VPORT **result = 0 ; in XS()
440922 result = (Dwg_Object_VPORT **)dwg_getall_VPORT(arg1); in XS()
447659 Dwg_Object_VPORT *result = 0 ; in XS()
447670 result = (Dwg_Object_VPORT *)dwg_object_to_VPORT(arg1); in XS()