Home
last modified time | relevance | path

Searched refs:fFontInstance (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/layout/
DOpenTypeLayoutEngine.cpp149 const LEFontInstance *fontInstance = fFontInstance; in applyTypoFlags()
489 … fGDEFTable, success, fFontInstance, fFeatureMap, fFeatureMapCount, fFeatureOrder); in adjustGlyphPositions()
493 … fGDEFTable, success, fFontInstance, fFeatureMap, fFeatureMapCount, fFeatureOrder); in adjustGlyphPositions()
496 LETableReference kernTable(fFontInstance, LE_KERN_TABLE_TAG, success); in adjustGlyphPositions()
522 xPlacement = fFontInstance->xUnitsToPoints(xPlacement); in adjustGlyphPositions()
523 yPlacement = fFontInstance->yUnitsToPoints(yPlacement); in adjustGlyphPositions()
526 xAdjust += fFontInstance->xUnitsToPoints(xAdvance); in adjustGlyphPositions()
527 yAdjust += fFontInstance->yUnitsToPoints(yAdvance); in adjustGlyphPositions()
538 LEGlyphID zwnj = fFontInstance->mapCharToGlyph(0x200C); in adjustGlyphPositions()
DLayoutEngine.cpp85 : fFontInstance(fontInstance) in CharSubstitutionFilter()
148 …: fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languag… in LayoutEngine()
216 CharSubstitutionFilter *substitutionFilter = new CharSubstitutionFilter(fFontInstance); in characterProcessing()
351 fFontInstance->getGlyphAdvance(glyphStorage[i], advance); in positionGlyphs()
378 LETableReference kernTable(fFontInstance, LE_KERN_TABLE_TAG, success); in adjustGlyphPositions()
467 return fFontInstance->getFontTable(tableTag, length); in getFontTable()
481fFontInstance->mapCharsToGlyphs(chars, offset, count, reverse, &charMapper, fFilterZeroWidth, glyp… in mapCharsToGlyphs()
DCharSubstitutionFilter.h31 const LEFontInstance *fFontInstance;
DThaiLayoutEngine.cpp113 LETableReference kernTable(fFontInstance, LE_KERN_TABLE_TAG, success); in adjustGlyphPositions()
DLayoutEngine.h95 const LEFontInstance *fFontInstance; variable
DArabicLayoutEngine.cpp31 return fFontInstance->canDisplay((LEUnicode) glyph); in accept()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp390 result = fFontInstance->getGlyphPoint(glyph, pointNumber, pt); in getGlyphPoint()