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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java922 * Then it calls setupGlyphImages. If we need positions, we make sure we have our
929 Object setupGlyphImages(long[] images, float[] positions, double[] devTX) { method in class:StandardGlyphVector
934 return gti.setupGlyphImages(images, positions, dtx);
986 // called by setupGlyphImages (after needsPositions, so redundant match check?)
1591 Object setupGlyphImages(long[] images, float[] positions, AffineTransform tx) { method in class:StandardGlyphVector.GlyphTransformInfo

Completed in 57 milliseconds