Searched refs:fFont (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTFont.h33 NSFont *fFont; variable
H A DCoreTextSupport.m102 CTFontGetGlyphsForCharacters((CTFontRef)font->fFont, unicodes, glyphs, count);
113 const CTFontRef fallback = JRSFontCreateFallbackFontForCharacters((CTFontRef)font->fFont, &unicode, 1);
133 CTFontRef fallback = JRSFontCreateFallbackFontForCharacters((CTFontRef)font->fFont, charRef, count);
137 fallback = (CTFontRef)font->fFont;
157 CFRetain(font->fFont);
158 return (CTFontRef)font->fFont;
H A DAWTFont.m47 fFont = [font retain];
54 [fFont release];
55 fFont = nil;
153 return [NSFont fontWithName:[strike->fAWTFont->fFont fontName] matrix:(CGFloat *)(&(strike->fAltTx))];
H A DCCharToGlyphMapper.m45 numGlyphs = [awtFont->fFont numberOfGlyphs];
H A DCGGlyphImages.m717 JRSFontGetBoundingBoxesForGlyphsAndStyle((CTFontRef)font->fFont, &tx, bboxCGMode, glyphs, len, bboxes);
718 JRSFontGetAdvancesForGlyphsAndStyle((CTFontRef)font->fFont, &tx, strike->fStyle, glyphs, len, advances);
H A DAWTStrike.m399 mx = [awtfont->fFont maximumAdvancement].width;
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLETableReference.h81 fFont(font), fTag(tableTag), fParent(NULL), fStart(NULL),fLength(LE_UINTPTR_MAX) {
86 LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag(parent.fTag), fParent(&parent), fStart(parent.fStart), fLength(parent.fLength) {
94 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(data), fLength(length) {
98 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(NULL), fLength(0) {
114 fFont(parent.fFont), fTag(parent.fTag), fParent(&parent),
150 const LEFontInstance* getFont() const { return fFont; }
223 const LEFontInstance* fFont; member in class:LETableReference
231 fStart = (const le_uint8*)(fFont
[all...]
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java34 CFont fFont; field in class:CCharToGlyphMapper
38 fFont = font;
44 numGlyphs = countGlyphs(fFont.getNativeFontPtr());
126 nativeCharsToGlyphs(fFont.getNativeFontPtr(), 1, unicodeArray, glyphArray);
303 nativeCharsToGlyphs(fFont.getNativeFontPtr(),
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTextPipe.m50 CTFontRef fallback = JRSFontCreateFallbackFontForCharacters((CTFontRef)font->fFont, charRef, count);
54 fallback = (CTFontRef)font->fFont;
72 CFRetain(font->fFont);
73 return (CTFontRef)font->fFont;
237 NSFont *nsFont = [NSFont fontWithName:[awtFont->fFont fontName] size:ptSize];
305 NSCharacterSet *charSet = [awtfont->fFont coveredCharacterSet];
468 CTFontGetAdvancesForGlyphs((CTFontRef)awtFont->fFont, kCTFontDefaultOrientation, glyphs, advances, length);
472 JavaCT_GetAdvancesForUnichars(awtFont->fFont, uniChars, glyphs, length, advances);

Completed in 50 milliseconds