Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dmtext.c28 dwg_ent_mtext *mtext = dwg_object_to_MTEXT (obj); in api_process()
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i530 EXPORT Dwg_Entity_MTEXT* dwg_object_to_MTEXT (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py13814 def dwg_object_to_MTEXT(obj): function
13815 return _LibreDWG.dwg_object_to_MTEXT(obj)
H A Dswig_python.c363843 result = (Dwg_Entity_MTEXT *)dwg_object_to_MTEXT(arg1); in _wrap_dwg_object_to_MTEXT()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm696 *dwg_object_to_MTEXT = *LibreDWGc::dwg_object_to_MTEXT;
H A DLibreDWG.c444646 result = (Dwg_Entity_MTEXT *)dwg_object_to_MTEXT(arg1); in XS()