Lines Matching refs:SWAPW
29 le_int16 unity = SWAPW(unitSize); in lookupSegment()
30 le_int16 probe = SWAPW(searchRange); in lookupSegment()
31 le_int16 extra = SWAPW(rangeShift); in lookupSegment()
36 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
44 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
49 if (SWAPW(entry->firstGlyph) <= ttGlyph) { in lookupSegment()
58 le_int16 unity = SWAPW(unitSize); in lookupSingle()
59 le_int16 probe = SWAPW(searchRange); in lookupSingle()
60 le_int16 extra = SWAPW(rangeShift); in lookupSingle()
65 if (SWAPW(trial->glyph) <= ttGlyph) { in lookupSingle()
73 if (SWAPW(trial->glyph) <= ttGlyph) { in lookupSingle()
78 if (SWAPW(entry->glyph) == ttGlyph) { in lookupSingle()