Home
last modified time | relevance | path

Searched refs:porientation (Results 1 – 15 of 15) sorted by relevance

/dports/games/warmux/warmux-11.04/src/gui/
H A Dprogress_bar.cpp104 enum orientation porientation) in InitVal() argument
110 orientation = porientation; in InitVal()
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeExtrusion.cpp578 float *porientation = (float *)orientation()->getValues(); in createMesh() local
581 forientation[i] = porientation[i]; in createMesh()
/dports/graphics/kdegraphics-thumbnailers/kdegraphics-thumbnailers-21.12.3/ps/
H A Ddscparse.cpp108 dsc_private int dsc_parse_orientation(P3(CDSC *dsc, unsigned int *porientation,
1513 dsc_parse_orientation(CDSC *dsc, unsigned int *porientation, int offset) in dsc_parse_orientation() argument
1562 *porientation = CDSC_PORTRAIT; in dsc_parse_orientation()
1565 *porientation = CDSC_LANDSCAPE; in dsc_parse_orientation()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Ddscparse.c104 dsc_private int dsc_parse_orientation(CDSC *dsc, unsigned int *porientation,
1606 dsc_parse_orientation(CDSC *dsc, unsigned int *porientation, int offset) in dsc_parse_orientation() argument
1655 *porientation = CDSC_PORTRAIT; in dsc_parse_orientation()
1658 *porientation = CDSC_LANDSCAPE; in dsc_parse_orientation()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddscparse.c104 dsc_private int dsc_parse_orientation(CDSC *dsc, unsigned int *porientation,
1606 dsc_parse_orientation(CDSC *dsc, unsigned int *porientation, int offset) in dsc_parse_orientation() argument
1655 *porientation = CDSC_PORTRAIT; in dsc_parse_orientation()
1658 *porientation = CDSC_LANDSCAPE; in dsc_parse_orientation()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Ddscparse.c103 static int dsc_parse_orientation(CDSC *dsc, unsigned int *porientation,
1742 dsc_parse_orientation(CDSC *dsc, unsigned int *porientation, int offset) in dsc_parse_orientation() argument
1798 *porientation = CDSC_PORTRAIT; in dsc_parse_orientation()
1801 *porientation = CDSC_LANDSCAPE; in dsc_parse_orientation()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Ddscparse.c105 static int dsc_parse_orientation(CDSC *dsc, unsigned int *porientation,
1729 dsc_parse_orientation(CDSC *dsc, unsigned int *porientation, int offset) in dsc_parse_orientation() argument
1785 *porientation = CDSC_PORTRAIT; in dsc_parse_orientation()
1788 *porientation = CDSC_LANDSCAPE; in dsc_parse_orientation()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Ddscparse.c105 static int dsc_parse_orientation(CDSC *dsc, unsigned int *porientation,
1729 dsc_parse_orientation(CDSC *dsc, unsigned int *porientation, int offset) in dsc_parse_orientation() argument
1785 *porientation = CDSC_PORTRAIT; in dsc_parse_orientation()
1788 *porientation = CDSC_LANDSCAPE; in dsc_parse_orientation()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Ddscparse.c105 static int dsc_parse_orientation(CDSC *dsc, unsigned int *porientation,
1729 dsc_parse_orientation(CDSC *dsc, unsigned int *porientation, int offset) in dsc_parse_orientation() argument
1785 *porientation = CDSC_PORTRAIT; in dsc_parse_orientation()
1788 *porientation = CDSC_LANDSCAPE; in dsc_parse_orientation()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Ddscparse.c105 static int dsc_parse_orientation(CDSC *dsc, unsigned int *porientation,
1729 dsc_parse_orientation(CDSC *dsc, unsigned int *porientation, int offset) in dsc_parse_orientation() argument
1785 *porientation = CDSC_PORTRAIT; in dsc_parse_orientation()
1788 *porientation = CDSC_LANDSCAPE; in dsc_parse_orientation()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Ddscparse.c103 static int dsc_parse_orientation(CDSC *dsc, unsigned int *porientation,
1742 dsc_parse_orientation(CDSC *dsc, unsigned int *porientation, int offset) in dsc_parse_orientation() argument
1798 *porientation = CDSC_PORTRAIT; in dsc_parse_orientation()
1801 *porientation = CDSC_LANDSCAPE; in dsc_parse_orientation()
/dports/graphics/epstool/epstool-3.09/src/
H A Ddscparse.c108 dsc_private int dsc_parse_orientation(CDSC *dsc, unsigned int *porientation,
1769 dsc_parse_orientation(CDSC *dsc, unsigned int *porientation, int offset) in dsc_parse_orientation() argument
1825 *porientation = CDSC_PORTRAIT; in dsc_parse_orientation()
1828 *porientation = CDSC_LANDSCAPE; in dsc_parse_orientation()
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dsracommand.cpp31 …dParameter porientation("orientation", "Multiple", "forward-reverse", "forward", "", "", "","",fal… in setParameters() local
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Display/
H A Dmod.rs1408 pub unsafe fn GetDisplayAutoRotationPreferences(porientation: *mut ORIENTATION_PREFERENCE) -> super… in GetDisplayAutoRotationPreferences()
1413 …fn GetDisplayAutoRotationPreferences(porientation: *mut ORIENTATION_PREFERENCE) -> super::super::F… in GetDisplayAutoRotationPreferences()
1415 … ::std::mem::transmute(GetDisplayAutoRotationPreferences(::std::mem::transmute(porientation))) in GetDisplayAutoRotationPreferences()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Display/
H A Dmod.rs132 …pub fn GetDisplayAutoRotationPreferences(porientation: *mut ORIENTATION_PREFERENCE) -> super::supe… in GetDisplayAutoRotationPreferences()