Lines Matching refs:le_uint16
29 le_uint16 lookupType = SWAPW(lookupTable->lookupType); in applyLookupTable()
30 le_uint16 subtableCount = SWAPW(lookupTable->subTableCount); in applyLookupTable()
34 for (le_uint16 subtable = 0; subtable < subtableCount; subtable += 1) { in applyLookupTable()
67 for (le_uint16 order = 0; order < lookupOrderCount && LE_SUCCESS(success); order += 1) { in process()
68 le_uint16 lookup = lookupOrderArray[order]; in process()
76 le_uint16 lookupFlags = SWAPW(lookupTable->lookupFlags); in process()
94 le_uint32 LookupProcessor::applySingleLookup(le_uint16 lookupTableIndex, GlyphIterator *glyphIterat… in applySingleLookup()
106 le_uint16 lookupFlags = SWAPW(lookupTable->lookupFlags); in applySingleLookup()
115 le_uint16 lookupCount = featureTable.isValid()? SWAPW(featureTable->lookupCount) : 0; in selectLookups()
118 …LEReferenceToArrayOf<le_uint16> lookupListIndexArray(featureTable, success, featureTable->lookupLi… in selectLookups()
120 for (le_uint16 lookup = 0; LE_SUCCESS(success) && lookup < lookupCount; lookup += 1) { in selectLookups()
121 le_uint16 lookupListIndex = SWAPW(lookupListIndexArray.getObject(lookup,success)); in selectLookups()
142 le_uint16 featureCount = 0; in LookupProcessor()
143 le_uint16 lookupListCount = 0; in LookupProcessor()
144 le_uint16 requiredFeatureIndex; in LookupProcessor()
203 …LEReferenceToArrayOf<le_uint16> featureIndexArray(langSysTable, success, langSysTable->featureInde… in LookupProcessor()
206 le_uint16 featureIndex = SWAPW(featureIndexArray.getObject(feature, success)); in LookupProcessor()
226 lookupOrderArray = LE_NEW_ARRAY(le_uint16, featureReferences); in LookupProcessor()
247 for (le_uint16 feature = 0; feature < featureCount; feature += 1) { in LookupProcessor()
248 …LEReferenceToArrayOf<le_uint16> featureIndexArray(langSysTable, success, langSysTable->featureInde… in LookupProcessor()
249 le_uint16 featureIndex = SWAPW(featureIndexArray.getObject(feature,success)); in LookupProcessor()
270 …LEReferenceToArrayOf<le_uint16> featureIndexArray(langSysTable, success, langSysTable->featureInde… in LookupProcessor()
271 … for (le_uint16 feature = 0; LE_SUCCESS(success)&& (feature < featureCount); feature += 1) { in LookupProcessor()
272 le_uint16 featureIndex = SWAPW(featureIndexArray.getObject(feature,success)); in LookupProcessor()