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

/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTFont.h34 CGFontRef fNativeCGFont; variable
H A DAWTFont.m48 fNativeCGFont = CTFontCopyGraphicsFont((CTFontRef)font, NULL);
57 if (fNativeCGFont) {
58 CGFontRelease(fNativeCGFont);
59 fNativeCGFont = NULL;
66 if (fNativeCGFont) {
67 CGFontRelease(fNativeCGFont);
68 fNativeCGFont = NULL;
H A DAWTStrike.m382 CGFontRef cgFont = awtfont->fNativeCGFont;
H A DCGGlyphImages.m623 CGContextSetFont(canvas->context, strike->fAWTFont->fNativeCGFont);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTextPipe.m534 CGContextSetFont(cgRef, strike->fAWTFont->fNativeCGFont);

Completed in 41 milliseconds