• Home
  • Raw
  • Download

Lines Matching refs:SWAPW

21     switch(SWAPW(subtableFormat))  in process()
57 Offset pairSetTableOffset = SWAPW(pairSetTableOffsetArray[coverageIndex]); in process()
59 le_uint16 pairValueCount = SWAPW(pairSetTable->pairValueCount); in process()
60 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
61 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process()
75 …pairValueRecord->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fon… in process()
81 … valueRecord2->adjustPosition(SWAPW(valueFormat2), (char *) this, *glyphIterator, fontInstance); in process()
101 …finitionTable *classDef1 = (const ClassDefinitionTable *) ((char *) this + SWAPW(classDef1Offset)); in process()
102 …finitionTable *classDef2 = (const ClassDefinitionTable *) ((char *) this + SWAPW(classDef2Offset)); in process()
105 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
106 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process()
108 le_int16 class1RecordSize = class2RecordSize * SWAPW(class2Count); in process()
114 …class2Record->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontIn… in process()
120 …valueRecord2->adjustPosition(SWAPW(valueFormat2), (const char *) this, *glyphIterator, fontInstanc… in process()
141 if (SWAPW(record->secondGlyph) == glyphID) { in findPairValueRecord()
155 if (SWAPW(trial->secondGlyph) <= glyphID) { in findPairValueRecord()
163 if (SWAPW(trial->secondGlyph) <= glyphID) { in findPairValueRecord()
168 if (SWAPW(record->secondGlyph) == glyphID) { in findPairValueRecord()