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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java154 private AffineTransform frctx; // font render context transform, wish we could just share it field in class:StandardGlyphVector
902 // need positions if the rendering dtx is different from the frctx.
907 !matchTX(devTX, frctx);
920 * It only doesn't need them if we're a simple glyph vector whose frctx matches the
923 * default positions based on the frctx first. Then we set the devTX, and use
930 initPositions(); // FIRST ensure we have positions based on our frctx
955 // We keep translation in our frctx since getPixelBounds uses it. But
1003 if (!equalNonTranslateTX(frctx, dtx)) {
1004 resetDTX(getNonTranslateTX(frctx));
1139 frctx
[all...]

Completed in 32 milliseconds