Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dhelix.c29 BITCODE_BL num_ctrl_pts; in api_process() local
64 CHK_ENTITY_TYPE (helix, HELIX, num_ctrl_pts, BL); in api_process()
77 for (i = 0; i < num_ctrl_pts; i++) in api_process()
79 if (i < 10 || i == num_ctrl_pts - 1) in api_process()
81 if (i == num_ctrl_pts - 1) in api_process()
109 if (num_ctrl_pts) in api_process()
H A Dspline.c26 BITCODE_BL num_ctrl_pts; in api_process() local
49 CHK_ENTITY_TYPE_W_OLD (spline, SPLINE, num_ctrl_pts, BL); in api_process()
75 for (BITCODE_BL i = 0; i < num_ctrl_pts; i++) in api_process()
113 if (num_ctrl_pts) in api_process()
H A Ddynapi_test.c11837 BITCODE_BL num_ctrl_pts; in test_HELIX() local
11839 && num_ctrl_pts == helix->num_ctrl_pts) in test_HELIX()
11842 fail ("HELIX.num_ctrl_pts [BL] %u != %u", helix->num_ctrl_pts, num_ctrl_pts); in test_HELIX()
11843 num_ctrl_pts++; in test_HELIX()
11845 && num_ctrl_pts == helix->num_ctrl_pts) in test_HELIX()
11849 helix->num_ctrl_pts--; in test_HELIX()
20960 && num_ctrl_pts == spline->num_ctrl_pts) in test_SPLINE()
20963 fail ("SPLINE.num_ctrl_pts [BL] %u != %u", spline->num_ctrl_pts, num_ctrl_pts); in test_SPLINE()
20964 num_ctrl_pts++; in test_SPLINE()
20966 && num_ctrl_pts == spline->num_ctrl_pts) in test_SPLINE()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/test/xmlsuite/
H A Dtestsuite.c717 newXMLProp ("NumberOfControlPoints", inttochar (spline->num_ctrl_pts)); in add_spline()
722 if (spline->num_ctrl_pts) in add_spline()
724 int bufsize = spline->num_ctrl_pts * (24 * 4); in add_spline()
729 for (unsigned i = 0; i < MIN(2,spline->num_ctrl_pts); i++) in add_spline()
751 if (spline->num_ctrl_pts > 2) in add_spline()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Din_dxf.c6875 o->num_ctrl_pts = pair->value.i; in add_SPLINE()
6881 o->num_ctrl_pts = 0; in add_SPLINE()
6921 if (!o->ctrl_pts || j >= (int)o->num_ctrl_pts) in add_SPLINE()
6924 o->num_ctrl_pts); in add_SPLINE()
6933 if (!o->ctrl_pts || j >= (int)o->num_ctrl_pts) in add_SPLINE()
6936 o->num_ctrl_pts); in add_SPLINE()
6944 if (!o->ctrl_pts || j >= (int)o->num_ctrl_pts) in add_SPLINE()
6947 o->num_ctrl_pts); in add_SPLINE()
6955 if (j == (int)o->num_ctrl_pts) in add_SPLINE()
6961 if (!o->ctrl_pts || j >= (int)o->num_ctrl_pts) in add_SPLINE()
[all …]
H A Ddwg_api.c12634 return spline->num_ctrl_pts; in dwg_ent_spline_get_num_ctrl_pts()
12676 spline->num_ctrl_pts, sizeof (dwg_spline_control_point)); in dwg_ent_spline_get_ctrl_pts()
12681 for (i = 0; i < spline->num_ctrl_pts; i++) in dwg_ent_spline_get_ctrl_pts()
H A Ddynapi.c1849 { "num_ctrl_pts", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_entity_HELIX, num_ctrl_pts),
3367 { "num_ctrl_pts", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_entity_SPLINE, num_ctrl_pts),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h1835 BITCODE_BL num_ctrl_pts; member
4742 BITCODE_BL num_ctrl_pts; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-12166 'num_ctrl_pts'
3653 'num_ctrl_pts'
H A Ddynapi.texi2036 @item num_ctrl_pts
3843 @item num_ctrl_pts
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py1985num_ctrl_pts = property(_LibreDWG.Dwg_Entity_SPLINE_num_ctrl_pts_get, _LibreDWG.Dwg_Entity_SPLINE_… variable in Dwg_Entity_SPLINE
5321num_ctrl_pts = property(_LibreDWG.Dwg_Entity_HELIX_num_ctrl_pts_get, _LibreDWG.Dwg_Entity_HELIX_nu… variable in Dwg_Entity_HELIX
H A Dswig_python.c57644 if (arg1) (arg1)->num_ctrl_pts = arg2; in _wrap_Dwg_Entity_SPLINE_num_ctrl_pts_set()
57667 result = (BITCODE_BL) ((arg1)->num_ctrl_pts); in _wrap_Dwg_Entity_SPLINE_num_ctrl_pts_get()
159869 if (arg1) (arg1)->num_ctrl_pts = arg2; in _wrap_Dwg_Entity_HELIX_num_ctrl_pts_set()
159892 result = (BITCODE_BL) ((arg1)->num_ctrl_pts); in _wrap_Dwg_Entity_HELIX_num_ctrl_pts_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c69009 if (arg1) (arg1)->num_ctrl_pts = arg2; in XS()
69039 result = (BITCODE_BL) ((arg1)->num_ctrl_pts); in XS()
194696 if (arg1) (arg1)->num_ctrl_pts = arg2; in XS()
194726 result = (BITCODE_BL) ((arg1)->num_ctrl_pts); in XS()