Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dhatch.c40 dwg_ent_hatch *hatch = dwg_object_to_HATCH (obj); in api_process()
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i520 EXPORT Dwg_Entity_HATCH* dwg_object_to_HATCH (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py13784 def dwg_object_to_HATCH(obj): function
13785 return _LibreDWG.dwg_object_to_HATCH(obj)
H A Dswig_python.c363613 result = (Dwg_Entity_HATCH *)dwg_object_to_HATCH(arg1); in _wrap_dwg_object_to_HATCH()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm686 *dwg_object_to_HATCH = *LibreDWGc::dwg_object_to_HATCH;
H A DLibreDWG.c444366 result = (Dwg_Entity_HATCH *)dwg_object_to_HATCH(arg1); in XS()