Lines Matching refs:SWAPW
40 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); in applySubstitutionLookups()
41 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); in applySubstitutionLookups()
68 if (glyph != SWAPW(glyphArray[match])) { in matchGlyphIDs()
99 le_int32 matchClass = SWAPW(classArray[match]); in matchGlyphClasses()
130 Offset coverageTableOffset = SWAPW(coverageTableOffsetArray[glyph]); in matchGlyphCoverages()
157 switch(SWAPW(subtableFormat)) in process()
198 le_uint16 srSetCount = SWAPW(subRuleSetCount); in process()
201 Offset subRuleSetTableOffset = SWAPW(subRuleSetTableOffsetArray[coverageIndex]); in process()
204 le_uint16 subRuleCount = SWAPW(subRuleSetTable->subRuleCount); in process()
209 SWAPW(subRuleSetTable->subRuleTableOffsetArray[subRule]); in process()
212 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1; in process()
213 le_uint16 substCount = SWAPW(subRuleTable->substCount); in process()
248 (const ClassDefinitionTable *) ((char *) this + SWAPW(classDefTableOffset)); in process()
249 le_uint16 scSetCount = SWAPW(subClassSetCount); in process()
253 Offset subClassSetTableOffset = SWAPW(subClassSetTableOffsetArray[setClass]); in process()
256 le_uint16 subClassRuleCount = SWAPW(subClassSetTable->subClassRuleCount); in process()
261 SWAPW(subClassSetTable->subClassRuleTableOffsetArray[scRule]); in process()
264 le_uint16 matchCount = SWAPW(subClassRuleTable->glyphCount) - 1; in process()
265 le_uint16 substCount = SWAPW(subClassRuleTable->substCount); in process()
295 le_uint16 gCount = SWAPW(glyphCount); in process()
296 le_uint16 subCount = SWAPW(substCount); in process()
328 switch(SWAPW(subtableFormat)) in process()
375 le_uint16 srSetCount = SWAPW(chainSubRuleSetCount); in process()
378 … Offset chainSubRuleSetTableOffset = SWAPW(chainSubRuleSetTableOffsetArray[coverageIndex]); in process()
381 le_uint16 chainSubRuleCount = SWAPW(chainSubRuleSetTable->chainSubRuleCount); in process()
387 SWAPW(chainSubRuleSetTable->chainSubRuleTableOffsetArray[subRule]); in process()
390 le_uint16 backtrackGlyphCount = SWAPW(chainSubRuleTable->backtrackGlyphCount); in process()
391 …le_uint16 inputGlyphCount = (le_uint16) SWAPW(chainSubRuleTable->backtrackGlyphArray[backtrackGlyp… in process()
393 le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputGlyphArray[inputGlyphCount]); in process()
395 le_uint16 substCount = (le_uint16) SWAPW(lookaheadGlyphArray[lookaheadGlyphCount]); in process()
447 (const ClassDefinitionTable *) ((char *) this + SWAPW(backtrackClassDefTableOffset)); in process()
449 (const ClassDefinitionTable *) ((char *) this + SWAPW(inputClassDefTableOffset)); in process()
451 (const ClassDefinitionTable *) ((char *) this + SWAPW(lookaheadClassDefTableOffset)); in process()
452 le_uint16 scSetCount = SWAPW(chainSubClassSetCount); in process()
456 Offset chainSubClassSetTableOffset = SWAPW(chainSubClassSetTableOffsetArray[setClass]); in process()
459 le_uint16 chainSubClassRuleCount = SWAPW(chainSubClassSetTable->chainSubClassRuleCount); in process()
465 SWAPW(chainSubClassSetTable->chainSubClassRuleTableOffsetArray[scRule]); in process()
468 le_uint16 backtrackGlyphCount = SWAPW(chainSubClassRuleTable->backtrackGlyphCount); in process()
469 …le_uint16 inputGlyphCount = SWAPW(chainSubClassRuleTable->backtrackClassArray[backtrackGlyphCount]… in process()
471 le_uint16 lookaheadGlyphCount = SWAPW(inputClassArray[inputGlyphCount]); in process()
473 le_uint16 substCount = SWAPW(lookaheadClassArray[lookaheadGlyphCount]); in process()
522 le_uint16 backtrkGlyphCount = SWAPW(backtrackGlyphCount); in process()
523 …le_uint16 inputGlyphCount = (le_uint16) SWAPW(backtrackCoverageTableOffsetArray[backtrkGlyphCount]… in process()
525 …const le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputCoverageTableOffsetArray[inputGlyphCo… in process()
527 … le_uint16 substCount = (le_uint16) SWAPW(lookaheadCoverageTableOffsetArray[lookaheadGlyphCount]); in process()