Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLookups.cpp26 const LookupSubtable *LookupTable::getLookupSubtable(le_uint16 subtableIndex) const in getLookupSubtable()
34 return (const LookupSubtable *) ((char *) this + SWAPW(subtableOffset)); in getLookupSubtable()
37 le_int32 LookupSubtable::getGlyphCoverage(Offset tableOffset, LEGlyphID glyphID) const in getGlyphCoverage()
DLookups.h31 struct LookupSubtable struct
48 const LookupSubtable *getLookupSubtable(le_uint16 subtableIndex) const; argument
59 inline le_int32 LookupSubtable::getGlyphCoverage(LEGlyphID glyphID) const in getGlyphCoverage()
DExtensionSubtables.cpp37 LookupSubtable *subtable = (LookupSubtable *) ((char *) this + extOffset); in process()
DLookupProcessor.h31 struct LookupSubtable;
43 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 subtableType,
DGlyphSubstitutionTables.h52 typedef LookupSubtable GlyphSubstitutionSubtable;
DGlyphPosnLookupProc.h39 …virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphI…
DGlyphPositioningTables.h48 typedef LookupSubtable GlyphPositioningSubtable;
DGlyphSubstLookupProc.h41 …virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphI…
DGlyphSubstLookupProc.cpp51 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_… in applySubtable()
DGlyphPosnLookupProc.cpp62 le_uint32 GlyphPositioningLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_u… in applySubtable()
DLookupProcessor.cpp35 const LookupSubtable *lookupSubtable = lookupTable->getLookupSubtable(subtable); in applyLookupTable()
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h2011 #define LookupSubtable U_ICU_ENTRY_POINT_RENAME(LookupSubtable) macro