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

/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTStrike.h33 AWTFont * fAWTFont; variable
H A DAWTStrike.m50 fAWTFont = [awtFont retain];
71 [fAWTFont release];
72 fAWTFont = nil;
146 AWTFont *awtFont = ((AWTStrike *)jlong_to_ptr(awtStrikePtr))->fAWTFont;
173 AWTFont *awtFont = awtStrike->fAWTFont;
221 AWTFont *awtfont = awtStrike->fAWTFont;
379 AWTFont *awtfont = ((AWTStrike *)jlong_to_ptr(awtStrikePtr))->fAWTFont;
H A DCGGlyphImages.m552 fallback = CTS_CopyCTFallbackFontAndGlyphForUnicode(strike->fAWTFont, (const UTF16Char *)&charRef, (CGGlyph *)&glyphTmp, 2);
557 fallback = CTS_CopyCTFallbackFontAndGlyphForUnicode(strike->fAWTFont, (const UTF16Char *)&charRef, &glyph, 1);
623 CGContextSetFont(canvas->context, strike->fAWTFont->fNativeCGFont);
713 AWTFont *font = strike->fAWTFont;
H A DAWTFont.m153 return [NSFont fontWithName:[strike->fAWTFont->fFont fontName] matrix:(CGFloat *)(&(strike->fAltTx))];
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTextPipe.m165 fallback = JavaCT_CopyCTFallbackFontAndGlyphForUnicode(strike->fAWTFont, (const UTF16Char *)&charRef, (CGGlyph *)&glyphTmp, 2);
169 fallback = JavaCT_CopyCTFallbackFontAndGlyphForUnicode(strike->fAWTFont, &u, (CGGlyph *)&glyph, 1);
233 AWTFont *awtFont = strike->fAWTFont;
304 AWTFont *awtfont = strike->fAWTFont; //(AWTFont *)(qsdo->fontInfo.awtfont);
467 AWTFont *awtFont = strike->fAWTFont;
534 CGContextSetFont(cgRef, strike->fAWTFont->fNativeCGFont);

Completed in 32 milliseconds