Lines Matching refs:SWAPW
21 switch(SWAPW(subtableFormat)) in process()
52 Offset pairSetTableOffset = SWAPW(pairSetTableOffsetArray[coverageIndex]); in process()
54 le_uint16 pairValueCount = SWAPW(pairSetTable->pairValueCount); in process()
55 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
56 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process()
70 …pairValueRecord->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fon… in process()
76 … valueRecord2->adjustPosition(SWAPW(valueFormat2), (char *) this, *glyphIterator, fontInstance); in process()
96 …finitionTable *classDef1 = (const ClassDefinitionTable *) ((char *) this + SWAPW(classDef1Offset)); in process()
97 …finitionTable *classDef2 = (const ClassDefinitionTable *) ((char *) this + SWAPW(classDef2Offset)); in process()
100 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
101 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process()
103 le_int16 class1RecordSize = class2RecordSize * SWAPW(class2Count); in process()
109 …class2Record->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontIn… in process()
115 …valueRecord2->adjustPosition(SWAPW(valueFormat2), (const char *) this, *glyphIterator, fontInstanc… in process()
136 if (SWAPW(record->secondGlyph) == glyphID) { in findPairValueRecord()
150 if (SWAPW(trial->secondGlyph) <= glyphID) { in findPairValueRecord()
158 if (SWAPW(trial->secondGlyph) <= glyphID) { in findPairValueRecord()
163 if (SWAPW(record->secondGlyph) == glyphID) { in findPairValueRecord()