Home | History | Annotate | Download | only in layout

Lines Matching refs:SWAPW

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