Lines Matching refs:SWAPW
30 le_int16 unity = SWAPW(unitSize); in lookupSegment()
31 le_int16 probe = SWAPW(searchRange); in lookupSegment()
32 le_int16 extra = SWAPW(rangeShift); in lookupSegment()
39 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
48 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
53 if (SWAPW(entry->firstGlyph) <= ttGlyph) { in lookupSegment()
62 le_int16 unity = SWAPW(unitSize); in lookupSingle()
63 le_int16 probe = SWAPW(searchRange); in lookupSingle()
64 le_int16 extra = SWAPW(rangeShift); in lookupSingle()
69 if (SWAPW(trial->glyph) <= ttGlyph) { in lookupSingle()
78 if (SWAPW(trial->glyph) <= ttGlyph) { in lookupSingle()
83 if (SWAPW(entry->glyph) == ttGlyph) { in lookupSingle()