Searched refs:fFontInstance (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | OpenTypeLayoutEngine.cpp | 149 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()
|
D | LayoutEngine.cpp | 85 : 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() 481 …fFontInstance->mapCharsToGlyphs(chars, offset, count, reverse, &charMapper, fFilterZeroWidth, glyp… in mapCharsToGlyphs()
|
D | CharSubstitutionFilter.h | 31 const LEFontInstance *fFontInstance;
|
D | ThaiLayoutEngine.cpp | 113 LETableReference kernTable(fFontInstance, LE_KERN_TABLE_TAG, success); in adjustGlyphPositions()
|
D | LayoutEngine.h | 95 const LEFontInstance *fFontInstance; variable
|
D | ArabicLayoutEngine.cpp | 31 return fFontInstance->canDisplay((LEUnicode) glyph); in accept()
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 390 result = fFontInstance->getGlyphPoint(glyph, pointNumber, pt); in getGlyphPoint()
|