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

/openjdk9/jdk/src/java.desktop/unix/classes/sun/font/
H A DDelegateStrike.java106 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:DelegateStrike
107 return delegateStrike.getGlyphOutline(glyphCode, x, y);
H A DNativeFont.java285 public GeneralPath getGlyphOutline(long pScalerContext, method in class:NativeFont
H A DNativeStrike.java288 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:NativeStrike
/openjdk9/jdk/src/java.desktop/macosx/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
H A DCStrike.java178 GeneralPath gp = getGlyphOutline(glyphCode, 0f, 0f);
215 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:CStrike
H A DCFont.java69 GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, method in class:CFont
/openjdk9/jdk/src/java.desktop/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.java168 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:CompositeStrike
171 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y);
H A DFileFont.java225 GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, float x, float y) { method in class:FileFont
227 return getScaler().getGlyphOutline(pScalerContext, glyphCode, x, y);
230 return getGlyphOutline(pScalerContext, glyphCode, x, y);
H A DFontScaler.java189 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
1808 GeneralPath gp = strike.getGlyphOutline(glyphID, 0, 0);
1832 gp = strike.getGlyphOutline(glyphID, x + dx, y + dy);
1834 gp = strike.getGlyphOutline(glyphID, 0, 0);
H A DFileFontStrike.java938 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:FileFontStrike
951 gp = fileFont.getGlyphOutline(pScalerContext, glyphCode, 0, 0);
/openjdk9/jdk/src/java.desktop/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
/openjdk9/jdk/src/java.desktop/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);
/openjdk9/jdk/src/java.desktop/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);
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java383 s = gv.getGlyphOutline(i);

Completed in 146 milliseconds