Home
last modified time | relevance | path

Searched refs:Dwg_Object_STYLE (Results 1 – 12 of 12) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i333 EXPORT Dwg_Object_STYLE** dwg_getall_STYLE (Dwg_Data* dwg);
652 EXPORT Dwg_Object_STYLE* dwg_object_to_STYLE (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwg2SVG.c227 Dwg_Object_STYLE *style = o ? o->tio.object->tio.STYLE : NULL; in output_TEXT()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgadd.c481 Dwg_Object_STYLE *style; in dwg_add_dat()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2300 } Dwg_Object_STYLE; typedef
8024 Dwg_Object_STYLE *STYLE;
H A Ddwg_api.h6701 EXPORT Dwg_Object_STYLE*
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c20925 Dwg_Object_STYLE *table = obj->tio.object->tio.STYLE; in dwg_obj_table_get_name()
22181 Dwg_Object_STYLE *style; in dwg_add_Document()
24479 EXPORT Dwg_Object_STYLE *
H A Ddynapi.c14401 Dwg_Object_STYLE *_obj = obj->tio.object->tio.STYLE; in dwg_dynapi_handle_name()
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py2442 class Dwg_Object_STYLE(object): class
2468 _LibreDWG.Dwg_Object_STYLE_swigregister(Dwg_Object_STYLE)
H A Dswig_python.c4254 Dwg_Object_STYLE *STYLE;
314698 Dwg_Object_STYLE *arg2 = (Dwg_Object_STYLE *) 0 ; in _wrap__dwg_object_object_tio_STYLE_set()
314715 arg2 = (Dwg_Object_STYLE *)(argp2); in _wrap__dwg_object_object_tio_STYLE_set()
314730 Dwg_Object_STYLE *result = 0 ; in _wrap__dwg_object_object_tio_STYLE_get()
314739 result = (Dwg_Object_STYLE *) ((arg1)->STYLE); in _wrap__dwg_object_object_tio_STYLE_get()
360545 Dwg_Object_STYLE **result = 0 ; in _wrap_dwg_getall_STYLE()
360554 result = (Dwg_Object_STYLE **)dwg_getall_STYLE(arg1); in _wrap_dwg_getall_STYLE()
366088 Dwg_Object_STYLE *result = 0 ; in _wrap_dwg_object_to_STYLE()
366097 result = (Dwg_Object_STYLE *)dwg_object_to_STYLE(arg1); in _wrap_dwg_object_to_STYLE()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c56492 Dwg_Object_STYLE *restrict style = obj->tio.object->tio.STYLE; in test_STYLE()
65454 size1 = sizeof (Dwg_Object_STYLE); in test_sizes()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm5879 package LibreDWG::Dwg_Object_STYLE;
H A DLibreDWG.c3103 Dwg_Object_STYLE *STYLE;
384431 Dwg_Object_STYLE *arg2 = (Dwg_Object_STYLE *) 0 ; in XS()
384451 arg2 = (Dwg_Object_STYLE *)(argp2); in XS()
384471 Dwg_Object_STYLE *result = 0 ; in XS()
384482 result = (Dwg_Object_STYLE *) ((arg1)->STYLE); in XS()
440631 Dwg_Object_STYLE **result = 0 ; in XS()
440642 result = (Dwg_Object_STYLE **)dwg_getall_STYLE(arg1); in XS()
447379 Dwg_Object_STYLE *result = 0 ; in XS()
447390 result = (Dwg_Object_STYLE *)dwg_object_to_STYLE(arg1); in XS()