Searched refs:getGlyphOutline (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrike.java74 getGlyphOutline(int glyphCode, float x, float y); method in class:FontStrike
H A DNullFontScaler.java57 GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, method in class:NullFontScaler
H A DPhysicalFont.java101 abstract GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, method in class:PhysicalFont
H A DCompositeStrike.java166 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:CompositeStrike
169 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y);
H A DFileFont.java222 GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, float x, float y) { method in class:FileFont
224 return getScaler().getGlyphOutline(pScalerContext, glyphCode, x, y);
227 return getGlyphOutline(pScalerContext, glyphCode, x, y);
H A DFontScaler.java188 abstract GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, method in class:FontScaler
H A DFreetypeFontScaler.java137 synchronized GeneralPath getGlyphOutline( method in class:FreetypeFontScaler
148 getGlyphOutline(0L, glyphCode, x,y);
H A DStandardGlyphVector.java431 public Shape getGlyphOutline(int ix) { method in class:StandardGlyphVector
436 public Shape getGlyphOutline(int ix, float x, float y) { method in class:StandardGlyphVector
1793 GeneralPath gp = strike.getGlyphOutline(glyphID, 0, 0);
1817 gp = strike.getGlyphOutline(glyphID, x + dx, y + dy);
1819 gp = strike.getGlyphOutline(glyphID, 0, 0);
H A DFileFontStrike.java907 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:FileFontStrike
920 gp = fileFont.getGlyphOutline(pScalerContext, glyphCode, 0, 0);
/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeStrike.java78 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:NativeStrike
H A DNativeFont.java76 public GeneralPath getGlyphOutline(long pScalerContext, method in class:NativeFont
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java315 public abstract Shape getGlyphOutline(int glyphIndex); method in class:GlyphVector
335 public Shape getGlyphOutline(int glyphIndex, float x, float y) { method in class:GlyphVector
336 Shape s = getGlyphOutline(glyphIndex);
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeStrike.java288 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:NativeStrike
371 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:DelegateStrike
372 return delegateStrike.getGlyphOutline(glyphCode, x, y);
H A DNativeFont.java285 public GeneralPath getGlyphOutline(long pScalerContext, method in class:NativeFont
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java68 GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, method in class:CFont
H A DCStrike.java229 GeneralPath gp = getGlyphOutline(glyphCode, 0f, 0f);
266 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:CStrike
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCTextPipe.java53 final Shape glyph = gv.getGlyphOutline(i, x, y);
67 final Shape glyph = gv.getGlyphOutline(i, (float)x, (float)y);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java383 s = gv.getGlyphOutline(i);

Completed in 58 milliseconds