Home
last modified time | relevance | path

Searched refs:offset_from_arc (Results 1 – 10 of 10) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Darcalignedtext.c25 BITCODE_D2T offset_from_arc; /*!< DXF 44 */ in api_process() local
58 CHK_ENTITY_UTF8TEXT (atext, ARCALIGNEDTEXT, offset_from_arc); in api_process()
H A Ddynapi_test.c6247 BITCODE_D2T offset_from_arc; in test_ARCALIGNEDTEXT() local
6248 …g_dynapi_entity_value (arcalignedtext, "ARCALIGNEDTEXT", "offset_from_arc", &offset_from_arc, NULL) in test_ARCALIGNEDTEXT()
6249 && offset_from_arc == arcalignedtext->offset_from_arc) in test_ARCALIGNEDTEXT()
6252 …"ARCALIGNEDTEXT.offset_from_arc [D2T] %s != %s", arcalignedtext->offset_from_arc, offset_from_arc); in test_ARCALIGNEDTEXT()
6253 …_dynapi_entity_set_value (arcalignedtext, "ARCALIGNEDTEXT", "offset_from_arc", &offset_from_arc, 0) in test_ARCALIGNEDTEXT()
6254 && offset_from_arc == arcalignedtext->offset_from_arc) in test_ARCALIGNEDTEXT()
6257 …IGNEDTEXT.offset_from_arc [D2T] set+1 %s != %s", arcalignedtext->offset_from_arc, offset_from_arc); in test_ARCALIGNEDTEXT()
6258 arcalignedtext->offset_from_arc--; in test_ARCALIGNEDTEXT()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec10264 FIELD_D2T (offset_from_arc, 44);
10291 FIELD_D2T (offset_from_arc, 44);
H A Ddynapi.c881 …_from_arc", "D2T", sizeof (BITCODE_D2T), OFF (struct _dwg_entity_ARCALIGNEDTEXT, offset_from_arc),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6951 BITCODE_D2T offset_from_arc; /*!< DXF 44 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-11212 'offset_from_arc'
H A Ddynapi.texi896 @item offset_from_arc
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py8578offset_from_arc = property(_LibreDWG.Dwg_Entity_ARCALIGNEDTEXT_offset_from_arc_get, _LibreDWG.Dwg_… variable in Dwg_Entity_ARCALIGNEDTEXT
H A Dswig_python.c254818 if (arg1->offset_from_arc) free((char*)arg1->offset_from_arc); in _wrap_Dwg_Entity_ARCALIGNEDTEXT_offset_from_arc_set()
254821 …arg1->offset_from_arc = (BITCODE_D2T)(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(ar… in _wrap_Dwg_Entity_ARCALIGNEDTEXT_offset_from_arc_set()
254823 arg1->offset_from_arc = 0; in _wrap_Dwg_Entity_ARCALIGNEDTEXT_offset_from_arc_set()
254849 result = (BITCODE_D2T) ((arg1)->offset_from_arc); in _wrap_Dwg_Entity_ARCALIGNEDTEXT_offset_from_arc_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c311218 if (arg1->offset_from_arc) free((char*)arg1->offset_from_arc); in XS()
311221 …arg1->offset_from_arc = (BITCODE_D2T)(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(ar… in XS()
311223 arg1->offset_from_arc = 0; in XS()
311254 result = (BITCODE_D2T) ((arg1)->offset_from_arc); in XS()