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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DCharSubstitutionFilter.h58 const LEFontInstance *fFontInstance; member in class:CharSubstitutionFilter
H A DOpenTypeLayoutEngine.cpp174 const LEFontInstance *fontInstance = fFontInstance;
516 fGDEFTable, success, fFontInstance, fFeatureMap, fFeatureMapCount, fFeatureOrder);
521 fGDEFTable, success, fFontInstance, fFeatureMap, fFeatureMapCount, fFeatureOrder);
525 LETableReference kernTable(fFontInstance, LE_KERN_TABLE_TAG, success);
551 xPlacement = fFontInstance->xUnitsToPoints(xPlacement);
552 yPlacement = fFontInstance->yUnitsToPoints(yPlacement);
556 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
557 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
568 LEGlyphID zwnj = fFontInstance->mapCharToGlyph(0x200C);
H A DThaiLayoutEngine.cpp138 LETableReference kernTable(fFontInstance, LE_KERN_TABLE_TAG, success);
H A DLayoutEngine.cpp137 : fFontInstance(fontInstance)
199 : fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languageCode),
273 CharSubstitutionFilter *substitutionFilter = new CharSubstitutionFilter(fFontInstance);
410 fFontInstance->getGlyphAdvance(glyphStorage[i], advance);
439 LETableReference kernTable(fFontInstance, LE_KERN_TABLE_TAG, success);
533 return fFontInstance->getFontTable(tableTag, length);
547 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 59 milliseconds