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()
158 switch(SWAPW(subtableFormat)) in process()
201 le_uint16 srSetCount = SWAPW(subRuleSetCount); in process()
204 Offset subRuleSetTableOffset = SWAPW(subRuleSetTableOffsetArray[coverageIndex]); in process()
208 le_uint16 subRuleCount = SWAPW(subRuleSetTable->subRuleCount); in process()
213 SWAPW(subRuleSetTable->subRuleTableOffsetArray[subRule]); in process()
216 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1; in process()
217 le_uint16 substCount = SWAPW(subRuleTable->substCount); in process()
253 (const ClassDefinitionTable *) ((char *) this + SWAPW(classDefTableOffset)); in process()
254 le_uint16 scSetCount = SWAPW(subClassSetCount); in process()
258 Offset subClassSetTableOffset = SWAPW(subClassSetTableOffsetArray[setClass]); in process()
262 le_uint16 subClassRuleCount = SWAPW(subClassSetTable->subClassRuleCount); in process()
267 SWAPW(subClassSetTable->subClassRuleTableOffsetArray[scRule]); in process()
270 le_uint16 matchCount = SWAPW(subClassRuleTable->glyphCount) - 1; in process()
271 le_uint16 substCount = SWAPW(subClassRuleTable->substCount); in process()
301 le_uint16 gCount = SWAPW(glyphCount); in process()
302 le_uint16 subCount = SWAPW(substCount); in process()
334 switch(SWAPW(subtableFormat)) in process()
383 le_uint16 srSetCount = SWAPW(chainSubRuleSetCount); in process()
386 … Offset chainSubRuleSetTableOffset = SWAPW(chainSubRuleSetTableOffsetArray[coverageIndex]); in process()
390 le_uint16 chainSubRuleCount = SWAPW(chainSubRuleSetTable->chainSubRuleCount); in process()
396 SWAPW(chainSubRuleSetTable->chainSubRuleTableOffsetArray[subRule]); in process()
399 le_uint16 backtrackGlyphCount = SWAPW(chainSubRuleTable->backtrackGlyphCount); in process()
400 …le_uint16 inputGlyphCount = (le_uint16) SWAPW(chainSubRuleTable->backtrackGlyphArray[backtrackGlyp… in process()
402 le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputGlyphArray[inputGlyphCount]); in process()
404 le_uint16 substCount = (le_uint16) SWAPW(lookaheadGlyphArray[lookaheadGlyphCount]); in process()
457 (const ClassDefinitionTable *) ((char *) this + SWAPW(backtrackClassDefTableOffset)); in process()
459 (const ClassDefinitionTable *) ((char *) this + SWAPW(inputClassDefTableOffset)); in process()
461 (const ClassDefinitionTable *) ((char *) this + SWAPW(lookaheadClassDefTableOffset)); in process()
462 le_uint16 scSetCount = SWAPW(chainSubClassSetCount); in process()
466 Offset chainSubClassSetTableOffset = SWAPW(chainSubClassSetTableOffsetArray[setClass]); in process()
470 le_uint16 chainSubClassRuleCount = SWAPW(chainSubClassSetTable->chainSubClassRuleCount); in process()
476 SWAPW(chainSubClassSetTable->chainSubClassRuleTableOffsetArray[scRule]); in process()
479 le_uint16 backtrackGlyphCount = SWAPW(chainSubClassRuleTable->backtrackGlyphCount); in process()
486 …le_uint16 inputGlyphCount = SWAPW(chainSubClassRuleTable->backtrackClassArray[backtrackGlyphCount]… in process()
488 le_uint16 lookaheadGlyphCount = SWAPW(inputClassArray[inputGlyphCount]); in process()
490 le_uint16 substCount = SWAPW(lookaheadClassArray[lookaheadGlyphCount]); in process()
539 le_uint16 backtrkGlyphCount = SWAPW(backtrackGlyphCount); in process()
540 …le_uint16 inputGlyphCount = (le_uint16) SWAPW(backtrackCoverageTableOffsetArray[backtrkGlyphCount]… in process()
542 …const le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputCoverageTableOffsetArray[inputGlyphCo… in process()
544 … le_uint16 substCount = (le_uint16) SWAPW(lookaheadCoverageTableOffsetArray[lookaheadGlyphCount]); in process()