Lines Matching refs:SWAPW
20 switch(SWAPW(classFormat)) { in getGlyphClass()
46 switch(SWAPW(classFormat)) { in hasGlyphClass()
71 le_uint16 count = SWAPW(glyphCount); in getGlyphClass()
74 TTGlyphID firstGlyph = SWAPW(startGlyph); in getGlyphClass()
78 return SWAPW( classValueArrayRef(ttGlyphID - firstGlyph, success) ); in getGlyphClass()
87 le_uint16 count = SWAPW(glyphCount); in hasGlyphClass()
92 if (SWAPW(classValueArrayRef(i,success)) == glyphClass) { in hasGlyphClass()
104 le_uint16 rangeCount = SWAPW(classRangeCount); in getGlyphClass()
113 return SWAPW(classRangeRecordArrayRef(rangeIndex, success).rangeValue); in getGlyphClass()
119 le_uint16 rangeCount = SWAPW(classRangeCount); in hasGlyphClass()
124 if (SWAPW(classRangeRecordArrayRef(i,success).rangeValue) == glyphClass) { in hasGlyphClass()