Home
last modified time | relevance | path

Searched refs:Dwg_Object_APPID (Results 1 – 13 of 13) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.c2173 Dwg_Object_APPID *_o; // just some random type in dwg_find_dicthandle_objname()
2438 Dwg_Object_APPID *_o; in dwg_find_tablehandle()
2513 Dwg_Object_APPID *_o; in dwg_handle_name()
2534 _o = (Dwg_Object_APPID *)bo->tio.entity->tio.BLOCK; in dwg_handle_name()
H A Din_json.c2562 Dwg_Object_APPID *_obj = NULL; in json_OBJECTS()
2691 _obj = (Dwg_Object_APPID*)calloc (1, objsize); in json_OBJECTS()
2750 _obj = (Dwg_Object_APPID *)calloc (1, objsize); in json_OBJECTS()
H A Dencode.c58 Dwg_Object_APPID *dwg_add_APPID (Dwg_Data *restrict dwg,
1081 Dwg_Object_APPID *_obj; in add_LibreDWG_APPID()
H A Din_dxf.c8776 Dwg_Object_APPID *_obj = NULL; // the smallest in new_object()
12566 Dwg_Object_APPID *_obj = obj->tio.object->tio.APPID; in resolve_postponed_object_refs()
H A Ddwg_api.c24534 EXPORT Dwg_Object_APPID *
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i280 EXPORT Dwg_Object_APPID** dwg_getall_APPID (Dwg_Data* dwg);
599 EXPORT Dwg_Object_APPID* dwg_object_to_APPID (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2511 } Dwg_Object_APPID; typedef
8010 Dwg_Object_APPID *APPID;
H A Ddwg_api.h6719 EXPORT Dwg_Object_APPID*
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py2746 class Dwg_Object_APPID(object): class
2764 _LibreDWG.Dwg_Object_APPID_swigregister(Dwg_Object_APPID)
H A Dswig_python.c4240 Dwg_Object_APPID *APPID;
313970 Dwg_Object_APPID *arg2 = (Dwg_Object_APPID *) 0 ; in _wrap__dwg_object_object_tio_APPID_set()
313987 arg2 = (Dwg_Object_APPID *)(argp2); in _wrap__dwg_object_object_tio_APPID_set()
314002 Dwg_Object_APPID *result = 0 ; in _wrap__dwg_object_object_tio_APPID_get()
314011 result = (Dwg_Object_APPID *) ((arg1)->APPID); in _wrap__dwg_object_object_tio_APPID_get()
359326 Dwg_Object_APPID **result = 0 ; in _wrap_dwg_getall_APPID()
359335 result = (Dwg_Object_APPID **)dwg_getall_APPID(arg1); in _wrap_dwg_getall_APPID()
364869 Dwg_Object_APPID *result = 0 ; in _wrap_dwg_object_to_APPID()
364878 result = (Dwg_Object_APPID *)dwg_object_to_APPID(arg1); in _wrap_dwg_object_to_APPID()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c28406 Dwg_Object_APPID *restrict appid = obj->tio.object->tio.APPID; in test_APPID()
64110 size1 = sizeof (Dwg_Object_APPID); in test_sizes()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm6667 package LibreDWG::Dwg_Object_APPID;
H A DLibreDWG.c3089 Dwg_Object_APPID *APPID;
383521 Dwg_Object_APPID *arg2 = (Dwg_Object_APPID *) 0 ; in XS()
383541 arg2 = (Dwg_Object_APPID *)(argp2); in XS()
383561 Dwg_Object_APPID *result = 0 ; in XS()
383572 result = (Dwg_Object_APPID *) ((arg1)->APPID); in XS()
439147 Dwg_Object_APPID **result = 0 ; in XS()
439158 result = (Dwg_Object_APPID **)dwg_getall_APPID(arg1); in XS()
445895 Dwg_Object_APPID *result = 0 ; in XS()
445906 result = (Dwg_Object_APPID *)dwg_object_to_APPID(arg1); in XS()