Lines Matching refs:SWAPW
34 format = SWAPW(classTable->format); in StateTableProcessor2()
75 classCode = SWAPW(lookupTable0->valueArray[gid]); in process()
78 … EntryTableIndex2 entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]); in process()
100 classCode = SWAPW(segment->value); in process()
104 … EntryTableIndex2 entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]); in process()
129 classCode = SWAPW(segment->value); in process()
133 … EntryTableIndex2 entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]); in process()
140 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph); in process()
141 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount); in process()
153 classCode = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]); in process()
156 …EntryTableIndex2 entryTableIndex = SWAPW(stateArray[classCode + currentState * nClasses]); … in process()