Home
last modified time | relevance | path

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

/external/icu4c/layout/
DOpenTypeLayoutEngine.cpp383 …(glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, fGDEFTable, success, fFontInstance, in adjustGlyphPositions()
387 …ss(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, success, fFontInstance, in adjustGlyphPositions()
392 KernTable kt(fFontInstance, getFontTable(kernTableTag)); in adjustGlyphPositions()
417 xPlacement = fFontInstance->xUnitsToPoints(xPlacement); in adjustGlyphPositions()
418 yPlacement = fFontInstance->yUnitsToPoints(yPlacement); in adjustGlyphPositions()
421 xAdjust += fFontInstance->xUnitsToPoints(xAdvance); in adjustGlyphPositions()
422 yAdjust += fFontInstance->yUnitsToPoints(yAdvance); in adjustGlyphPositions()
433 LEGlyphID zwnj = fFontInstance->mapCharToGlyph(0x200C); in adjustGlyphPositions()
DLayoutEngine.cpp80 : fFontInstance(fontInstance) in CharSubstitutionFilter()
142 …: fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languag… in LayoutEngine()
210 CharSubstitutionFilter *substitutionFilter = new CharSubstitutionFilter(fFontInstance); in characterProcessing()
345 fFontInstance->getGlyphAdvance(glyphStorage[i], advance); in positionGlyphs()
373 KernTable kt(fFontInstance, getFontTable(kernTableTag)); in adjustGlyphPositions()
461 return fFontInstance->getFontTable(tableTag); in getFontTable()
475fFontInstance->mapCharsToGlyphs(chars, offset, count, reverse, &charMapper, fFilterZeroWidth, glyp… in mapCharsToGlyphs()
DCharSubstitutionFilter.h31 const LEFontInstance *fFontInstance;
DThaiLayoutEngine.cpp115 KernTable kt(fFontInstance, getFontTable(kernTableTag)); in adjustGlyphPositions()
DLayoutEngine.h88 const LEFontInstance *fFontInstance; variable
DArabicLayoutEngine.cpp31 return fFontInstance->canDisplay((LEUnicode) glyph); in accept()
/external/icu4c/samples/layout/
DGDIFontInstance.cpp390 result = fFontInstance->getGlyphPoint(glyph, pointNumber, pt); in getGlyphPoint()