Searched refs:getGlyphOutlineBounds (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrike.java71 abstract Rectangle2D.Float getGlyphOutlineBounds(int glyphCode); method in class:FontStrike
H A DNullFontScaler.java53 Rectangle2D.Float getGlyphOutlineBounds(long pContext, int glyphCode) { method in class:NullFontScaler
H A DPhysicalFont.java98 abstract Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, method in class:PhysicalFont
H A DCompositeStrike.java161 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { method in class:CompositeStrike
163 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK);
H A DFileFont.java213 Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, int glyphCode) { method in class:FileFont
215 return getScaler().getGlyphOutlineBounds(pScalerContext, glyphCode);
218 return getGlyphOutlineBounds(pScalerContext, glyphCode);
H A DFontScaler.java184 abstract Rectangle2D.Float getGlyphOutlineBounds(long pContext, method in class:FontScaler
H A DFreetypeFontScaler.java124 synchronized Rectangle2D.Float getGlyphOutlineBounds( method in class:FreetypeFontScaler
134 getGlyphOutlineBounds(0L,glyphCode);
H A DFileFontStrike.java884 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { method in class:FileFontStrike
894 bounds = fileFont.getGlyphOutlineBounds(pScalerContext, glyphCode);
901 return fileFont.getGlyphOutlineBounds(pScalerContext, glyphCode);
H A DStandardGlyphVector.java586 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 DNativeStrike.java75 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { method in class:NativeStrike
H A DNativeFont.java103 Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, method in class:NativeFont
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeStrike.java284 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 DNativeFont.java280 Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, method in class:NativeFont
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java63 Rectangle2D.Float getGlyphOutlineBounds(long pScalerContext, method in class:CFont
H A DCStrike.java228 Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) { method in class:CStrike

Completed in 48 milliseconds