Lines Matching refs:SWAPW
15 #define SWAPU16(code) ((LEUnicode16) SWAPW(code))
57 le_uint16 nSubtables = SWAPW(cmap->numberSubtables); in createUnicodeMapper()
68 le_uint16 platformID = SWAPW(esh->platformID); in createUnicodeMapper()
69 le_uint16 platformSpecificID = SWAPW(esh->platformSpecificID); in createUnicodeMapper()
93 le_uint16 platformID = SWAPW(esh->platformID); in createUnicodeMapper()
94 le_uint16 platformSpecificID = SWAPW(esh->platformSpecificID); in createUnicodeMapper()
129 le_uint16 tableFormat = SWAPW(subtable->format); in createUnicodeMapper()
147 printf("%s:%d: Unknown format %x.\n", __FILE__, __LINE__, (SWAPW(subtable->format))); in createUnicodeMapper()
154 le_uint16 segCount = SWAPW(header->segCountX2) / 2; in CMAPFormat4Mapper()
156 fEntrySelector = SWAPW(header->entrySelector); in CMAPFormat4Mapper()
157 fRangeShift = SWAPW(header->rangeShift) / 2; in CMAPFormat4Mapper()
192 le_uint16 rangeOffset = SWAPW(fIdRangeOffset[index]); in unicodeToGlyph()
195 result = SWAPW(glyphIndexTable[offset]); in unicodeToGlyph()
198 result += SWAPW(fIdDelta[index]); in unicodeToGlyph()