Searched refs:fFontInstance (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/layout/ |
D | OpenTypeLayoutEngine.cpp | 383 …(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()
|
D | LayoutEngine.cpp | 80 : 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() 475 …fFontInstance->mapCharsToGlyphs(chars, offset, count, reverse, &charMapper, fFilterZeroWidth, glyp… in mapCharsToGlyphs()
|
D | CharSubstitutionFilter.h | 31 const LEFontInstance *fFontInstance;
|
D | ThaiLayoutEngine.cpp | 115 KernTable kt(fFontInstance, getFontTable(kernTableTag)); in adjustGlyphPositions()
|
D | LayoutEngine.h | 88 const LEFontInstance *fFontInstance; variable
|
D | ArabicLayoutEngine.cpp | 31 return fFontInstance->canDisplay((LEUnicode) glyph); in accept()
|
/external/icu4c/samples/layout/ |
D | GDIFontInstance.cpp | 390 result = fFontInstance->getGlyphPoint(glyph, pointNumber, pt); in getGlyphPoint()
|