Searched refs:getGlyphVectorOutline (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrike.java77 getGlyphVectorOutline(int[] glyphs, float x, float y); method in class:FontStrike
H A DNullFontScaler.java62 GeneralPath getGlyphVectorOutline(long pScalerContext, int[] glyphs, method in class:NullFontScaler
H A DPhysicalFont.java104 abstract GeneralPath getGlyphVectorOutline(long pScalerContext, method in class:PhysicalFont
H A DCompositeStrike.java184 GeneralPath getGlyphVectorOutline(int[] glyphs, float x, float y) { method in class:CompositeStrike
202 gp = getStrikeForSlot(slot).getGlyphVectorOutline(tmpGlyphs, x, y);
H A DFileFont.java231 GeneralPath getGlyphVectorOutline(long pScalerContext, int[] glyphs, int numGlyphs, float x, float y) { method in class:FileFont
233 return getScaler().getGlyphVectorOutline(pScalerContext, glyphs, numGlyphs, x, y);
236 return getGlyphVectorOutline(pScalerContext, glyphs, numGlyphs, x, y);
H A DFontScaler.java192 abstract GeneralPath getGlyphVectorOutline(long pScalerContext, int[] glyphs, method in class:FontScaler
H A DFreetypeFontScaler.java151 synchronized GeneralPath getGlyphVectorOutline( method in class:FreetypeFontScaler
163 .getNullScaler().getGlyphVectorOutline(0L, glyphs, numGlyphs, x, y);
H A DFileFontStrike.java936 GeneralPath getGlyphVectorOutline(int[] glyphs, float x, float y) { method in class:FileFontStrike
937 return fileFont.getGlyphVectorOutline(pScalerContext,
/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeStrike.java82 GeneralPath getGlyphVectorOutline(int[] glyphs, float x, float y) { method in class:NativeStrike
H A DNativeFont.java82 public GeneralPath getGlyphVectorOutline(long pScalerContext, method in class:NativeFont
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeStrike.java292 GeneralPath getGlyphVectorOutline(int[] glyphs, float x, float y) { method in class:NativeStrike
375 GeneralPath getGlyphVectorOutline(int[] glyphs, float x, float y) { method in class:DelegateStrike
376 return delegateStrike.getGlyphVectorOutline(glyphs, x, y);
H A DNativeFont.java301 public GeneralPath getGlyphVectorOutline(long pScalerContext, method in class:NativeFont
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java73 GeneralPath getGlyphVectorOutline(long pScalerContext, method in class:CFont
H A DCStrike.java271 GeneralPath getGlyphVectorOutline(int[] glyphs, float x, float y) { method in class:CStrike

Completed in 36 milliseconds