Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsectionobject.c11 BITCODE_3BD vert_dir; in api_process() local
29 CHK_ENTITY_3RD (_obj, SECTIONOBJECT, vert_dir); in api_process()
H A Ddynapi_test.c20510 BITCODE_3BD vert_dir; in test_SECTIONOBJECT() local
20511 if (dwg_dynapi_entity_value (sectionobject, "SECTIONOBJECT", "vert_dir", &vert_dir, NULL) in test_SECTIONOBJECT()
20512 && !memcmp (&vert_dir, &sectionobject->vert_dir, sizeof (BITCODE_3BD))) in test_SECTIONOBJECT()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdev.c849 int vert_dir, vert_font; in dev_set_font() local
866 vert_dir = text_state.dir_mode; in dev_set_font()
868 vert_dir = vert_font; in dev_set_font()
870 text_rotate = (vert_font << 2)|vert_dir; in dev_set_font()
1754 int vert_dir, vert_font; local
1760 vert_dir = text_dir;
1762 vert_dir = vert_font;
1764 text_rotate = (vert_font << 2)|vert_dir;
1779 int text_rotate, vert_font, vert_dir; local
1785 vert_dir = text_state.dir_mode;
[all …]
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpango-gravity.c109 guint8 vert_dir; /* Orientation in vertical context */ member
433 if (props.vert_dir == PANGO_VERTICAL_DIRECTION_NONE) in pango_gravity_get_for_script_and_width()
436 (props.vert_dir == PANGO_VERTICAL_DIRECTION_BTT)) in pango_gravity_get_for_script_and_width()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_SECTIONOBJECT.inc18 { 10, "0.0", NULL, 0, BITS_UNKNOWN, "vert_dir", 4, {-1,-1,-1,-1,-1} },
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4325 BITCODE_3BD vert_dir; /*!< DXF 10. normal to the segment line, on the plane */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec6908 FIELD_3BD (vert_dir, 10);
H A Ddynapi.c3255 { "vert_dir", "3BD", sizeof (BITCODE_3BD), OFF (struct _dwg_entity_SECTIONOBJECT, vert_dir),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13545 'vert_dir'
H A Ddynapi.texi3703 @item vert_dir
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4875vert_dir = property(_LibreDWG.Dwg_Entity_SECTIONOBJECT_vert_dir_get, _LibreDWG.Dwg_Entity_SECTIONO… variable in Dwg_Entity_SECTIONOBJECT
H A Dswig_python.c143398 if (arg1) (arg1)->vert_dir = *arg2; in _wrap_Dwg_Entity_SECTIONOBJECT_vert_dir_set()
143421 result = (BITCODE_3BD *)& ((arg1)->vert_dir); in _wrap_Dwg_Entity_SECTIONOBJECT_vert_dir_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c174325 if (arg1) (arg1)->vert_dir = *arg2; in XS()
174355 result = (BITCODE_3BD *)& ((arg1)->vert_dir); in XS()