Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblockgriplocationcomponent.c10 BITCODE_BL grip_type; in api_process() local
19 CHK_ENTITY_TYPE (_obj, BLOCKGRIPLOCATIONCOMPONENT, grip_type, BL); in api_process()
H A Ddynapi_test.c37283 BITCODE_BL grip_type; in test_BLOCKGRIPLOCATIONCOMPONENT() local
37284 …ity_value (blockgriplocationcomponent, "BLOCKGRIPLOCATIONCOMPONENT", "grip_type", &grip_type, NULL) in test_BLOCKGRIPLOCATIONCOMPONENT()
37285 && grip_type == blockgriplocationcomponent->grip_type) in test_BLOCKGRIPLOCATIONCOMPONENT()
37288 …KGRIPLOCATIONCOMPONENT.grip_type [BL] %u != %u", blockgriplocationcomponent->grip_type, grip_type); in test_BLOCKGRIPLOCATIONCOMPONENT()
37289 grip_type++; in test_BLOCKGRIPLOCATIONCOMPONENT()
37290 …ty_set_value (blockgriplocationcomponent, "BLOCKGRIPLOCATIONCOMPONENT", "grip_type", &grip_type, 0) in test_BLOCKGRIPLOCATIONCOMPONENT()
37291 && grip_type == blockgriplocationcomponent->grip_type) in test_BLOCKGRIPLOCATIONCOMPONENT()
37294 …OCATIONCOMPONENT.grip_type [BL] set+1 %u != %u", blockgriplocationcomponent->grip_type, grip_type); in test_BLOCKGRIPLOCATIONCOMPONENT()
37295 blockgriplocationcomponent->grip_type--; in test_BLOCKGRIPLOCATIONCOMPONENT()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h7169 BITCODE_BL grip_type; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec8479 FIELD_BL (grip_type, 91); /* ?? */ \
H A Din_dxf.c6077 FIELD_BL (grip_type, 91); /* ?? */ in add_AcDbBlockGripExpr()
H A Ddynapi.c6152 …_type", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_object_BLOCKGRIPLOCATIONCOMPONENT, grip_type),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-16370 'grip_type'
H A Ddynapi.texi7303 @item grip_type
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py8824grip_type = property(_LibreDWG.Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_grip_type_get, _LibreDWG.Dwg_… variable in Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT
H A Dswig_python.c260353 if (arg1) (arg1)->grip_type = arg2; in _wrap_Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_grip_type_set()
260376 result = (BITCODE_BL) ((arg1)->grip_type); in _wrap_Dwg_Object_BLOCKGRIPLOCATIONCOMPONENT_grip_type_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c317911 if (arg1) (arg1)->grip_type = arg2; in XS()
317941 result = (BITCODE_BL) ((arg1)->grip_type); in XS()