Home
last modified time | relevance | path

Searched refs:orientReq (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/print/
H A DPrinterJob.java409 OrientationRequested orientReq = in getPageFormat() local
412 if (media == null && mpa == null && orientReq == null) { in getPageFormat()
461 if (orientReq != null && in getPageFormat()
462 service.isAttributeValueSupported(orientReq, null, attributes)) { in getPageFormat()
464 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in getPageFormat()
466 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in getPageFormat()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/print/
H A DPrinterJob.java409 OrientationRequested orientReq = in getPageFormat() local
412 if (media == null && mpa == null && orientReq == null) { in getPageFormat()
461 if (orientReq != null && in getPageFormat()
462 service.isAttributeValueSupported(orientReq, null, attributes)) { in getPageFormat()
464 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in getPageFormat()
466 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in getPageFormat()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/print/
H A DPrinterJob.java409 OrientationRequested orientReq = in getPageFormat() local
412 if (media == null && mpa == null && orientReq == null) { in getPageFormat()
461 if (orientReq != null && in getPageFormat()
462 service.isAttributeValueSupported(orientReq, null, attributes)) { in getPageFormat()
464 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in getPageFormat()
466 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in getPageFormat()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/print/
H A DPrinterJob.java410 OrientationRequested orientReq = in getPageFormat() local
413 if (media == null && mpa == null && orientReq == null) { in getPageFormat()
462 if (orientReq != null && in getPageFormat()
463 service.isAttributeValueSupported(orientReq, null, attributes)) { in getPageFormat()
465 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in getPageFormat()
467 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in getPageFormat()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/print/
H A DPrinterJob.java409 OrientationRequested orientReq = in getPageFormat() local
412 if (media == null && mpa == null && orientReq == null) { in getPageFormat()
461 if (orientReq != null && in getPageFormat()
462 service.isAttributeValueSupported(orientReq, null, attributes)) { in getPageFormat()
464 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in getPageFormat()
466 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in getPageFormat()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/print/
H A DPrinterJob.java409 OrientationRequested orientReq = in getPageFormat() local
412 if (media == null && mpa == null && orientReq == null) { in getPageFormat()
461 if (orientReq != null && in getPageFormat()
462 service.isAttributeValueSupported(orientReq, null, attributes)) { in getPageFormat()
464 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in getPageFormat()
466 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in getPageFormat()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/print/
H A DPrinterJob.java422 OrientationRequested orientReq =
425 if (media == null && mpa == null && orientReq == null) {
474 if (orientReq != null &&
475 service.isAttributeValueSupported(orientReq, null, attributes)) {
477 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) {
479 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/print/
H A DPrinterJob.java422 OrientationRequested orientReq =
425 if (media == null && mpa == null && orientReq == null) {
474 if (orientReq != null &&
475 service.isAttributeValueSupported(orientReq, null, attributes)) {
477 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) {
479 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/print/
H A DPrinterJob.java425 OrientationRequested orientReq =
428 if (media == null && mpa == null && orientReq == null) {
477 if (orientReq != null &&
478 service.isAttributeValueSupported(orientReq, null, attributes)) {
480 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) {
482 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) {
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/print/
H A DPrinterJob.java425 OrientationRequested orientReq =
428 if (media == null && mpa == null && orientReq == null) {
477 if (orientReq != null &&
478 service.isAttributeValueSupported(orientReq, null, attributes)) {
480 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) {
482 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1618 OrientationRequested orientReq = (attributes == null) ? null : in getOrientAttrib() local
1620 if (orientReq == null) { in getOrientAttrib()
1621 orientReq = (OrientationRequested) in getOrientAttrib()
1624 if (orientReq != null) { in getOrientAttrib()
1625 if (orientReq == OrientationRequested.REVERSE_LANDSCAPE) { in getOrientAttrib()
1627 } else if (orientReq == OrientationRequested.LANDSCAPE) { in getOrientAttrib()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1605 OrientationRequested orientReq = (attributes == null) ? null : in getOrientAttrib() local
1607 if (orientReq == null) { in getOrientAttrib()
1608 orientReq = (OrientationRequested) in getOrientAttrib()
1611 if (orientReq != null) { in getOrientAttrib()
1612 if (orientReq == OrientationRequested.REVERSE_LANDSCAPE) { in getOrientAttrib()
1614 } else if (orientReq == OrientationRequested.LANDSCAPE) { in getOrientAttrib()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1618 OrientationRequested orientReq = (attributes == null) ? null : in getOrientAttrib() local
1620 if (orientReq == null) { in getOrientAttrib()
1621 orientReq = (OrientationRequested) in getOrientAttrib()
1624 if (orientReq != null) { in getOrientAttrib()
1625 if (orientReq == OrientationRequested.REVERSE_LANDSCAPE) { in getOrientAttrib()
1627 } else if (orientReq == OrientationRequested.LANDSCAPE) { in getOrientAttrib()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1618 OrientationRequested orientReq = (attributes == null) ? null : in getOrientAttrib() local
1620 if (orientReq == null) { in getOrientAttrib()
1621 orientReq = (OrientationRequested) in getOrientAttrib()
1624 if (orientReq != null) { in getOrientAttrib()
1625 if (orientReq == OrientationRequested.REVERSE_LANDSCAPE) { in getOrientAttrib()
1627 } else if (orientReq == OrientationRequested.LANDSCAPE) { in getOrientAttrib()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1618 OrientationRequested orientReq = (attributes == null) ? null : in getOrientAttrib() local
1620 if (orientReq == null) { in getOrientAttrib()
1621 orientReq = (OrientationRequested) in getOrientAttrib()
1624 if (orientReq != null) { in getOrientAttrib()
1625 if (orientReq == OrientationRequested.REVERSE_LANDSCAPE) { in getOrientAttrib()
1627 } else if (orientReq == OrientationRequested.LANDSCAPE) { in getOrientAttrib()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1618 OrientationRequested orientReq = (attributes == null) ? null : in getOrientAttrib() local
1620 if (orientReq == null) { in getOrientAttrib()
1621 orientReq = (OrientationRequested) in getOrientAttrib()
1624 if (orientReq != null) { in getOrientAttrib()
1625 if (orientReq == OrientationRequested.REVERSE_LANDSCAPE) { in getOrientAttrib()
1627 } else if (orientReq == OrientationRequested.LANDSCAPE) { in getOrientAttrib()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1605 OrientationRequested orientReq = (attributes == null) ? null : in getOrientAttrib() local
1607 if (orientReq == null) { in getOrientAttrib()
1608 orientReq = (OrientationRequested) in getOrientAttrib()
1611 if (orientReq != null) { in getOrientAttrib()
1612 if (orientReq == OrientationRequested.REVERSE_LANDSCAPE) { in getOrientAttrib()
1614 } else if (orientReq == OrientationRequested.LANDSCAPE) { in getOrientAttrib()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1707 OrientationRequested orientReq = (attributes == null) ? null : in getOrientAttrib() local
1709 if (orientReq == null) { in getOrientAttrib()
1710 orientReq = (OrientationRequested) in getOrientAttrib()
1713 if (orientReq != null) { in getOrientAttrib()
1714 if (orientReq == OrientationRequested.REVERSE_LANDSCAPE) { in getOrientAttrib()
1716 } else if (orientReq == OrientationRequested.LANDSCAPE) { in getOrientAttrib()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1707 OrientationRequested orientReq = (attributes == null) ? null : in getOrientAttrib() local
1709 if (orientReq == null) { in getOrientAttrib()
1710 orientReq = (OrientationRequested) in getOrientAttrib()
1713 if (orientReq != null) { in getOrientAttrib()
1714 if (orientReq == OrientationRequested.REVERSE_LANDSCAPE) { in getOrientAttrib()
1716 } else if (orientReq == OrientationRequested.LANDSCAPE) { in getOrientAttrib()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1707 OrientationRequested orientReq = (attributes == null) ? null : in getOrientAttrib() local
1709 if (orientReq == null) { in getOrientAttrib()
1710 orientReq = (OrientationRequested) in getOrientAttrib()
1713 if (orientReq != null) { in getOrientAttrib()
1714 if (orientReq == OrientationRequested.REVERSE_LANDSCAPE) { in getOrientAttrib()
1716 } else if (orientReq == OrientationRequested.LANDSCAPE) { in getOrientAttrib()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java1270 OrientationRequested orientReq = in setAttributes() local
1275 if ((orientReq != null || media != null || mpa != null) && in setAttributes()
1301 if (isSupportedValue(orientReq, attributes) || in setAttributes()
1302 (!fidelity && orientReq != null)) { in setAttributes()
1304 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in setAttributes()
1306 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in setAttributes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java1270 OrientationRequested orientReq = in setAttributes() local
1275 if ((orientReq != null || media != null || mpa != null) && in setAttributes()
1301 if (isSupportedValue(orientReq, attributes) || in setAttributes()
1302 (!fidelity && orientReq != null)) { in setAttributes()
1304 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in setAttributes()
1306 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in setAttributes()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/print/
H A DRasterPrinterJob.java1362 OrientationRequested orientReq = in setAttributes() local
1367 if ((orientReq != null || media != null || mpa != null) && in setAttributes()
1393 if (isSupportedValue(orientReq, attributes) || in setAttributes()
1394 (!fidelity && orientReq != null)) { in setAttributes()
1396 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in setAttributes()
1398 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in setAttributes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/print/
H A DRasterPrinterJob.java1362 OrientationRequested orientReq = in setAttributes() local
1367 if ((orientReq != null || media != null || mpa != null) && in setAttributes()
1393 if (isSupportedValue(orientReq, attributes) || in setAttributes()
1394 (!fidelity && orientReq != null)) { in setAttributes()
1396 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in setAttributes()
1398 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in setAttributes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/print/
H A DRasterPrinterJob.java1362 OrientationRequested orientReq = in setAttributes() local
1367 if ((orientReq != null || media != null || mpa != null) && in setAttributes()
1393 if (isSupportedValue(orientReq, attributes) || in setAttributes()
1394 (!fidelity && orientReq != null)) { in setAttributes()
1396 if (orientReq.equals(OrientationRequested.REVERSE_LANDSCAPE)) { in setAttributes()
1398 } else if (orientReq.equals(OrientationRequested.LANDSCAPE)) { in setAttributes()

12