Searched refs:GlyphVector (Results 1 - 25 of 48) sorted by relevance

12

/openjdk9/jdk/test/java/awt/font/GlyphVector/
H A DTestLayoutFlags.java55 GlyphVector gv = font.createGlyphVector(frc, "abcde");
68 GlyphVector latinGV = makeGlyphVector("Lucida Sans", frc, latin1, false, 1 /* ScriptRun.LATIN */);
69 GlyphVector hebrewGV = makeGlyphVector("Lucida Sans", frc, hebrew, true, 5 /* ScriptRun.HEBREW */);
70 GlyphVector arabicGV = makeGlyphVector("Lucida Sans", frc, arabic, true, 6 /* ScriptRun.ARABIC */);
71 GlyphVector hindiGV = makeGlyphVector("Lucida Sans", frc, hindi, false, 7 /* ScriptRun.DEVANAGARI */);
72 // GlyphVector tamilGV = makeGlyphVector("Devanagari MT for IBM", frc, tamil, false, 12 /* ScriptRun.TAMIL */);
74 GlyphVector latinPos = font.createGlyphVector(frc, latin1);
79 GlyphVector latinTrans = font.createGlyphVector(frc, latin1);
82 test("latin", latinGV, GlyphVector.FLAG_HAS_POSITION_ADJUSTMENTS);
83 test("hebrew", hebrewGV, GlyphVector
[all...]
H A DGetGlyphCharIndexTest.java31 import java.awt.font.GlyphVector;
37 GlyphVector gv = font.layoutGlyphVector(frc, "abc".toCharArray(), 1, 3,
H A DTestStandardGlyphVectorBug.java25 import java.awt.font.GlyphVector;
33 * @summary GlyphVector.setGlyphPosition should not throw an exception on valid input
42 GlyphVector gv = defaultFont.createGlyphVector(defaultFrc, "test");
H A DVisualBounds.java43 GlyphVector gv1 = f.createGlyphVector(frc, s1);
44 GlyphVector gv2 = f.createGlyphVector(frc, s2);
45 GlyphVector gv3 = f.createGlyphVector(frc, s3);
49 GlyphVector gv4 = f.createGlyphVector(frc, " ");
H A DGlyphVectorOutline.java29 import java.awt.font.GlyphVector;
44 * (cd test/java/awt/font/GlyphVector/ && javac GlyphVectorOutline.java && wget -q -O/tmp/msgothic.ttc https://browserlinux-jp.googlecode.com/files/msgothic.ttc && java GlyphVectorOutline /tmp/msgothic.ttc /tmp/katakana.png)
50 * 2. filling in the result of GlyphVector#getOutline
77 GlyphVector gv = font.createGlyphVector(frc, value);
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DTextPipe.java33 import java.awt.font.GlyphVector;
43 public void drawGlyphVector(SunGraphics2D g2d, GlyphVector g,
H A DLCDTextRenderer.java28 import java.awt.font.GlyphVector;
H A DOutlineTextRenderer.java29 import java.awt.font.GlyphVector;
106 public void drawGlyphVector(SunGraphics2D g2d, GlyphVector gv,
H A DNullPipe.java35 import java.awt.font.GlyphVector;
113 public void drawGlyphVector(SunGraphics2D sg, GlyphVector g,
H A DGlyphListPipe.java29 import java.awt.font.GlyphVector;
112 public void drawGlyphVector(SunGraphics2D sg2d, GlyphVector gv,
/openjdk9/jdk/test/java/awt/font/Rotate/
H A DTranslatedOutlineTest.java35 import java.awt.font.GlyphVector;
50 GlyphVector gv = g2.getFont().createGlyphVector(frc, "test");
H A DShear.java61 GlyphVector gv =
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DTextSourceLabel.java37 import java.awt.font.GlyphVector;
53 GlyphVector gv;
59 public TextSourceLabel(TextSource source, Rectangle2D lb, Rectangle2D ab, GlyphVector gv) {
150 private final GlyphVector getGV() {
158 protected GlyphVector createGV() {
/openjdk9/jdk/test/java/awt/font/TextLayout/
H A DTextLayoutBounds.java40 GlyphVector gv = f.createGlyphVector(frc, s);
H A DStyledFontLayoutTest.java37 import java.awt.font.GlyphVector;
90 GlyphVector pgv = plain.layoutGlyphVector(frc, chs, 0, len, 0);
98 GlyphVector bgv = bold.layoutGlyphVector(frc, chs, 0, len, 0);
106 System.out.println("Plain GlyphVector Bounds = " + plainGVBounds);
107 System.out.println("Bold GlyphVector Bounds = " + boldGVBounds);
/openjdk9/jdk/src/java.desktop/unix/classes/sun/font/
H A DX11TextRenderer.java30 import java.awt.font.GlyphVector;
48 * AA is specified in the GlyphVector's FontRenderContext
50 public void drawGlyphVector(SunGraphics2D sg2d, GlyphVector g,
/openjdk9/jdk/test/java/awt/font/Fallback/
H A DSurrogatesFallbackTest.java32 import java.awt.font.GlyphVector;
49 GlyphVector gv = FONT.createGlyphVector(g.getFontRenderContext(), new int[]{FONT.getMissingGlyphCode()});
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextConstructionTests.java51 import java.awt.font.GlyphVector;
98 GlyphVector gv;
130 GlyphVector gv;
147 GlyphVector gv;
164 GlyphVector gv;
181 GlyphVector gv;
201 GlyphVector gv;
209 * my bad, clone is not public in GlyphVector!
218 final GlyphVector origGV = tcctx.gv;
219 GlyphVector g
[all...]
H A DTextMeasureTests.java54 import java.awt.font.GlyphVector;
220 GlyphVector gv;
252 GlyphVector gv = gvctx.gv;
267 GlyphVector gv = gvctx.gv;
282 GlyphVector gv = gvctx.gv;
297 GlyphVector gv = gvctx.gv;
312 GlyphVector gv = gvctx.gv;
327 GlyphVector gv = gvctx.gv;
344 GlyphVector gv = gvctx.gv;
362 GlyphVector g
[all...]
H A DTextRenderTests.java51 import java.awt.font.GlyphVector;
134 GlyphVector gv;
154 GlyphVector gv = gvctx.gv;
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCTextPipe.java40 public native void doDrawGlyphs(SurfaceData sData, long nativeStrikePtr, GlyphVector gV, float x, float y);
50 void drawGlyphVectorAsShape(final SunGraphics2D sg2d, final GlyphVector gv, final float x, final float y) {
64 final GlyphVector gv = font.createGlyphVector(frc, s);
84 public void drawGlyphVector(final SunGraphics2D sg2d, final GlyphVector gV, final float x, final float y) {
118 public void doDrawGlyphs(final SurfaceData sData, final long nativeStrikePtr, final GlyphVector gV, final float x, final float y) {
/openjdk9/jdk/test/java/awt/FontClass/SurrogateTest/
H A DSuppCharTest.java67 GlyphVector gv = font.createGlyphVector(frc, str);
117 GlyphVector gv = font.createGlyphVector(frc, str);
/openjdk9/jdk/test/sun/java2d/
H A DClassCastExceptionForInvalidSurface.java32 import java.awt.font.GlyphVector;
72 GlyphVector gv = font.createGlyphVector(frc, new char[]{'a', '1'});
/openjdk9/jdk/test/java/awt/FontClass/
H A DLCDScale.java61 GlyphVector gv = f.createGlyphVector(frc, "Help");
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGlyphVector.java44 * A {@code GlyphVector} object is a collection of glyphs
47 * device on which the {@code GlyphVector} is ultimately
50 * The {@code GlyphVector} does not attempt any interpretation of
55 * Instances of {@code GlyphVector} are created by a {@link Font}.
59 * {@code GlyphVector} for use during rendering is the fastest
62 * A {@code GlyphVector} is associated with exactly one
65 * {@code GlyphVector} are not generally geometrically scalable
68 * measurement of a {@code GlyphVector} and its component
70 * fractional metrics mode when creating the {@code GlyphVector}.
73 * For each glyph in the {@code GlyphVector}, yo
109 public abstract class GlyphVector implements Cloneable { class in inherits:Cloneable
[all...]

Completed in 187 milliseconds

12