Searched refs:idDelta (Results 1 – 8 of 8) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _c_m_a_p.py | 292 self.idDelta = None 299 subHeader.idDelta = 0 317 subHeader.idDelta = -(0x10000 - minGI) -1 319 subHeader.idDelta = minGI -1 320 idDelta = subHeader.idDelta 324 subHeader.glyphIndexArray[i] = gid - idDelta 350 (subHeader.firstCode, subHeader.entryCount, subHeader.idDelta, \ 410 gi = (gi + subHeader.idDelta) % 0x10000 421 gi = (gi + subHeader.idDelta) % 0x10000 484 subHeader.idDelta = 0 [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 161 HBINT16 *idDelta = c->start_embed<HBINT16> (); in serialize_idDelta_array() local 162 if ((char *)idDelta - (char *)startCode != (int) segcount * (int) HBINT16::static_size) in serialize_idDelta_array() 197 return idDelta; in serialize_idDelta_array() 206 HBINT16 *idDelta, in serialize_rangeoffset_glyid() 211 …if (unlikely ((char *)idRangeOffset - (char *)idDelta != (int) segcount * (int) HBINT16::static_si… in serialize_rangeoffset_glyid() 214 | hb_filter ([&] (const unsigned _) { return idDelta[_] == 0; }) in serialize_rangeoffset_glyid() 259 HBINT16 *idDelta = serialize_idDelta_array (c, it, endCode, startCode, segcount); in serialize() local 260 if (unlikely (!idDelta)) return; in serialize() 262 …HBUINT16 *idRangeOffset = serialize_rangeoffset_glyid (c, it, endCode, startCode, idDelta, segcoun… in serialize() 285 idDelta = startCount + segCount; in init() [all …]
|
/external/sfntly/doc/ |
D | SfntlyCPlusPlusNotes.md | 48 in the segment), an **`idDelta`** (delta for all code points in the 51 `idDelta` and `idRangeOffset` seem to be the same thing, offsets. In 62 `idDelta[i]` is another kind of segment offset used when 67 glyphIndex = idDelta[i] + c
|
/external/icu/icu4c/source/samples/layout/ |
D | sfnt.h | 79 le_int16 idDelta; member
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | FontObject.h | 76 le_int16 idDelta; member
|
D | sfnt.h | 105 le_int16 idDelta; member
|
/external/icu/icu4c/source/test/letest/ |
D | FontObject.h | 72 le_int16 idDelta; member
|
D | sfnt.h | 101 le_int16 idDelta; member
|