HomeSort by relevance Sort by last modified time
    Searched refs:fFontInstance (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layout/
CharSubstitutionFilter.h 31 const LEFontInstance *fFontInstance;
OpenTypeLayoutEngine.cpp 383 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, fGDEFTable, success, fFontInstance,
387 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, success, fFontInstance,
392 KernTable kt(fFontInstance, getFontTable(kernTableTag));
417 xPlacement = fFontInstance->xUnitsToPoints(xPlacement);
418 yPlacement = fFontInstance->yUnitsToPoints(yPlacement);
421 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
422 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
433 LEGlyphID zwnj = fFontInstance->mapCharToGlyph(0x200C);
ThaiLayoutEngine.cpp 115 KernTable kt(fFontInstance, getFontTable(kernTableTag));
LayoutEngine.cpp 80 : fFontInstance(fontInstance)
142 : fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languageCode),
210 CharSubstitutionFilter *substitutionFilter = new CharSubstitutionFilter(fFontInstance);
345 fFontInstance->getGlyphAdvance(glyphStorage[i], advance);
373 KernTable kt(fFontInstance, getFontTable(kernTableTag));
461 return fFontInstance->getFontTable(tableTag);
475 fFontInstance->mapCharsToGlyphs(chars, offset, count, reverse, &charMapper, fFilterZeroWidth, glyphStorage);
LayoutEngine.h 88 const LEFontInstance *fFontInstance;
ArabicLayoutEngine.cpp 31 return fFontInstance->canDisplay((LEUnicode) glyph);
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 390 result = fFontInstance->getGlyphPoint(glyph, pointNumber, pt);

Completed in 184 milliseconds