Searched refs:fFontInstance (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DCharSubstitutionFilter.h56 const LEFontInstance *fFontInstance; member in class:CharSubstitutionFilter
H A DOpenTypeLayoutEngine.cpp174 const LEFontInstance *fontInstance = fFontInstance;
514 fGDEFTable, success, fFontInstance, fFeatureMap, fFeatureMapCount, fFeatureOrder);
518 fGDEFTable, success, fFontInstance, fFeatureMap, fFeatureMapCount, fFeatureOrder);
521 LETableReference kernTable(fFontInstance, LE_KERN_TABLE_TAG, success);
547 xPlacement = fFontInstance->xUnitsToPoints(xPlacement);
548 yPlacement = fFontInstance->yUnitsToPoints(yPlacement);
551 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
552 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
563 LEGlyphID zwnj = fFontInstance->mapCharToGlyph(0x200C);
H A DThaiLayoutEngine.cpp138 LETableReference kernTable(fFontInstance, LE_KERN_TABLE_TAG, success);
H A DLayoutEngine.cpp137 : fFontInstance(fontInstance)
200 : fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languageCode),
272 CharSubstitutionFilter *substitutionFilter = new CharSubstitutionFilter(fFontInstance);
407 fFontInstance->getGlyphAdvance(glyphStorage[i], advance);
434 LETableReference kernTable(fFontInstance, LE_KERN_TABLE_TAG, success);
523 return fFontInstance->getFontTable(tableTag, length);
537 fFontInstance->mapCharsToGlyphs(chars, offset, count, reverse, &charMapper, fFilterZeroWidth, glyphStorage);
H A DLayoutEngine.h116 const LEFontInstance *fFontInstance; member in class:LayoutEngine
H A DArabicLayoutEngine.cpp56 return fFontInstance->canDisplay((LEUnicode) glyph);

Completed in 28 milliseconds