Home
last modified time | relevance | path

Searched refs:flipped_state_label (Results 1 – 11 of 11) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblockflipparameter.c13 BITCODE_T flipped_state_label; in api_process() local
48 CHK_ENTITY_UTF8TEXT (_obj, BLOCKFLIPPARAMETER, flipped_state_label); in api_process()
H A Ddynapi_test.c37121 BITCODE_T flipped_state_label; in test_BLOCKFLIPPARAMETER() local
37122 …value (blockflipparameter, "BLOCKFLIPPARAMETER", "flipped_state_label", &flipped_state_label, NULL) in test_BLOCKFLIPPARAMETER()
37123 && flipped_state_label in test_BLOCKFLIPPARAMETER()
37124 ? strEQ ((char *)flipped_state_label, (char *)blockflipparameter->flipped_state_label) in test_BLOCKFLIPPARAMETER()
37125 : !blockflipparameter->flipped_state_label) in test_BLOCKFLIPPARAMETER()
37128 …AMETER.flipped_state_label [T] '%s' <> '%s'", flipped_state_label, blockflipparameter->flipped_sta… in test_BLOCKFLIPPARAMETER()
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwggrep.c1378 MATCH_OBJECT (BLOCKFLIPPARAMETER, flipped_state_label, 308); in match_BLOCKFLIPPARAMETER()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h7323 BITCODE_T flipped_state_label;/*!< DXF 308 */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec8637 FIELD_T (flipped_state_label, 308);
H A Ddynapi.c6136 …label", "T", sizeof (BITCODE_T), OFF (struct _dwg_object_BLOCKFLIPPARAMETER, flipped_state_label),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-16355 'flipped_state_label'
H A Ddynapi.texi7280 @item flipped_state_label
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py9249flipped_state_label = property(_LibreDWG.Dwg_Object_BLOCKFLIPPARAMETER_flipped_state_label_get, _L… variable in Dwg_Object_BLOCKFLIPPARAMETER
H A Dswig_python.c272128 if (arg1->flipped_state_label) free((char*)arg1->flipped_state_label); in _wrap_Dwg_Object_BLOCKFLIPPARAMETER_flipped_state_label_set()
272131 …arg1->flipped_state_label = (BITCODE_TV)(char *)memcpy(malloc((size)*sizeof(char)), (const char *)… in _wrap_Dwg_Object_BLOCKFLIPPARAMETER_flipped_state_label_set()
272133 arg1->flipped_state_label = 0; in _wrap_Dwg_Object_BLOCKFLIPPARAMETER_flipped_state_label_set()
272159 result = (BITCODE_TV) ((arg1)->flipped_state_label); in _wrap_Dwg_Object_BLOCKFLIPPARAMETER_flipped_state_label_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c332291 if (arg1->flipped_state_label) free((char*)arg1->flipped_state_label); in XS()
332294 …arg1->flipped_state_label = (BITCODE_TV)(char *)memcpy(malloc((size)*sizeof(char)), (const char *)… in XS()
332296 arg1->flipped_state_label = 0; in XS()
332327 result = (BITCODE_TV) ((arg1)->flipped_state_label); in XS()