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

/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTStrike.h35 JRSFontRenderingStyle fStyle; variable
H A DCGGlyphImages.m318 mode.cgFontMode = strike->fStyle;
561 JRSFontRenderingStyle style = JRSFontAlignStyleForFractionalMeasurement(strike->fStyle);
567 JRSFontGetAdvancesForGlyphsAndStyle(fallback, &tx, strike->fStyle, &glyph, 1, &advance);
624 JRSFontSetRenderingStyleOnContext(canvas->context, strike->fStyle);
715 JRSFontRenderingStyle bboxCGMode = JRSFontAlignStyleForFractionalMeasurement(strike->fStyle);
718 JRSFontGetAdvancesForGlyphsAndStyle((CTFontRef)font->fFont, &tx, strike->fStyle, glyphs, len, advances);
H A DAWTStrike.m51 fStyle = style;
185 JRSFontGetBoundingBoxesForGlyphsAndStyle(fallback, &tx, awtStrike->fStyle, &glyph, 1, &bbox);
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrikeDesc.java201 int fStyle, int aa, int fm) {
204 style = fStyle;
207 valuemask = fStyle;
200 FontStrikeDesc(AffineTransform devAt, AffineTransform at, int fStyle, int aa, int fm) argument
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTextPipe.m257 CTTypesetterRef typeSetterRef = CTTypesetterCreateWithAttributedStringAndOptions((CFAttributedStringRef) attribString, (CFDictionaryRef) ctsDictionaryFor(nsFont, JRSFontStyleUsesFractionalMetrics(strike->fStyle)));
261 attributes:ctsDictionaryFor(nsFont, JRSFontStyleUsesFractionalMetrics(strike->fStyle))];
299 JRSFontSetRenderingStyleOnContext(cgRef, strike->fStyle);

Completed in 66 milliseconds