Lines Matching refs:lookupTable
22 le_uint32 LookupProcessor::applyLookupTable(const LEReferenceTo<LookupTable> &lookupTable, GlyphIte… in applyLookupTable() argument
29 le_uint16 lookupType = SWAPW(lookupTable->lookupType); in applyLookupTable()
30 le_uint16 subtableCount = SWAPW(lookupTable->subTableCount); in applyLookupTable()
35 …LEReferenceTo<LookupSubtable> lookupSubtable = lookupTable->getLookupSubtable(lookupTable, subtabl… in applyLookupTable()
72 …const LEReferenceTo<LookupTable> lookupTable = lookupListTable->getLookupTable(lookupListTable, lo… in process() local
73 if (!lookupTable.isValid() ||LE_FAILURE(success) ) { in process()
76 le_uint16 lookupFlags = SWAPW(lookupTable->lookupFlags); in process()
81 applyLookupTable(lookupTable, &glyphIterator, fontInstance, success); in process()
101 …const LEReferenceTo<LookupTable> lookupTable = lookupListTable->getLookupTable(lookupListTable, lo… in applySingleLookup() local
102 if (!lookupTable.isValid()) { in applySingleLookup()
106 le_uint16 lookupFlags = SWAPW(lookupTable->lookupFlags); in applySingleLookup()
108 le_uint32 delta = applyLookupTable(lookupTable, &tempIterator, fontInstance, success); in applySingleLookup()