Searched refs:segCount (Results 1 – 9 of 9) sorted by relevance
19 private final int segCount; field in CMapFormat425 this.segCount = this.data.readUShort(Offset.format4SegCountX2.offset) / 2; in CMapFormat4()26 this.glyphIdArrayOffset = glyphIdArrayOffset(this.segCount); in CMapFormat4()31 int segment = this.data.searchUShort(CMapFormat4.startCodeOffset(this.segCount), in glyphId()35 this.segCount, in glyphId()75 return segCount; in getSegCount()86 return startCode(this.data, this.segCount, segment); in startCode()94 private static int segCount(ReadableFontData data) { in segCount() method in CMapFormat495 int segCount = data.readUShort(Offset.format4SegCountX2.offset) / 2; in segCount() local96 return segCount; in segCount()[all …]
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()
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()
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()
312 segCount = subtable->segCountX2 / 2; in init()314 startCount = endCount + segCount + 1; in init()315 idDelta = startCount + segCount; in init()316 idRangeOffset = idDelta + segCount; in init()317 glyphIdArray = idRangeOffset + segCount; in init()318 glyphIdArrayLength = (subtable->length - 16 - 8 * segCount) / 2; in init()338 this->segCount, in get_glyph()341 this->segCount + 1); in get_glyph()353 unsigned int index = rangeOffset / 2 + (codepoint - this->startCount[i]) + i - this->segCount; in get_glyph()373 unsigned int count = this->segCount; in collect_unicodes()[all …]
307 int segCount = 0; in InternalFilter() local396 ++segCount; in InternalFilter()428 ++segCount; in InternalFilter()433 if (segCount > 1) { in InternalFilter()
9617 segCount
33418 glyphIdArray = idRangeOffset + segCount;33419 glyphIdArrayLength = (subtable->length - 16 - 8 * segCount) / 2;