Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_VISUALSTYLE.inc39 { 67, "7", NULL, 0, BITS_UNKNOWN, "edge_silhouette_color", 3, {-1,-1,-1,-1,-1} },
89 { 67, "7", NULL, 0, BITS_UNKNOWN, "edge_silhouette_color", 3, {-1,-1,-1,-1,-1} },
139 { 67, "7", NULL, 0, BITS_UNKNOWN, "edge_silhouette_color", 2, {-1,-1,-1,-1,-1} },
189 { 67, "7", NULL, 0, BITS_UNKNOWN, "edge_silhouette_color", 4, {-1,-1,-1,-1,-1} },
239 { 67, "7", NULL, 0, BITS_UNKNOWN, "edge_silhouette_color", 3, {-1,-1,-1,-1,-1} },
289 { 67, "7", NULL, 0, BITS_UNKNOWN, "edge_silhouette_color", 4, {-1,-1,-1,-1,-1} },
339 { 67, "7", NULL, 0, BITS_UNKNOWN, "edge_silhouette_color", 3, {-1,-1,-1,-1,-1} },
389 { 67, "7", NULL, 0, BITS_UNKNOWN, "edge_silhouette_color", 3, {-1,-1,-1,-1,-1} },
461 { 67, "7", NULL, 0, BITS_UNKNOWN, "edge_silhouette_color", 4, {-1,-1,-1,-1,-1} },
538 { 67, "7", NULL, 0, BITS_UNKNOWN, "edge_silhouette_color", 3, {-1,-1,-1,-1,-1} },
[all …]
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvisualstyle.c32 BITCODE_CMC edge_silhouette_color; in api_process() local
124 CHK_ENTITY_CMC (vsty, VISUALSTYLE, edge_silhouette_color); in api_process()
H A Ddynapi_test.c60228 BITCODE_CMC edge_silhouette_color; in test_VISUALSTYLE() local
60229 …pi_entity_value (visualstyle, "VISUALSTYLE", "edge_silhouette_color", &edge_silhouette_color, NULL) in test_VISUALSTYLE()
60230 … && !memcmp (&edge_silhouette_color, &visualstyle->edge_silhouette_color, sizeof (BITCODE_CMC))) in test_VISUALSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec7377 FIELD_CMC (edge_silhouette_color, 67);
7425 FIELD_CMC (edge_silhouette_color, 67); FIELD_BS (edge_silhouette_color_int, 176);
7465 FIELD_CMC (edge_silhouette_color, 62); FIELD_BS (edge_silhouette_color_int, 176);
H A Ddynapi.c9958 …_color", "CMC", sizeof (BITCODE_CMC), OFF (struct _dwg_object_VISUALSTYLE, edge_silhouette_color),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4398 BITCODE_CMC edge_silhouette_color; /*!< DXF 67 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-110075 'edge_silhouette_color'
H A Ddynapi.texi12068 @item edge_silhouette_color
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4941edge_silhouette_color = property(_LibreDWG.Dwg_Object_VISUALSTYLE_edge_silhouette_color_get, _Libr… variable in Dwg_Object_VISUALSTYLE
H A Dswig_python.c146313 if (arg1) (arg1)->edge_silhouette_color = *arg2; in _wrap_Dwg_Object_VISUALSTYLE_edge_silhouette_color_set()
146336 result = (BITCODE_CMC *)& ((arg1)->edge_silhouette_color); in _wrap_Dwg_Object_VISUALSTYLE_edge_silhouette_color_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c177952 if (arg1) (arg1)->edge_silhouette_color = *arg2; in XS()
177982 result = (BITCODE_CMC *)& ((arg1)->edge_silhouette_color); in XS()