Searched refs:SWAPL (Results 1 – 9 of 9) sorted by relevance
26 le_uint32 chainCount = SWAPL(this->nChains); in process()30 FeatureFlags defaultFlags = SWAPL(chainHeader->defaultFlags); in process()31 le_uint32 chainLength = SWAPL(chainHeader->chainLength); in process()41 FeatureFlags subtableFeatures = SWAPL(subtableHeader->subtableFeatures); in process()
24 subtableFeatures = SWAPL(subtableHeader->subtableFeatures); in SubtableProcessor()
33 #define SWAPL(value) LESwaps::swapLong((le_uint32)(value)) macro
71 action = SWAPL(*ap++); in processStateEntry()
65 if (SWAPL(directory->tableDirectory[rangeShift].tag) <= tag) { in findTable()72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) { in findTable()77 if (SWAPL(directory->tableDirectory[table].tag) == tag) { in findTable()93 *length = SWAPL(entry->length); in readTable()97 fseek(file, SWAPL(entry->offset), SEEK_SET); in readTable()123 return (CMAPEncodingSubtable *) ((char *) cmapTable + SWAPL(esh->encodingOffset)); in findCMAP()
15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))66 offset1 = SWAPL(esh->encodingOffset); in createUnicodeMapper()70 offset10 = SWAPL(esh->encodingOffset); in createUnicodeMapper()94 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups)); in createUnicodeMapper()
123 fFontChecksum = SWAPL(headTable->checksumAdjustment); in PortableFontInstance()192 if (SWAPL(fDirectory->tableDirectory[fDirExtra].tag) <= tag) { in findTable()199 if (SWAPL(fDirectory->tableDirectory[table + probe].tag) <= tag) { in findTable()204 if (SWAPL(fDirectory->tableDirectory[table].tag) == tag) { in findTable()221 *length = SWAPL(entry->length); in readTable()226 fseek(fFile, SWAPL(entry->offset), SEEK_SET); in readTable()
21 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))72 offset1 = SWAPL(esh->encodingOffset); in createUnicodeMapper()76 offset10 = SWAPL(esh->encodingOffset); in createUnicodeMapper()100 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups)); in createUnicodeMapper()
345 DWORD stag = SWAPL(tableTag); in readFontTable()