Lines Matching refs:SWAPW
14 #define SWAPU16(code) ((LEUnicode16) SWAPW(code))
56 le_uint16 nSubtables = SWAPW(cmap->numberSubtables); in createUnicodeMapper()
63 if (SWAPW(esh->platformID) == 3) { in createUnicodeMapper()
64 switch (SWAPW(esh->platformSpecificID)) { in createUnicodeMapper()
86 switch (SWAPW(subtable->format)) { in createUnicodeMapper()
107 le_uint16 segCount = SWAPW(header->segCountX2) / 2; in CMAPFormat4Mapper()
109 fEntrySelector = SWAPW(header->entrySelector); in CMAPFormat4Mapper()
110 fRangeShift = SWAPW(header->rangeShift) / 2; in CMAPFormat4Mapper()
145 le_uint16 rangeOffset = SWAPW(fIdRangeOffset[index]); in unicodeToGlyph()
148 result = SWAPW(glyphIndexTable[offset]); in unicodeToGlyph()
151 result += SWAPW(fIdDelta[index]); in unicodeToGlyph()