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

12

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DTextPipe.java33 import java.awt.font.GlyphVector;
44 public void drawGlyphVector(SunGraphics2D g2d, GlyphVector g,
H A DAATextRenderer.java28 import java.awt.font.GlyphVector;
H A DLCDTextRenderer.java28 import java.awt.font.GlyphVector;
H A DSolidTextRenderer.java28 import java.awt.font.GlyphVector;
H A DGlyphListLoopPipe.java28 import java.awt.font.GlyphVector;
H A DOutlineTextRenderer.java29 import java.awt.font.GlyphVector;
107 public void drawGlyphVector(SunGraphics2D g2d, GlyphVector gv,
H A DGlyphListPipe.java32 import java.awt.font.GlyphVector;
116 public void drawGlyphVector(SunGraphics2D sg2d, GlyphVector gv,
H A DNullPipe.java35 import java.awt.font.GlyphVector;
113 public void drawGlyphVector(SunGraphics2D sg, GlyphVector g,
H A DTextRenderer.java31 import java.awt.font.GlyphVector;
/openjdk7/jdk/test/java/awt/font/GlyphVector/
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, " ");
/openjdk7/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.java60 GlyphVector gv =
/openjdk7/jdk/src/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() {
H A DGlyphLayout.java74 import java.awt.font.GlyphVector;
532 * Storage for layout to build glyph vector data, then generate a real GlyphVector
598 if (rtl) _flags |= GlyphVector.FLAG_RUN_RTL;
599 if (!rtl && !ltr) _flags |= GlyphVector.FLAG_COMPLEX_GLYPHS;
605 _flags |= GlyphVector.FLAG_HAS_POSITION_ADJUSTMENTS;
612 if ((_flags & GlyphVector.FLAG_HAS_POSITION_ADJUSTMENTS) != 0) {
618 if ((_flags & GlyphVector.FLAG_COMPLEX_GLYPHS) != 0) {
/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DTextLayoutBounds.java40 GlyphVector gv = f.createGlyphVector(frc, s);
/openjdk7/jdk/src/solaris/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,
/openjdk7/jdk/src/share/demo/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;
/openjdk7/jdk/src/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) {
/openjdk7/jdk/test/java/awt/FontClass/SurrogateTest/
H A DSuppCharTest.java67 GlyphVector gv = font.createGlyphVector(frc, str);
117 GlyphVector gv = font.createGlyphVector(frc, str);
/openjdk7/jdk/test/java/awt/FontClass/
H A DLCDScale.java61 GlyphVector gv = f.createGlyphVector(frc, "Help");
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics2D.java35 import java.awt.font.GlyphVector;
186 * {@link GlyphVector}, then the
187 * <code>GlyphVector</code> object already contains the appropriate
750 * {@link GlyphVector} using
754 * <code>Composite</code> attributes. The <code>GlyphVector</code>
756 * The <code>GlyphVector</code> can also contain the glyph positions.
759 * @param g the <code>GlyphVector</code> to be rendered
767 * @see java.awt.font.GlyphVector
774 public abstract void drawGlyphVector(GlyphVector g, float x, float y);
H A DFont.java29 import java.awt.font.GlyphVector;
2420 GlyphVector gv = new StandardGlyphVector(this, chars, beginIndex,
2510 * Creates a {@link java.awt.font.GlyphVector GlyphVector} by
2519 * @return a new <code>GlyphVector</code> created with the
2523 public GlyphVector createGlyphVector(FontRenderContext frc, String str)
2525 return (GlyphVector)new StandardGlyphVector(this, str, frc);
2529 * Creates a {@link java.awt.font.GlyphVector GlyphVector} by
2538 * @return a new <code>GlyphVector</cod
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java44 * A <code>GlyphVector</code> object is a collection of glyphs
47 * device on which the <code>GlyphVector</code> is ultimately
50 * The <code>GlyphVector</code> does not attempt any interpretation of
55 * Instances of <code>GlyphVector</code> are created by a {@link Font}.
59 * <code>GlyphVector</code> for use during rendering is the fastest
62 * A <code>GlyphVector</code> is associated with exactly one
65 * <code>GlyphVector</code> are not generally geometrically scaleable
68 * measurement of a <code>GlyphVector</code> and its component
70 * fractional metrics mode when creating the <code>GlyphVector</code>.
73 * For each glyph in the <code>GlyphVector</cod
109 public abstract class GlyphVector implements Cloneable { class in inherits:Cloneable
[all...]

Completed in 79 milliseconds

12