Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dhatch.c13 BITCODE_BL single_color_gradient; in api_process() local
49 CHK_ENTITY_TYPE (hatch, HATCH, single_color_gradient, BL); in api_process()
H A Dmpolygon.c14 BITCODE_BL single_color_gradient; in api_process() local
50 CHK_ENTITY_TYPE (_obj, MPOLYGON, single_color_gradient, BL); in api_process()
H A Ddynapi_test.c11562 BITCODE_BL single_color_gradient; in test_HATCH() local
11564 && single_color_gradient == hatch->single_color_gradient) in test_HATCH()
11567 … ("HATCH.single_color_gradient [BL] %u != %u", hatch->single_color_gradient, single_color_gradient in test_HATCH()
11568 single_color_gradient++; in test_HATCH()
11570 && single_color_gradient == hatch->single_color_gradient) in test_HATCH()
11574 hatch->single_color_gradient--; in test_HATCH()
15627 BITCODE_BL single_color_gradient; in test_MPOLYGON() local
15629 && single_color_gradient == mpolygon->single_color_gradient) in test_MPOLYGON()
15633 single_color_gradient++; in test_MPOLYGON()
15635 && single_color_gradient == mpolygon->single_color_gradient) in test_MPOLYGON()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2892 BITCODE_BL single_color_gradient; member
2929 BITCODE_BL single_color_gradient; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-12079 'single_color_gradient'
2727 'single_color_gradient'
H A Ddynapi.texi1941 @item single_color_gradient
2701 @item single_color_gradient
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddynapi.c1761 …color_gradient", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_entity_HATCH, single_color_gradient),
2423 …or_gradient", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_entity_MPOLYGON, single_color_gradient),
H A Ddwg.spec4054 FIELD_BL (single_color_gradient, 452); //bool
H A Din_dxf.c3476 o->single_color_gradient = pair->value.u; in add_HATCH()
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py3226single_color_gradient = property(_LibreDWG.Dwg_Entity_HATCH_single_color_gradient_get, _LibreDWG.D… variable in Dwg_Entity_HATCH
3265single_color_gradient = property(_LibreDWG.Dwg_Entity_MPOLYGON_single_color_gradient_get, _LibreDW… variable in Dwg_Entity_MPOLYGON
H A Dswig_python.c94564 if (arg1) (arg1)->single_color_gradient = arg2; in _wrap_Dwg_Entity_HATCH_single_color_gradient_set()
94587 result = (BITCODE_BL) ((arg1)->single_color_gradient); in _wrap_Dwg_Entity_HATCH_single_color_gradient_get()
96084 if (arg1) (arg1)->single_color_gradient = arg2; in _wrap_Dwg_Entity_MPOLYGON_single_color_gradient_set()
96107 result = (BITCODE_BL) ((arg1)->single_color_gradient); in _wrap_Dwg_Entity_MPOLYGON_single_color_gradient_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c114374 if (arg1) (arg1)->single_color_gradient = arg2; in XS()
114404 result = (BITCODE_BL) ((arg1)->single_color_gradient); in XS()
116253 if (arg1) (arg1)->single_color_gradient = arg2; in XS()
116283 result = (BITCODE_BL) ((arg1)->single_color_gradient); in XS()