Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_VISUALSTYLE.inc31 { 175, "1", NULL, 0, BITS_UNKNOWN, "edge_intersection_ltype", 5, {-1,-1,-1,-1,-1} },
81 { 175, "1", NULL, 0, BITS_UNKNOWN, "edge_intersection_ltype", 5, {-1,-1,-1,-1,-1} },
131 { 175, "1", NULL, 0, BITS_UNKNOWN, "edge_intersection_ltype", 5, {-1,-1,-1,-1,-1} },
181 { 175, "1", NULL, 0, BITS_UNKNOWN, "edge_intersection_ltype", 6, {-1,-1,-1,-1,-1} },
231 { 175, "1", NULL, 0, BITS_UNKNOWN, "edge_intersection_ltype", 8, {-1,-1,-1,-1,-1} },
281 { 175, "1", NULL, 0, BITS_UNKNOWN, "edge_intersection_ltype", 5, {-1,-1,-1,-1,-1} },
331 { 175, "1", NULL, 0, BITS_UNKNOWN, "edge_intersection_ltype", 6, {-1,-1,-1,-1,-1} },
381 { 175, "1", NULL, 0, BITS_UNKNOWN, "edge_intersection_ltype", 5, {-1,-1,-1,-1,-1} },
445 { 175, "1", NULL, 0, BITS_UNKNOWN, "edge_intersection_ltype", 33, {-1,-1,-1,-1,-1} },
522 { 175, "1", NULL, 0, BITS_UNKNOWN, "edge_intersection_ltype", 35, {-1,-1,-1,-1,-1} },
[all …]
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvisualstyle.c24 BITCODE_BL edge_intersection_ltype; in api_process() local
113 CHK_ENTITY_TYPE (vsty, VISUALSTYLE, edge_intersection_ltype, BS); in api_process()
121 CHK_ENTITY_TYPE (vsty, VISUALSTYLE, edge_intersection_ltype, BL); in api_process()
H A Ddynapi_test.c59965 BITCODE_BL edge_intersection_ltype; in test_VISUALSTYLE() local
59966 …ntity_value (visualstyle, "VISUALSTYLE", "edge_intersection_ltype", &edge_intersection_ltype, NULL) in test_VISUALSTYLE()
59967 && edge_intersection_ltype == visualstyle->edge_intersection_ltype) in test_VISUALSTYLE()
59970 …dge_intersection_ltype [BL] %u != %u", visualstyle->edge_intersection_ltype, edge_intersection_lty… in test_VISUALSTYLE()
59971 edge_intersection_ltype++; in test_VISUALSTYLE()
59972 …tity_set_value (visualstyle, "VISUALSTYLE", "edge_intersection_ltype", &edge_intersection_ltype, 0) in test_VISUALSTYLE()
59973 && edge_intersection_ltype == visualstyle->edge_intersection_ltype) in test_VISUALSTYLE()
59976 …tersection_ltype [BL] set+1 %u != %u", visualstyle->edge_intersection_ltype, edge_intersection_lty… in test_VISUALSTYLE()
59977 visualstyle->edge_intersection_ltype--; in test_VISUALSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec7362 DXF { FIELD_BL (edge_intersection_ltype, 175); }
7384 FIELD_CAST (edge_intersection_ltype, BS, BL, 0); // DXF above
7417 FIELD_BL (edge_intersection_ltype, 175); FIELD_BS (edge_intersection_ltype_int, 176);
7457 FIELD_BL (edge_intersection_ltype, 90); FIELD_BS (edge_intersection_ltype_int, 176);
H A Ddynapi.c9926 …_ltype", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_object_VISUALSTYLE, edge_intersection_ltype),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4382 BITCODE_BL edge_intersection_ltype; /*!< DXF 175 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-110043 'edge_intersection_ltype'
H A Ddynapi.texi12036 @item edge_intersection_ltype
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4925edge_intersection_ltype = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_intersection_ltype_get, _… variable in Dwg_Object_VISUALSTYLE
H A Dswig_python.c145481 if (arg1) (arg1)->edge_intersection_ltype = arg2; in _wrap_Dwg_Object_VISUALSTYLE_edge_intersection_ltype_set()
145504 result = (BITCODE_BL) ((arg1)->edge_intersection_ltype); in _wrap_Dwg_Object_VISUALSTYLE_edge_intersection_ltype_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c176912 if (arg1) (arg1)->edge_intersection_ltype = arg2; in XS()
176942 result = (BITCODE_BL) ((arg1)->edge_intersection_ltype); in XS()