Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblock_header.c22 BITCODE_B xrefoverlaid; /* flag 70 bit 4 */ in api_process() local
58 CHK_ENTITY_TYPE (block_header, BLOCK_HEADER, xrefoverlaid, B); /* flag 70 bit 4 */ in api_process()
H A Ddynapi_test.c43471 BITCODE_B xrefoverlaid; in test_BLOCK_HEADER() local
43472 if (dwg_dynapi_entity_value (block_header, "BLOCK_HEADER", "xrefoverlaid", &xrefoverlaid, NULL) in test_BLOCK_HEADER()
43473 && xrefoverlaid == block_header->xrefoverlaid) in test_BLOCK_HEADER()
43476 …K_HEADER.xrefoverlaid [B] " FORMAT_B " != " FORMAT_B "", block_header->xrefoverlaid, xrefoverlaid); in test_BLOCK_HEADER()
43477 xrefoverlaid++; in test_BLOCK_HEADER()
43478 if (dwg_dynapi_entity_set_value (block_header, "BLOCK_HEADER", "xrefoverlaid", &xrefoverlaid, 0) in test_BLOCK_HEADER()
43479 && xrefoverlaid == block_header->xrefoverlaid) in test_BLOCK_HEADER()
43482 …ER.xrefoverlaid [B] set+1 " FORMAT_B " != " FORMAT_B "", block_header->xrefoverlaid, xrefoverlaid); in test_BLOCK_HEADER()
43483 block_header->xrefoverlaid--; in test_BLOCK_HEADER()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec2854 FIELD_VALUE (xrefoverlaid) = FIELD_VALUE (flag) & 8;
2860 FIELD_B (xrefoverlaid, 0); // bit 8
2869 FIELD_VALUE (xrefoverlaid) << 3;
2913 if (!FIELD_VALUE (blkisxref) && !FIELD_VALUE (xrefoverlaid))
H A Din_dxf.c9781 SET_CTRL_BIT (8, xrefoverlaid); in new_object()
H A Ddynapi.c7238 { "xrefoverlaid", "B", sizeof (BITCODE_B), OFF (struct _dwg_object_BLOCK_HEADER, xrefoverlaid),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2206 BITCODE_B xrefoverlaid; /* flag 70 bit 4 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-17430 'xrefoverlaid'
H A Ddynapi.texi8607 @item xrefoverlaid
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py2355xrefoverlaid = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_xrefoverlaid_get, _LibreDWG.Dwg_Object_B… variable in Dwg_Object_BLOCK_HEADER
H A Dswig_python.c68509 if (arg1) (arg1)->xrefoverlaid = arg2; in _wrap_Dwg_Object_BLOCK_HEADER_xrefoverlaid_set()
68532 result = (BITCODE_B) ((arg1)->xrefoverlaid); in _wrap_Dwg_Object_BLOCK_HEADER_xrefoverlaid_get()
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog15134 anonymous,hasattrs,blkisxref,xrefoverlaid from flag.
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c82374 if (arg1) (arg1)->xrefoverlaid = arg2; in XS()
82404 result = (BITCODE_B) ((arg1)->xrefoverlaid); in XS()