Lines Matching refs:SWAPW
17 switch(SWAPW(classFormat)) { in getGlyphClass()
42 switch(SWAPW(classFormat)) { in hasGlyphClass()
68 TTGlyphID firstGlyph = SWAPW(startGlyph); in getGlyphClass()
69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount); in getGlyphClass()
72 return SWAPW(classValueArray[ttGlyphID - firstGlyph]); in getGlyphClass()
80 le_uint16 count = SWAPW(glyphCount); in hasGlyphClass()
84 if (SWAPW(classValueArray[i]) == glyphClass) { in hasGlyphClass()
95 le_uint16 rangeCount = SWAPW(classRangeCount); in getGlyphClass()
103 return SWAPW(classRangeRecordArray[rangeIndex].rangeValue); in getGlyphClass()
108 le_uint16 rangeCount = SWAPW(classRangeCount); in hasGlyphClass()
112 if (SWAPW(classRangeRecordArray[i].rangeValue) == glyphClass) { in hasGlyphClass()