Searched defs:getGlyphOutline (Results 1 - 19 of 19) sorted by relevance

/openjdk9/jdk/src/java.desktop/macosx/classes/sun/font/
H A DNativeFont.java76 public GeneralPath getGlyphOutline(long pScalerContext, method in class:NativeFont
H A DNativeStrike.java78 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:NativeStrike
H A DCFont.java69 GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, method in class:CFont
H A DCStrike.java215 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:CStrike
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
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
H A DNullFontScaler.java57 GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, method in class:NullFontScaler
H A DFontStrike.java74 getGlyphOutline(int glyphCode, float x, float y); method in class:FontStrike
H A DFileFont.java225 GeneralPath getGlyphOutline(long pScalerContext, int glyphCode, float x, float y) { method in class:FileFont
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
H A DFileFontStrike.java938 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:FileFontStrike
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
/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
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/windows/classes/sun/font/
H A DNativeFont.java76 public GeneralPath getGlyphOutline(long pScalerContext, method in class:NativeFont
H A DNativeStrike.java78 GeneralPath getGlyphOutline(int glyphCode, float x, float y) { method in class:NativeStrike
/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

Completed in 198 milliseconds