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()
132 le_uint16 tableFormat = SWAPW(subtable->format); in createUnicodeMapper()
150 printf("%s:%d: Unknown format %x.\n", __FILE__, __LINE__, (SWAPW(subtable->format))); in createUnicodeMapper()
157 le_uint16 segCount = SWAPW(header->segCountX2) / 2; in CMAPFormat4Mapper()
159 fEntrySelector = SWAPW(header->entrySelector); in CMAPFormat4Mapper()
160 fRangeShift = SWAPW(header->rangeShift) / 2; in CMAPFormat4Mapper()
195 le_uint16 rangeOffset = SWAPW(fIdRangeOffset[index]); in unicodeToGlyph()
198 result = SWAPW(glyphIndexTable[offset]); in unicodeToGlyph()
201 result += SWAPW(fIdDelta[index]); in unicodeToGlyph()