Searched refs:LookupSubtable (Results 1 – 12 of 12) sorted by relevance
26 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()
31 struct LookupSubtable struct48 const LookupSubtable *getLookupSubtable(le_uint16 subtableIndex) const; argument59 inline le_int32 LookupSubtable::getGlyphCoverage(LEGlyphID glyphID) const in getGlyphCoverage()
37 LookupSubtable *subtable = (LookupSubtable *) ((char *) this + extOffset); in process()
31 struct LookupSubtable;43 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 subtableType,
52 typedef LookupSubtable GlyphSubstitutionSubtable;
39 …virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphI…
48 typedef LookupSubtable GlyphPositioningSubtable;
41 …virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphI…
51 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_… in applySubtable()
62 le_uint32 GlyphPositioningLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_u… in applySubtable()
35 const LookupSubtable *lookupSubtable = lookupTable->getLookupSubtable(subtable); in applyLookupTable()
2011 #define LookupSubtable U_ICU_ENTRY_POINT_RENAME(LookupSubtable) macro