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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java904 boolean needsPositions(double[] devTX) { argument
907 !matchTX(devTX, frctx);
911 // if devTX matches current devTX, we're ready to go
919 * passing the devTX, to see if it should provide us a positions array to fill.
923 * default positions based on the frctx first. Then we set the devTX, and use
927 * initialized the positions and devTX.
929 Object setupGlyphImages(long[] images, float[] positions, double[] devTX) { argument
931 setRenderTransform(devTX); // THEN make sure we are using the desired devTX
987 setRenderTransform(double[] devTX) argument
[all...]

Completed in 32 milliseconds