Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i291 EXPORT Dwg_Object_BLOCKMOVEACTION** dwg_getall_BLOCKMOVEACTION (Dwg_Data* dwg);
610 EXPORT Dwg_Object_BLOCKMOVEACTION* dwg_object_to_BLOCKMOVEACTION (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h7412 } Dwg_Object_BLOCKMOVEACTION; typedef
8054 Dwg_Object_BLOCKMOVEACTION *BLOCKMOVEACTION;
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Din_dxf.c7363 Dwg_Object_BLOCKMOVEACTION *o = obj->tio.object->tio.BLOCKMOVEACTION; in add_AcDbBlockAction()
7506 Dwg_Object_BLOCKMOVEACTION *o = obj->tio.object->tio.BLOCKMOVEACTION; in add_AcDbBlockMoveAction()
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py9555 class Dwg_Object_BLOCKMOVEACTION(object): class
9579 _LibreDWG.Dwg_Object_BLOCKMOVEACTION_swigregister(Dwg_Object_BLOCKMOVEACTION)
H A Dswig_python.c4284 Dwg_Object_BLOCKMOVEACTION *BLOCKMOVEACTION;
316206 Dwg_Object_BLOCKMOVEACTION *arg2 = (Dwg_Object_BLOCKMOVEACTION *) 0 ; in _wrap__dwg_object_object_tio_BLOCKMOVEACTION_set()
316223 arg2 = (Dwg_Object_BLOCKMOVEACTION *)(argp2); in _wrap__dwg_object_object_tio_BLOCKMOVEACTION_set()
316238 Dwg_Object_BLOCKMOVEACTION *result = 0 ; in _wrap__dwg_object_object_tio_BLOCKMOVEACTION_get()
316247 result = (Dwg_Object_BLOCKMOVEACTION *) ((arg1)->BLOCKMOVEACTION); in _wrap__dwg_object_object_tio_BLOCKMOVEACTION_get()
359579 Dwg_Object_BLOCKMOVEACTION **result = 0 ; in _wrap_dwg_getall_BLOCKMOVEACTION()
359588 result = (Dwg_Object_BLOCKMOVEACTION **)dwg_getall_BLOCKMOVEACTION(arg1); in _wrap_dwg_getall_BLOCKMOVEACTION()
365122 Dwg_Object_BLOCKMOVEACTION *result = 0 ; in _wrap_dwg_object_to_BLOCKMOVEACTION()
365131 result = (Dwg_Object_BLOCKMOVEACTION *)dwg_object_to_BLOCKMOVEACTION(arg1); in _wrap_dwg_object_to_BLOCKMOVEACTION()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c38883 Dwg_Object_BLOCKMOVEACTION *restrict blockmoveaction = obj->tio.object->tio.BLOCKMOVEACTION; in test_BLOCKMOVEACTION()
64606 size1 = sizeof (Dwg_Object_BLOCKMOVEACTION); in test_sizes()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm24680 package LibreDWG::Dwg_Object_BLOCKMOVEACTION;
H A DLibreDWG.c3133 Dwg_Object_BLOCKMOVEACTION *BLOCKMOVEACTION;
386316 Dwg_Object_BLOCKMOVEACTION *arg2 = (Dwg_Object_BLOCKMOVEACTION *) 0 ; in XS()
386336 arg2 = (Dwg_Object_BLOCKMOVEACTION *)(argp2); in XS()
386356 Dwg_Object_BLOCKMOVEACTION *result = 0 ; in XS()
386367 result = (Dwg_Object_BLOCKMOVEACTION *) ((arg1)->BLOCKMOVEACTION); in XS()
439455 Dwg_Object_BLOCKMOVEACTION **result = 0 ; in XS()
439466 result = (Dwg_Object_BLOCKMOVEACTION **)dwg_getall_BLOCKMOVEACTION(arg1); in XS()
446203 Dwg_Object_BLOCKMOVEACTION *result = 0 ; in XS()
446214 result = (Dwg_Object_BLOCKMOVEACTION *)dwg_object_to_BLOCKMOVEACTION(arg1); in XS()