/openjdk7/jdk/src/share/classes/sun/font/ |
H A D | FontStrike.java | 71 abstract Rectangle2D.Float getGlyphOutlineBounds(int glyphCode); method in class:FontStrike
|
H A D | NullFontScaler.java | 53 Rectangle2D.Float getGlyphOutlineBounds(long pContext, int glyphCode) { method in class:NullFontScaler
|
H A D | PhysicalFont.java | 98 abstract Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, method in class:PhysicalFont
|
H A D | CompositeStrike.java | 161 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { method in class:CompositeStrike 163 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK);
|
H A D | FileFont.java | 213 Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, int glyphCode) { method in class:FileFont 215 return getScaler().getGlyphOutlineBounds(pScalerContext, glyphCode); 218 return getGlyphOutlineBounds(pScalerContext, glyphCode);
|
H A D | FontScaler.java | 184 abstract Rectangle2D.Float getGlyphOutlineBounds(long pContext, method in class:FontScaler
|
H A D | FreetypeFontScaler.java | 124 synchronized Rectangle2D.Float getGlyphOutlineBounds( method in class:FreetypeFontScaler 134 getGlyphOutlineBounds(0L,glyphCode);
|
H A D | FileFontStrike.java | 884 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { method in class:FileFontStrike 894 bounds = fileFont.getGlyphOutlineBounds(pScalerContext, glyphCode); 901 return fileFont.getGlyphOutlineBounds(pScalerContext, glyphCode);
|
H A D | StandardGlyphVector.java | 586 result = new DelegatingShape(getGlyphOutlineBounds(ix)); 1171 private Rectangle2D getGlyphOutlineBounds(int ix) { method in class:StandardGlyphVector 1174 return getGlyphStrike(ix).getGlyphOutlineBounds(glyphs[ix], positions[ix*2], positions[ix*2+1]); 1787 Rectangle2D getGlyphOutlineBounds(int glyphID, float x, float y) { method in class:StandardGlyphVector.GlyphStrike 1791 result.setRect(strike.getGlyphOutlineBounds(glyphID)); // don't mutate cached rect
|
/openjdk7/jdk/src/windows/classes/sun/font/ |
H A D | NativeStrike.java | 75 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { method in class:NativeStrike
|
H A D | NativeFont.java | 103 Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, method in class:NativeFont
|
/openjdk7/jdk/src/solaris/classes/sun/font/ |
H A D | NativeStrike.java | 284 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { method in class:NativeStrike 285 return nativeFont.getGlyphOutlineBounds(pScalerContext, glyphCode); 367 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { method in class:DelegateStrike 368 return delegateStrike.getGlyphOutlineBounds(glyphCode);
|
H A D | NativeFont.java | 280 Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, method in class:NativeFont
|
/openjdk7/jdk/src/macosx/classes/sun/font/ |
H A D | CFont.java | 63 Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, method in class:CFont
|
H A D | CStrike.java | 228 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { method in class:CStrike
|