Home
last modified time | relevance | path

Searched refs:segCount (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/samples/layout/
Dcmaps.cpp119 le_uint16 segCount = SWAPW(header->segCountX2) / 2; in CMAPFormat4Mapper() local
124 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()
125 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()
126 fIdRangeOffset = &fIdDelta[segCount]; in CMAPFormat4Mapper()
/external/icu/icu4c/source/test/letest/
Dcmaps.cpp159 le_uint16 segCount = SWAPW(header->segCountX2) / 2; in CMAPFormat4Mapper() local
164 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()
165 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()
166 fIdRangeOffset = &fIdDelta[segCount]; in CMAPFormat4Mapper()
/external/icu/icu4c/source/test/perf/leperf/
Dcmaps.cpp160 le_uint16 segCount = SWAPW(header->segCountX2) / 2; in CMAPFormat4Mapper() local
165 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()
166 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()
167 fIdRangeOffset = &fIdDelta[segCount]; in CMAPFormat4Mapper()
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh282 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 …]
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py694 segCount = segCountX2 // 2
703 endCode = allCodes[:segCount]
704 allCodes = allCodes[segCount+1:] # the +1 is skipping the reservedPad field
705 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 …]
/external/skia/src/utils/
DSkDashPath.cpp304 int segCount = 0; in InternalFilter() local
393 ++segCount; in InternalFilter()
425 ++segCount; in InternalFilter()
430 if (segCount > 1) { in InternalFilter()
/external/skqp/src/utils/
DSkDashPath.cpp310 int segCount = 0; in InternalFilter() local
399 ++segCount; in InternalFilter()
431 ++segCount; in InternalFilter()
435 if (segCount > 1) { in InternalFilter()