Home
last modified time | relevance | path

Searched refs:identifier_position (Results 1 – 13 of 13) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_ACDBSECTIONVIEWSTYLE.inc30 { 40, "0.24", NULL, 0, BITS_UNKNOWN, "identifier_position", 5, {-1,-1,-1,-1,-1} },
96 { 40, "0.24", NULL, 0, BITS_UNKNOWN, "identifier_position", 5, {-1,-1,-1,-1,-1} },
162 { 40, "0.24", NULL, 0, BITS_UNKNOWN, "identifier_position", 5, {-1,-1,-1,-1,-1} },
228 { 40, "0.24", NULL, 0, BITS_UNKNOWN, "identifier_position", 5, {-1,-1,-1,-1,-1} },
294 { 40, "0.24", NULL, 0, BITS_UNKNOWN, "identifier_position", 5, {-1,-1,-1,-1,-1} },
359 { 40, "0.24", NULL, 0, BITS_UNKNOWN, "identifier_position", 5, {-1,-1,-1,-1,-1} },
426 { 40, "5.0", NULL, 0, BITS_UNKNOWN, "identifier_position", 5, {-1,-1,-1,-1,-1} },
492 { 40, "0.24", NULL, 0, BITS_UNKNOWN, "identifier_position", 5, {-1,-1,-1,-1,-1} },
557 { 40, "0.24", NULL, 0, BITS_UNKNOWN, "identifier_position", 5, {-1,-1,-1,-1,-1} },
623 { 40, "5.0", NULL, 0, BITS_UNKNOWN, "identifier_position", 5, {-1,-1,-1,-1,-1} },
[all …]
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsectionviewstyle.c23 BITCODE_BLd identifier_position; in api_process() local
71 CHK_ENTITY_TYPE (_obj, SECTIONVIEWSTYLE, identifier_position, BLd); in api_process()
H A Ddynapi_test.c55684 BITCODE_BLd identifier_position; in test_SECTIONVIEWSTYLE() local
55685 …ity_value (sectionviewstyle, "SECTIONVIEWSTYLE", "identifier_position", &identifier_position, NULL) in test_SECTIONVIEWSTYLE()
55686 && identifier_position == sectionviewstyle->identifier_position) in test_SECTIONVIEWSTYLE()
55689 …Ld] " FORMAT_BLd " != " FORMAT_BLd "", sectionviewstyle->identifier_position, identifier_position); in test_SECTIONVIEWSTYLE()
55690 …ty_set_value (sectionviewstyle, "SECTIONVIEWSTYLE", "identifier_position", &identifier_position, 0) in test_SECTIONVIEWSTYLE()
55691 && identifier_position == sectionviewstyle->identifier_position) in test_SECTIONVIEWSTYLE()
55694 …t+1 " FORMAT_BLd " != " FORMAT_BLd "", sectionviewstyle->identifier_position, identifier_position); in test_SECTIONVIEWSTYLE()
55695 sectionviewstyle->identifier_position--; in test_SECTIONVIEWSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec9990 FIELD_BLd (identifier_position, 90);
10039 FIELD_BLd (identifier_position, 0); // DXF see above
H A Din_dxf.c8067 FIELD_BLd (identifier_position, 90); in add_AcDbSectionViewStyle()
H A Ddynapi.c9296 …ion", "BLd", sizeof (BITCODE_BLd), OFF (struct _dwg_object_SECTIONVIEWSTYLE, identifier_position),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6841 BITCODE_BLd identifier_position; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-19424 'identifier_position'
H A Ddynapi.texi11221 @item identifier_position
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py8438identifier_position = property(_LibreDWG.Dwg_Object_SECTIONVIEWSTYLE_identifier_position_get, _Lib… variable in Dwg_Object_SECTIONVIEWSTYLE
H A Dswig_python.c250567 if (arg1) (arg1)->identifier_position = arg2; in _wrap_Dwg_Object_SECTIONVIEWSTYLE_identifier_position_set()
250590 result = (BITCODE_BLd) ((arg1)->identifier_position); in _wrap_Dwg_Object_SECTIONVIEWSTYLE_identifier_position_get()
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog3116 dxf: fixup AcDbSectionViewStyle.identifier_position order
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c306039 if (arg1) (arg1)->identifier_position = arg2; in XS()
306069 result = (BITCODE_BLd) ((arg1)->identifier_position); in XS()