Lines Matching refs:SWAPW
45 format = SWAPW(classTable->format); in StateTableProcessor2()
95 classCode = SWAPW(lookupTable0->valueArray[gid]); in process()
98 …EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses, success)); in process()
129 classCode = SWAPW(segment->value); in process()
133 … EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses,success)); in process()
169 classCode = SWAPW(segment->value); in process()
173 …EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses, success)); in process()
183 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph); in process()
184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount); in process()
201 classCode = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]); in process()
204 …EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses, success)); in process()