Home
last modified time | relevance | path

Searched refs:getAdvance (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance()); in main()
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance()); in main()
72 if(tl.getAdvance() != tl2.getAdvance()) { in main()
73 …dvance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance()… in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance()); in main()
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance()); in main()
72 if(tl.getAdvance() != tl2.getAdvance()) { in main()
73 …dvance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance()… in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance()); in main()
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance()); in main()
72 if(tl.getAdvance() != tl2.getAdvance()) { in main()
73 …dvance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance()… in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance()); in main()
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance()); in main()
72 if(tl.getAdvance() != tl2.getAdvance()) { in main()
73 …dvance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance()… in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance()); in main()
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance()); in main()
72 if(tl.getAdvance() != tl2.getAdvance()) { in main()
73 …dvance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance()… in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance()); in main()
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance()); in main()
72 if(tl.getAdvance() != tl2.getAdvance()) { in main()
73 …dvance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance()… in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance()); in main()
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance()); in main()
72 if(tl.getAdvance() != tl2.getAdvance()) { in main()
73 …dvance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance()… in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance()); in main()
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance()); in main()
72 if(tl.getAdvance() != tl2.getAdvance()) { in main()
73 …dvance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance()… in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance()); in main()
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance()); in main()
72 if(tl.getAdvance() != tl2.getAdvance()) { in main()
73 …dvance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance()… in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/font/TextLayout/
H A DTestHebrewMark.java68 System.out.println("tl.getAdvance()="+tl.getAdvance()); in main()
70 System.out.println("tl2.getAdvance()="+tl2.getAdvance()); in main()
72 if(tl.getAdvance() != tl2.getAdvance()) { in main()
73 …dvance of string with and without QAMATS differs: " + tl.getAdvance() + " vs. " + tl2.getAdvance()… in main()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/font/
H A DGraphicAttribute.java87 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
123 return new Rectangle2D.Float(0, - asc, getAdvance(), asc + getDescent()); in getBounds()
133 float adv = getAdvance(); in getJustificationInfo()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/font/
H A DGraphicAttribute.java87 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
123 return new Rectangle2D.Float(0, - asc, getAdvance(), asc + getDescent()); in getBounds()
133 float adv = getAdvance(); in getJustificationInfo()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/font/
H A DGraphicAttribute.java87 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
123 return new Rectangle2D.Float(0, - asc, getAdvance(), asc + getDescent()); in getBounds()
133 float adv = getAdvance(); in getJustificationInfo()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/font/
H A DGraphicAttribute.java87 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
123 return new Rectangle2D.Float(0, - asc, getAdvance(), asc + getDescent()); in getBounds()
133 float adv = getAdvance(); in getJustificationInfo()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/font/
H A DGraphicAttribute.java87 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
123 return new Rectangle2D.Float(0, - asc, getAdvance(), asc + getDescent()); in getBounds()
133 float adv = getAdvance(); in getJustificationInfo()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
150 getAdvance(), ascent+getDescent()); in getBounds()
208 float advance = getAdvance(); in getJustificationInfo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
150 getAdvance(), ascent+getDescent()); in getBounds()
208 float advance = getAdvance(); in getJustificationInfo()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
150 getAdvance(), ascent+getDescent()); in getBounds()
208 float advance = getAdvance(); in getJustificationInfo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
150 getAdvance(), ascent+getDescent()); in getBounds()
208 float advance = getAdvance(); in getJustificationInfo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
150 getAdvance(), ascent+getDescent()); in getBounds()
208 float advance = getAdvance(); in getJustificationInfo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
150 getAdvance(), ascent+getDescent()); in getBounds()
208 float advance = getAdvance(); in getJustificationInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
150 getAdvance(), ascent+getDescent()); in getBounds()
208 float advance = getAdvance(); in getJustificationInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
150 getAdvance(), ascent+getDescent()); in getBounds()
208 float advance = getAdvance(); in getJustificationInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
150 getAdvance(), ascent+getDescent()); in getBounds()
208 float advance = getAdvance(); in getJustificationInfo()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/font/
H A DGraphicAttribute.java134 public abstract float getAdvance(); in getAdvance() method in GraphicAttribute
150 getAdvance(), ascent+getDescent()); in getBounds()
208 float advance = getAdvance(); in getJustificationInfo()

12345678910>>...20