Searched refs:segCount (Results 1 – 7 of 7) sorted by relevance
119 le_uint16 segCount = SWAPW(header->segCountX2) / 2; in CMAPFormat4Mapper() local124 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()125 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()126 fIdRangeOffset = &fIdDelta[segCount]; in CMAPFormat4Mapper()
159 le_uint16 segCount = SWAPW(header->segCountX2) / 2; in CMAPFormat4Mapper() local164 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()165 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()166 fIdRangeOffset = &fIdDelta[segCount]; in CMAPFormat4Mapper()
160 le_uint16 segCount = SWAPW(header->segCountX2) / 2; in CMAPFormat4Mapper() local165 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()166 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()167 fIdRangeOffset = &fIdDelta[segCount]; in CMAPFormat4Mapper()
282 segCount = subtable->segCountX2 / 2; in init()284 startCount = endCount + segCount + 1; in init()285 idDelta = startCount + segCount; in init()286 idRangeOffset = idDelta + segCount; in init()287 glyphIdArray = idRangeOffset + segCount; in init()288 glyphIdArrayLength = (subtable->length - 16 - 8 * segCount) / 2; in init()295 int min = 0, max = (int) this->segCount - 1; in get_glyph()322 unsigned int index = rangeOffset / 2 + (codepoint - this->startCount[i]) + i - this->segCount; in get_glyph()340 unsigned int count = this->segCount; in collect_unicodes()362 unsigned int index = rangeOffset / 2 + (codepoint - this->startCount[i]) + i - this->segCount; in collect_unicodes()[all …]
694 segCount = segCountX2 // 2703 endCode = allCodes[:segCount]704 allCodes = allCodes[segCount+1:] # the +1 is skipping the reservedPad field705 startCode = allCodes[:segCount]706 allCodes = allCodes[segCount:]707 idDelta = allCodes[:segCount]708 allCodes = allCodes[segCount:]709 idRangeOffset = allCodes[:segCount]710 glyphIndexArray = allCodes[segCount:]819 segCount = len(endCode)[all …]
304 int segCount = 0; in InternalFilter() local393 ++segCount; in InternalFilter()425 ++segCount; in InternalFilter()430 if (segCount > 1) { in InternalFilter()
310 int segCount = 0; in InternalFilter() local399 ++segCount; in InternalFilter()431 ++segCount; in InternalFilter()435 if (segCount > 1) { in InternalFilter()