Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dellipse.c11 dwg_ent_ellipse *ellipse = dwg_object_to_ELLIPSE (obj); in api_process()
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i518 EXPORT Dwg_Entity_ELLIPSE* dwg_object_to_ELLIPSE (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py13778 def dwg_object_to_ELLIPSE(obj): function
13779 return _LibreDWG.dwg_object_to_ELLIPSE(obj)
H A Dswig_python.c363567 result = (Dwg_Entity_ELLIPSE *)dwg_object_to_ELLIPSE(arg1); in _wrap_dwg_object_to_ELLIPSE()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm684 *dwg_object_to_ELLIPSE = *LibreDWGc::dwg_object_to_ELLIPSE;
H A DLibreDWG.c444310 result = (Dwg_Entity_ELLIPSE *)dwg_object_to_ELLIPSE(arg1); in XS()