Home
last modified time | relevance | path

Searched refs:clone_ins_pt (Results 1 – 18 of 18) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddimension_radius.c15 dwg_point_2d text_midpt, clone_ins_pt; in api_process() local
30 CHK_ENTITY_2RD_W_OLD (dim, DIMENSION_RADIUS, clone_ins_pt); in api_process()
H A Ddimension_diameter.c15 dwg_point_2d text_midpt, clone_ins_pt; in api_process() local
30 CHK_ENTITY_2RD_W_OLD (dim, DIMENSION_DIAMETER, clone_ins_pt); in api_process()
H A Ddimension_ordinate.c14 dwg_point_2d text_midpt, clone_ins_pt; in api_process() local
29 CHK_ENTITY_2RD_W_OLD (dim, DIMENSION_ORDINATE, clone_ins_pt); in api_process()
H A Dlarge_radial_dimension.c15 dwg_point_2d text_midpt, clone_ins_pt; in api_process() local
34 CHK_ENTITY_2RD (dim, LARGE_RADIAL_DIMENSION, clone_ins_pt); in api_process()
H A Ddimension_aligned.c14 dwg_point_2d text_midpt, clone_ins_pt, pt2d; in api_process() local
30 CHK_ENTITY_2RD_W_OLD (dim, DIMENSION_ALIGNED, clone_ins_pt); in api_process()
H A Ddimension_linear.c15 dwg_point_2d text_midpt, clone_ins_pt; in api_process() local
30 CHK_ENTITY_2RD_W_OLD (dim, DIMENSION_LINEAR, clone_ins_pt); in api_process()
H A Ddimension_ang3pt.c14 dwg_point_2d text_midpt, clone_ins_pt, pt2d; in api_process() local
29 CHK_ENTITY_2RD_W_OLD (dim, DIMENSION_ANG3PT, clone_ins_pt); in api_process()
H A Ddimension_ang2ln.c14 dwg_point_2d text_midpt, clone_ins_pt, pt2d; in api_process() local
34 CHK_ENTITY_2RD_W_OLD (dim, DIMENSION_ANG2LN, clone_ins_pt); in api_process()
H A Darc_dimension.c15 dwg_point_2d text_midpt, clone_ins_pt; in api_process() local
43 CHK_ENTITY_2RD (dim, ARC_DIMENSION, clone_ins_pt); in api_process()
H A Ddynapi_test.c6535 BITCODE_2RD clone_ins_pt; in test_ARC_DIMENSION() local
6537 && !memcmp (&clone_ins_pt, &arc_dimension->clone_ins_pt, sizeof (BITCODE_2RD))) in test_ARC_DIMENSION()
7865 BITCODE_2RD clone_ins_pt; in test_DIMENSION_ALIGNED() local
8198 BITCODE_2RD clone_ins_pt; in test_DIMENSION_ANG2LN() local
8200 && !memcmp (&clone_ins_pt, &dimension_ang2ln->clone_ins_pt, sizeof (BITCODE_2RD))) in test_DIMENSION_ANG2LN()
8540 BITCODE_2RD clone_ins_pt; in test_DIMENSION_ANG3PT() local
8858 BITCODE_2RD clone_ins_pt; in test_DIMENSION_DIAMETER() local
9183 BITCODE_2RD clone_ins_pt; in test_DIMENSION_LINEAR() local
9531 BITCODE_2RD clone_ins_pt; in test_DIMENSION_ORDINATE() local
9864 BITCODE_2RD clone_ins_pt; in test_DIMENSION_RADIUS() local
[all …]
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-11297 'clone_ins_pt'
1549 'clone_ins_pt'
1604 'clone_ins_pt'
1661 'clone_ins_pt'
1716 'clone_ins_pt'
1769 'clone_ins_pt'
1826 'clone_ins_pt'
1881 'clone_ins_pt'
2299 'clone_ins_pt'
11285 'clone_ins_pt'
H A Ddynapi.texi989 @item clone_ins_pt
1311 @item clone_ins_pt
1374 @item clone_ins_pt
1439 @item clone_ins_pt
1502 @item clone_ins_pt
1563 @item clone_ins_pt
1628 @item clone_ins_pt
1691 @item clone_ins_pt
2193 @item clone_ins_pt
13752 @item clone_ins_pt
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddynapi.c967 …"clone_ins_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_entity_ARC_DIMENSION, clone_ins_pt),
1223 …ne_ins_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_entity_DIMENSION_ALIGNED, clone_ins_pt),
1279 …one_ins_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_entity_DIMENSION_ANG2LN, clone_ins_pt),
1337 …one_ins_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_entity_DIMENSION_ANG3PT, clone_ins_pt),
1393 …e_ins_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_entity_DIMENSION_DIAMETER, clone_ins_pt),
1447 …one_ins_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_entity_DIMENSION_LINEAR, clone_ins_pt),
1505 …e_ins_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_entity_DIMENSION_ORDINATE, clone_ins_pt),
1561 …one_ins_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_entity_DIMENSION_RADIUS, clone_ins_pt),
1985 …s_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_entity_LARGE_RADIAL_DIMENSION, clone_ins_pt),
11203 { "clone_ins_pt", "2RD", sizeof (BITCODE_2RD), OFF (struct _dwg_DIMENSION_common, clone_ins_pt),
H A Ddwg_api.c8149 dim->clone_ins_pt.x = point->x; in dwg_ent_dim_set_clone_ins_pt()
8150 dim->clone_ins_pt.y = point->y; in dwg_ent_dim_set_clone_ins_pt()
8179 point->x = dim->clone_ins_pt.x; in dwg_ent_dim_get_clone_ins_pt()
8180 point->y = dim->clone_ins_pt.y; in dwg_ent_dim_get_clone_ins_pt()
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py1381clone_ins_pt = property(_LibreDWG.Dwg_DIMENSION_common_clone_ins_pt_get, _LibreDWG.Dwg_DIMENSION_c… variable in Dwg_DIMENSION_common
1415clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ORDINATE_clone_ins_pt_get, _LibreDWG.Dwg_En… variable in Dwg_Entity_DIMENSION_ORDINATE
1452clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_LINEAR_clone_ins_pt_get, _LibreDWG.Dwg_Enti… variable in Dwg_Entity_DIMENSION_LINEAR
1490clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ALIGNED_clone_ins_pt_get, _LibreDWG.Dwg_Ent… variable in Dwg_Entity_DIMENSION_ALIGNED
1527clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG3PT_clone_ins_pt_get, _LibreDWG.Dwg_Enti… variable in Dwg_Entity_DIMENSION_ANG3PT
1564clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_ANG2LN_clone_ins_pt_get, _LibreDWG.Dwg_Enti… variable in Dwg_Entity_DIMENSION_ANG2LN
1602clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_RADIUS_clone_ins_pt_get, _LibreDWG.Dwg_Enti… variable in Dwg_Entity_DIMENSION_RADIUS
1638clone_ins_pt = property(_LibreDWG.Dwg_Entity_DIMENSION_DIAMETER_clone_ins_pt_get, _LibreDWG.Dwg_En… variable in Dwg_Entity_DIMENSION_DIAMETER
1674clone_ins_pt = property(_LibreDWG.Dwg_Entity_ARC_DIMENSION_clone_ins_pt_get, _LibreDWG.Dwg_Entity_… variable in Dwg_Entity_ARC_DIMENSION
1717clone_ins_pt = property(_LibreDWG.Dwg_Entity_LARGE_RADIAL_DIMENSION_clone_ins_pt_get, _LibreDWG.Dw… variable in Dwg_Entity_LARGE_RADIAL_DIMENSION
H A Dswig_python.c36666 if (arg1) (arg1)->clone_ins_pt = *arg2; in _wrap_Dwg_DIMENSION_common_clone_ins_pt_set()
36689 result = (BITCODE_2RD *)& ((arg1)->clone_ins_pt); in _wrap_Dwg_DIMENSION_common_clone_ins_pt_get()
37917 if (arg1) (arg1)->clone_ins_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_ORDINATE_clone_ins_pt_set()
39324 if (arg1) (arg1)->clone_ins_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_LINEAR_clone_ins_pt_set()
40783 if (arg1) (arg1)->clone_ins_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_ALIGNED_clone_ins_pt_set()
42190 if (arg1) (arg1)->clone_ins_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_ANG3PT_clone_ins_pt_set()
43597 if (arg1) (arg1)->clone_ins_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_ANG2LN_clone_ins_pt_set()
45056 if (arg1) (arg1)->clone_ins_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_RADIUS_clone_ins_pt_set()
46411 if (arg1) (arg1)->clone_ins_pt = *arg2; in _wrap_Dwg_Entity_DIMENSION_DIAMETER_clone_ins_pt_set()
47766 if (arg1) (arg1)->clone_ins_pt = *arg2; in _wrap_Dwg_Entity_ARC_DIMENSION_clone_ins_pt_set()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h1504 BITCODE_2RD clone_ins_pt; \
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c43079 if (arg1) (arg1)->clone_ins_pt = *arg2; in XS()
43109 result = (BITCODE_2RD *)& ((arg1)->clone_ins_pt); in XS()
44626 if (arg1) (arg1)->clone_ins_pt = *arg2; in XS()
46368 if (arg1) (arg1)->clone_ins_pt = *arg2; in XS()
48175 if (arg1) (arg1)->clone_ins_pt = *arg2; in XS()
49917 if (arg1) (arg1)->clone_ins_pt = *arg2; in XS()
51659 if (arg1) (arg1)->clone_ins_pt = *arg2; in XS()
53466 if (arg1) (arg1)->clone_ins_pt = *arg2; in XS()
55143 if (arg1) (arg1)->clone_ins_pt = *arg2; in XS()
56820 if (arg1) (arg1)->clone_ins_pt = *arg2; in XS()
[all …]