OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFontInstance
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layout/
CharSubstitutionFilter.h
31
const LEFontInstance *
fFontInstance
;
OpenTypeLayoutEngine.cpp
481
fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, fGDEFTable, success,
fFontInstance
,
485
fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, success,
fFontInstance
,
490
KernTable kt(
fFontInstance
, getFontTable(kernTableTag));
515
xPlacement =
fFontInstance
->xUnitsToPoints(xPlacement);
516
yPlacement =
fFontInstance
->yUnitsToPoints(yPlacement);
519
xAdjust +=
fFontInstance
->xUnitsToPoints(xAdvance);
520
yAdjust +=
fFontInstance
->yUnitsToPoints(yAdvance);
535
LEGlyphID zwnj =
fFontInstance
->mapCharToGlyph(0x200C);
ThaiLayoutEngine.cpp
115
KernTable kt(
fFontInstance
, getFontTable(kernTableTag));
LayoutEngine.cpp
84
:
fFontInstance
(fontInstance)
146
: fGlyphStorage(NULL),
fFontInstance
(fontInstance), fScriptCode(scriptCode), fLanguageCode(languageCode),
214
CharSubstitutionFilter *substitutionFilter = new CharSubstitutionFilter(
fFontInstance
);
349
fFontInstance
->getGlyphAdvance(glyphStorage[i], advance);
377
KernTable kt(
fFontInstance
, getFontTable(kernTableTag));
465
return
fFontInstance
->getFontTable(tableTag);
479
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 204 milliseconds