Home
last modified time | relevance | path

Searched refs:dwg_object_to_LIGHT (Results 1 – 6 of 6) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dlight.c56 dwg_ent_light *light = dwg_object_to_LIGHT (obj); in api_process()
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i524 EXPORT Dwg_Entity_LIGHT* dwg_object_to_LIGHT (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py13796 def dwg_object_to_LIGHT(obj): function
13797 return _LibreDWG.dwg_object_to_LIGHT(obj)
H A Dswig_python.c363705 result = (Dwg_Entity_LIGHT *)dwg_object_to_LIGHT(arg1); in _wrap_dwg_object_to_LIGHT()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm690 *dwg_object_to_LIGHT = *LibreDWGc::dwg_object_to_LIGHT;
H A DLibreDWG.c444478 result = (Dwg_Entity_LIGHT *)dwg_object_to_LIGHT(arg1); in XS()