Searched defs:fFont (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTFont.h33 NSFont *fFont; variable
/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/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...]

Completed in 2889 milliseconds