Home
last modified time | relevance | path

Searched refs:LookupSubtable (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/layout/
DLookups.h31 struct LookupSubtable struct
36 …inline le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LE… argument
38 …le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphI…
53 …const LEReferenceTo<LookupSubtable> getLookupSubtable(const LEReferenceTo<LookupTable> &base, le_u…
66 inline le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyph… in LE_VAR_ARRAY()
71 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, … in getGlyphCoverage()
72 LEReferenceTo<LookupSubtable> thisRef(base, success, this); in getGlyphCoverage()
76 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, Offset tableOffset,… in getGlyphCoverage()
77 LEReferenceTo<LookupSubtable> thisRef(base, success, this); in getGlyphCoverage()
DLookups.cpp26 const LEReferenceTo<LookupSubtable> LookupTable::getLookupSubtable(const LEReferenceTo<LookupTable>… in getLookupSubtable()
31 return LEReferenceTo<LookupSubtable>(); in getLookupSubtable()
33 …return LEReferenceTo<LookupSubtable>(base, success, SWAPW(subTableOffsetArrayRef.getObject(subtabl… in getLookupSubtable()
37 le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOf… in getGlyphCoverage()
DLookupProcessor.h32 struct LookupSubtable;
44 …virtual le_uint32 applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 sub…
DGlyphSubstitutionTables.h53 typedef LookupSubtable GlyphSubstitutionSubtable;
DGlyphPosnLookupProc.h39 …virtual le_uint32 applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 loo…
DGlyphSubstLookupProc.h41 …virtual le_uint32 applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 loo…
DGlyphPositioningTables.h49 typedef LookupSubtable GlyphPositioningSubtable;
DExtensionSubtables.cpp38 …LEReferenceTo<LookupSubtable> subtable(base, success, extOffset); // Google patch: s/thisRef/base/ in process()
DGlyphSubstLookupProc.cpp51 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LEReferenceTo<LookupSubtable> &look… in applySubtable()
DGlyphPosnLookupProc.cpp62 le_uint32 GlyphPositioningLookupProcessor::applySubtable(const LEReferenceTo<LookupSubtable> &looku… in applySubtable()
DLookupProcessor.cpp35 …LEReferenceTo<LookupSubtable> lookupSubtable = lookupTable->getLookupSubtable(lookupTable, subtabl… in applyLookupTable()