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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DLabelView.java75 * Sets whether or not the view has a strike/line
81 * @param s true if the view has a strike/line
86 strike = s;
250 return strike;
312 private boolean strike; field in class:LabelView
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunLayoutEngine.java80 * just uses the mapper from the font/strike. Another default case
156 FontStrike strike = font.getStrike(desc);
161 nativeLayout(font, strike, mat, gmask, baseIndex,
168 nativeLayout(Font2D font, FontStrike strike, float[] mat, int gmask, argument
H A DStrikeCache.java48 strike objects in use.
50 access to a strike, so that it may be shared by multiple client objects,
53 burden of keeping track of strike references to the SG2D and other clients.
81 * suffice in Solaris UTF-8 locales where a single composite strike may be
82 * composed of 15 individual strikes, plus the composite strike.
88 * strikes are cached. Every time a strike is looked up it is added
195 static void refStrike(FontStrike strike) { argument
197 recentStrikes[index] = strike;
227 * for a strike that never was asked to rasterise a glyph.
245 /* Rarely a strike ma
381 getStrikeRef(FontStrike strike) argument
385 getStrikeRef(FontStrike strike, boolean weak) argument
421 SoftDisposerRef(FontStrike strike) argument
437 WeakDisposerRef(FontStrike strike) argument
[all...]
H A DStandardGlyphVector.java152 private AffineTransform dtx; // device transform used for strike calculations, no translation
155 private Font2D font2D; // basic strike-independent stuff
156 private SoftReference fsref; // font strike reference for glyphs with no per-glyph transform
201 FontStrike strike = f2d.getStrike(font, frc);
209 if (strike.getGlyphAdvance(glyphs[n++]) != 0) { // might be an inadequate test
257 * because a GV caches a strike and glyph images suitable for its FRC.
549 Point2D.Float adv = gs.strike.getGlyphMetrics(glyphs[ix]);
610 getGlyphStrike(ix).strike.getGlyphMetrics(glyphs[ix]);
860 Point2D.Float adv = s.strike.getGlyphMetrics(glyphID);
938 gs.strike
1696 FontStrike strike; // hard reference field in class:StandardGlyphVector.GlyphStrike
1749 GlyphStrike(StandardGlyphVector sgv, FontStrike strike, float dx, float dy) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/font/
H A DX11FontScaler.c65 (JNIEnv *env, jobject strike) {
80 (JNIEnv *env, jobject strike, jbyteArray xlfdBytes,
221 (JNIEnv *env, jobject strike, jlong pScalerContext) {
64 Java_sun_font_NativeStrike_createNullScalerContext(JNIEnv *env, jobject strike) argument
79 Java_sun_font_NativeStrike_createScalerContext(JNIEnv *env, jobject strike, jbyteArray xlfdBytes, jint ptSize, jdouble scale) argument
220 Java_sun_font_NativeStrike_getMaxGlyph(JNIEnv *env, jobject strike, jlong pScalerContext) argument
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSunLayoutEngine.cpp171 (JNIEnv *env, jclass cls, jobject font2d, jobject strike, jfloatArray matrix, jint gmask,
176 // fprintf(stderr, "nl font: %x strike: %x script: %d\n", font2d, strike, script); fflush(stderr);
179 FontInstanceAdapter fia(env, font2d, strike, mat, 72, 72, (le_int32) upem, (TTLayoutTableCache *) layoutTables);
170 Java_sun_font_SunLayoutEngine_nativeLayout(JNIEnv *env, jclass cls, jobject font2d, jobject strike, jfloatArray matrix, jint gmask, jint baseIndex, jcharArray text, jint start, jint limit, jint min, jint max, jint script, jint lang, jint typo_flags, jobject pt, jobject gvdata, jlong upem, jlong layoutTables) argument

Completed in 35 milliseconds