Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info378 Ref: Dwg_BLOCKACTION_connectionpts211624
H A Ddynapi.texi7034 Dwg_BLOCKACTION_connectionpts
7175 Dwg_BLOCKACTION_connectionpts
7678 Dwg_BLOCKACTION_connectionpts
7879 Dwg_BLOCKACTION_connectionpts
8054 Dwg_BLOCKACTION_connectionpts
8189 Dwg_BLOCKACTION_connectionpts
8228 Dwg_BLOCKACTION_connectionpts
13316 @strong{Dwg_BLOCKACTION_connectionpts} @anchor{Dwg_BLOCKACTION_connectionpts}
13317 @vindex Dwg_BLOCKACTION_connectionpts
13339 Dwg_BLOCKACTION_connectionpts
H A DLibreDWG.info-16149 Dwg_BLOCKACTION_connectionpts
6266 Dwg_BLOCKACTION_connectionpts
6681 Dwg_BLOCKACTION_connectionpts
6842 Dwg_BLOCKACTION_connectionpts
6977 Dwg_BLOCKACTION_connectionpts
7088 Dwg_BLOCKACTION_connectionpts
7119 Dwg_BLOCKACTION_connectionpts
10979 *Dwg_BLOCKACTION_connectionpts*
10991 Dwg_BLOCKACTION_connectionpts
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h7107 } Dwg_BLOCKACTION_connectionpts; typedef
7112 Dwg_BLOCKACTION_connectionpts conn_pts[n]; \
7285 Dwg_BLOCKACTION_connectionpts conn_pts[4]; /*!< DXF 92-95, 301-304 */
7302 Dwg_BLOCKACTION_connectionpts conn_pts[4]; /*!< DXF 92-95, 301-304 */
7373 Dwg_BLOCKACTION_connectionpts conn_pts[3]; /*!< DXF 94-96, 303-305*/
7410 Dwg_BLOCKACTION_connectionpts conn_pts[2]; /*!< DXF 92-93, 301-302 */
7447 Dwg_BLOCKACTION_connectionpts conn_pts[6]; /*!< DXF 92-97, 301-306 */
7511 Dwg_BLOCKACTION_connectionpts conn_pts[2]; /*!< DXF 92-93, 301-302 */
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddynapi.c5924 …{ "conn_pts", "Dwg_BLOCKACTION_connectionpts", 4 * sizeof (Dwg_BLOCKACTION_connectionpts), OFF (s…
6044 …{ "conn_pts", "Dwg_BLOCKACTION_connectionpts", 4 * sizeof (Dwg_BLOCKACTION_connectionpts), OFF (s…
6470 …{ "conn_pts", "Dwg_BLOCKACTION_connectionpts", 2 * sizeof (Dwg_BLOCKACTION_connectionpts), OFF (s…
6636 …{ "conn_pts", "Dwg_BLOCKACTION_connectionpts", 6 * sizeof (Dwg_BLOCKACTION_connectionpts), OFF (s…
6776 …{ "conn_pts", "Dwg_BLOCKACTION_connectionpts", 3 * sizeof (Dwg_BLOCKACTION_connectionpts), OFF (s…
6890 …{ "conn_pts", "Dwg_BLOCKACTION_connectionpts", 5 * sizeof (Dwg_BLOCKACTION_connectionpts), OFF (s…
6922 …{ "conn_pts", "Dwg_BLOCKACTION_connectionpts", 2 * sizeof (Dwg_BLOCKACTION_connectionpts), OFF (s…
10891 …{ "conn_pts", "Dwg_BLOCKACTION_connectionpts", 3 * sizeof (Dwg_BLOCKACTION_connectionpts), OFF (s…
13168 …pts", 0, NULL, _dwg_BLOCKACTION_connectionpts_fields, sizeof (Dwg_BLOCKACTION_connectionpts) }, /*…
H A Din_dxf.c7413 Dwg_BLOCKACTION_connectionpts conn_pts[6]; in add_BlockAction_ConnectionPts()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c35965 Dwg_BLOCKACTION_connectionpts conn_pts; in test_BLOCKARRAYACTION()
35967 && !memcmp (&conn_pts, &blockarrayaction->conn_pts, sizeof (Dwg_BLOCKACTION_connectionpts))) in test_BLOCKARRAYACTION()
36644 Dwg_BLOCKACTION_connectionpts conn_pts; in test_BLOCKFLIPACTION()
36646 && !memcmp (&conn_pts, &blockflipaction->conn_pts, sizeof (Dwg_BLOCKACTION_connectionpts))) in test_BLOCKFLIPACTION()
38976 Dwg_BLOCKACTION_connectionpts conn_pts; in test_BLOCKMOVEACTION()
38978 && !memcmp (&conn_pts, &blockmoveaction->conn_pts, sizeof (Dwg_BLOCKACTION_connectionpts))) in test_BLOCKMOVEACTION()
39859 Dwg_BLOCKACTION_connectionpts conn_pts; in test_BLOCKPOLARSTRETCHACTION()
40603 Dwg_BLOCKACTION_connectionpts conn_pts; in test_BLOCKROTATEACTION()
41220 Dwg_BLOCKACTION_connectionpts conn_pts; in test_BLOCKSCALEACTION()
41222 && !memcmp (&conn_pts, &blockscaleaction->conn_pts, sizeof (Dwg_BLOCKACTION_connectionpts))) in test_BLOCKSCALEACTION()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c327476 Dwg_BLOCKACTION_connectionpts *arg2 ; in XS()
327534 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in XS()
329407 Dwg_BLOCKACTION_connectionpts *arg2 ; in XS()
329465 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in XS()
341875 Dwg_BLOCKACTION_connectionpts *arg2 ; in XS()
341933 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in XS()
345939 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in XS()
350616 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in XS()
353092 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in XS()
356584 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in XS()
[all …]
H A DLibreDWG.pm22517 package LibreDWG::Dwg_BLOCKACTION_connectionpts;
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A Dswig_python.c268208 Dwg_BLOCKACTION_connectionpts *arg2 ; in _wrap_Dwg_Object_BLOCKARRAYACTION_conn_pts_set()
268256 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in _wrap_Dwg_Object_BLOCKARRAYACTION_conn_pts_get()
269781 Dwg_BLOCKACTION_connectionpts *arg2 ; in _wrap_Dwg_Object_BLOCKFLIPACTION_conn_pts_set()
269829 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in _wrap_Dwg_Object_BLOCKFLIPACTION_conn_pts_get()
279925 Dwg_BLOCKACTION_connectionpts *arg2 ; in _wrap_Dwg_BLOCKLOOKUPACTION_lut_conn_pts_set()
279973 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in _wrap_Dwg_BLOCKLOOKUPACTION_lut_conn_pts_get()
283243 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in _wrap_Dwg_Object_BLOCKMOVEACTION_conn_pts_get()
287060 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in _wrap_Dwg_Object_BLOCKPOLARSTRETCHACTION_conn_pts_get()
289089 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in _wrap_Dwg_Object_BLOCKROTATEACTION_conn_pts_get()
291931 result = (Dwg_BLOCKACTION_connectionpts *)(Dwg_BLOCKACTION_connectionpts *) ((arg1)->conn_pts); in _wrap_Dwg_Object_BLOCKSCALEACTION_conn_pts_get()
[all …]
H A DLibreDWG.py8736 class Dwg_BLOCKACTION_connectionpts(object): class
8747 _LibreDWG.Dwg_BLOCKACTION_connectionpts_swigregister(Dwg_BLOCKACTION_connectionpts)