Home
last modified time | relevance | path

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

/external/icu4c/layout/
DOpenTypeLayoutEngine.cpp481 …(glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, fGDEFTable, success, fFontInstance, in adjustGlyphPositions()
485 …ss(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, success, fFontInstance, in adjustGlyphPositions()
490 KernTable kt(fFontInstance, getFontTable(kernTableTag)); in adjustGlyphPositions()
515 xPlacement = fFontInstance->xUnitsToPoints(xPlacement); in adjustGlyphPositions()
516 yPlacement = fFontInstance->yUnitsToPoints(yPlacement); in adjustGlyphPositions()
519 xAdjust += fFontInstance->xUnitsToPoints(xAdvance); in adjustGlyphPositions()
520 yAdjust += fFontInstance->yUnitsToPoints(yAdvance); in adjustGlyphPositions()
535 LEGlyphID zwnj = fFontInstance->mapCharToGlyph(0x200C); in adjustGlyphPositions()
DLayoutEngine.cpp84 : fFontInstance(fontInstance) in CharSubstitutionFilter()
146 …: fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languag… in LayoutEngine()
214 CharSubstitutionFilter *substitutionFilter = new CharSubstitutionFilter(fFontInstance); in characterProcessing()
349 fFontInstance->getGlyphAdvance(glyphStorage[i], advance); in positionGlyphs()
377 KernTable kt(fFontInstance, getFontTable(kernTableTag)); in adjustGlyphPositions()
465 return fFontInstance->getFontTable(tableTag); in getFontTable()
479fFontInstance->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()