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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeStrike.java47 private PhysicalStrike[] strikes; field in class:CompositeStrike
65 strikes = new PhysicalStrike[compFont.numSlots];
75 PhysicalStrike strike = strikes[slot];
80 strikes[slot] = strike;
151 * The glyph advance is already cached by physical strikes and that's a lot
H A DStandardGlyphVector.java910 // used by glyphList to get strong refs to font strikes for duration of rendering call
915 // the multiple-strikes case
924 * strikes based on it to generate the images. Finally, we fill in the positions
1204 setDTX(tx); // need to get the right strikes, but we use tx itself to translate the points
1380 int[] indices; // index into unique strikes
1382 SoftReference strikesRef; // ref to unique strikes, one per transform
1580 * -For general info, strikes are held with soft references.
1581 * -When rendering, strikes must be held with hard references for the
1631 GlyphStrike[] strikes = getStrikeArray();
1632 return getStrikeAtIndex(strikes, indice
1667 getStrikeAtIndex(GlyphStrike[] strikes, int strikeIndex) argument
[all...]

Completed in 34 milliseconds