Home
last modified time | relevance | path

Searched refs:color_far (Results 1 – 10 of 10) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dground_plane_background.c15 BITCODE_BLx color_far; in api_process() local
26 CHK_ENTITY_TYPE (_obj, GROUND_PLANE_BACKGROUND, color_far, BLx); in api_process()
H A Ddynapi_test.c48068 BITCODE_BLx color_far; in test_GROUND_PLANE_BACKGROUND() local
48069 …pi_entity_value (ground_plane_background, "GROUND_PLANE_BACKGROUND", "color_far", &color_far, NULL) in test_GROUND_PLANE_BACKGROUND()
48070 && color_far == ground_plane_background->color_far) in test_GROUND_PLANE_BACKGROUND()
48073 ….color_far [BLx] " FORMAT_BLx " != " FORMAT_BLx "", ground_plane_background->color_far, color_far); in test_GROUND_PLANE_BACKGROUND()
48074 …i_entity_set_value (ground_plane_background, "GROUND_PLANE_BACKGROUND", "color_far", &color_far, 0) in test_GROUND_PLANE_BACKGROUND()
48075 && color_far == ground_plane_background->color_far) in test_GROUND_PLANE_BACKGROUND()
48078 …_far [BLx] set+1 " FORMAT_BLx " != " FORMAT_BLx "", ground_plane_background->color_far, color_far); in test_GROUND_PLANE_BACKGROUND()
48079 ground_plane_background->color_far--; in test_GROUND_PLANE_BACKGROUND()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6556 BITCODE_BLx color_far; /*!< DXF 95 groundplane */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec10071 FIELD_BLx (color_far, 95);
H A Ddynapi.c8048 …or_far", "BLx", sizeof (BITCODE_BLx), OFF (struct _dwg_object_GROUND_PLANE_BACKGROUND, color_far),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-18218 'color_far'
H A Ddynapi.texi9607 @item color_far
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py8036color_far = property(_LibreDWG.Dwg_Object_GROUND_PLANE_BACKGROUND_color_far_get, _LibreDWG.Dwg_Obj… variable in Dwg_Object_GROUND_PLANE_BACKGROUND
H A Dswig_python.c240111 if (arg1) (arg1)->color_far = arg2; in _wrap_Dwg_Object_GROUND_PLANE_BACKGROUND_color_far_set()
240134 result = (BITCODE_BLx) ((arg1)->color_far); in _wrap_Dwg_Object_GROUND_PLANE_BACKGROUND_color_far_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c293253 if (arg1) (arg1)->color_far = arg2; in XS()
293283 result = (BITCODE_BLx) ((arg1)->color_far); in XS()