Home
last modified time | relevance | path

Searched refs:getScaleY (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/tessellate/
H A DGrVectorXform.h28 fSkewXScaleY = {m.getSkewX(), m.getScaleY()}; in GrVectorXform()
29 fScaleXYXY = {m.getScaleX(), m.getScaleY(), m.getScaleX(), m.getScaleY()}; in GrVectorXform()
33 fScaleXY = {m.getScaleX(), m.getScaleY()}; in GrVectorXform()
34 fScaleXYXY = {m.getScaleX(), m.getScaleY(), m.getScaleX(), m.getScaleY()}; in GrVectorXform()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/
H A DSunGraphicsEnvironment.java363 bounds.height *= tx.getScaleY(); in getGCDeviceBounds()
381 Region.clipRound(h / tx.getScaleY()) in toUserSpace()
431 screen.y + Region.clipRound((y - screen.y) * tx.getScaleY()), in toDeviceSpaceAbs()
433 Region.clipRound(h * tx.getScaleY()) in toDeviceSpaceAbs()
468 Region.clipRound(y * tx.getScaleY()), in toDeviceSpace()
470 Region.clipRound(h * tx.getScaleY()) in toDeviceSpace()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/
H A DSunGraphicsEnvironment.java364 bounds.height *= tx.getScaleY(); in getGCDeviceBounds()
382 Region.clipRound(h / tx.getScaleY()) in toUserSpace()
432 screen.y + Region.clipRound((y - screen.y) * tx.getScaleY()), in toDeviceSpaceAbs()
434 Region.clipRound(h * tx.getScaleY()) in toDeviceSpaceAbs()
469 Region.clipRound(y * tx.getScaleY()), in toDeviceSpace()
471 Region.clipRound(h * tx.getScaleY()) in toDeviceSpace()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java188 double m11 = at.getScaleY(); in concatfix()
421 ulps(at1.getScaleY(), in report()
422 at2.getScaleY())+" ulps"); in report()
440 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
449 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
H A DTestRotateMethods.java116 ulps(at1.getScaleY(), at2.getScaleY())+" ulps"); in verify()
311 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
320 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java188 double m11 = at.getScaleY(); in concatfix()
421 ulps(at1.getScaleY(), in report()
422 at2.getScaleY())+" ulps"); in report()
440 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
449 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
H A DTestRotateMethods.java116 ulps(at1.getScaleY(), at2.getScaleY())+" ulps"); in verify()
311 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
320 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java188 double m11 = at.getScaleY(); in concatfix()
421 ulps(at1.getScaleY(), in report()
422 at2.getScaleY())+" ulps"); in report()
440 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
449 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
H A DTestRotateMethods.java116 ulps(at1.getScaleY(), at2.getScaleY())+" ulps"); in verify()
311 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
320 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java188 double m11 = at.getScaleY(); in concatfix()
421 ulps(at1.getScaleY(), in report()
422 at2.getScaleY())+" ulps"); in report()
440 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
449 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
H A DTestRotateMethods.java116 ulps(at1.getScaleY(), at2.getScaleY())+" ulps"); in verify()
311 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
320 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java188 double m11 = at.getScaleY(); in concatfix()
421 ulps(at1.getScaleY(), in report()
422 at2.getScaleY())+" ulps"); in report()
440 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
449 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
H A DTestRotateMethods.java116 ulps(at1.getScaleY(), at2.getScaleY())+" ulps"); in verify()
311 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
320 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java188 double m11 = at.getScaleY(); in concatfix()
421 ulps(at1.getScaleY(), in report()
422 at2.getScaleY())+" ulps"); in report()
440 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
449 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
H A DTestRotateMethods.java116 ulps(at1.getScaleY(), at2.getScaleY())+" ulps"); in verify()
311 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
320 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java188 double m11 = at.getScaleY(); in concatfix()
421 ulps(at1.getScaleY(), in report()
422 at2.getScaleY())+" ulps"); in report()
440 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
449 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
H A DTestRotateMethods.java116 ulps(at1.getScaleY(), at2.getScaleY())+" ulps"); in verify()
311 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
320 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java188 double m11 = at.getScaleY(); in concatfix()
421 ulps(at1.getScaleY(), in report()
422 at2.getScaleY())+" ulps"); in report()
440 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
449 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
H A DTestRotateMethods.java116 ulps(at1.getScaleY(), at2.getScaleY())+" ulps"); in verify()
311 maxulps = Math.max(maxulps, ulps(at1.getScaleY(), at2.getScaleY())); in compare()
320 (compare(at1.getScaleY(), at2.getScaleY(), MAX_ULPS)) && in compare()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/hidpi/properties/
H A DHiDPIPropertiesWindowsTest.java131 if (scaleX != tx.getScaleX() || scaleY != tx.getScaleY()) { in testScale()
134 tx.getScaleX(), tx.getScaleY(), scaleX, scaleY)); in testScale()
H A DHiDPIPropertiesUnixTest.java78 if (scaleX != tx.getScaleX() || scaleY != tx.getScaleY()) { in testScale()
81 tx.getScaleX(), tx.getScaleY(), scaleX, scaleY)); in testScale()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/hidpi/properties/
H A DHiDPIPropertiesWindowsTest.java131 if (scaleX != tx.getScaleX() || scaleY != tx.getScaleY()) { in testScale()
134 tx.getScaleX(), tx.getScaleY(), scaleX, scaleY)); in testScale()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/hidpi/properties/
H A DHiDPIPropertiesWindowsTest.java131 if (scaleX != tx.getScaleX() || scaleY != tx.getScaleY()) { in testScale()
134 tx.getScaleX(), tx.getScaleY(), scaleX, scaleY)); in testScale()
H A DHiDPIPropertiesUnixTest.java78 if (scaleX != tx.getScaleX() || scaleY != tx.getScaleY()) { in testScale()
81 tx.getScaleX(), tx.getScaleY(), scaleX, scaleY)); in testScale()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/hidpi/properties/
H A DHiDPIPropertiesWindowsTest.java131 if (scaleX != tx.getScaleX() || scaleY != tx.getScaleY()) { in testScale()
134 tx.getScaleX(), tx.getScaleY(), scaleX, scaleY)); in testScale()

12345678910>>...33