Home
last modified time | relevance | path

Searched refs:startCode (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py601 def splitRange(startCode, endCode, cmap): argument
606 if startCode == endCode:
609 lastID = cmap[startCode]
610 lastCode = startCode
616 for code in range(startCode + 1, endCode + 1):
641 if b == startCode and e == endCode:
643 if b == startCode or e == endCode:
654 if subRanges[0][0] != startCode:
655 subRanges.insert(0, (startCode, subRanges[0][0] - 1))
705 startCode = allCodes[:segCount]
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh121 HBUINT16 *startCode = c->start_embed<HBUINT16> (); in serialize_startcode_array() local
146 return startCode; in serialize_startcode_array()
154 HBUINT16 *startCode, in serialize_idDelta_array()
162 if ((char *)idDelta - (char *)startCode != (int) segcount * (int) HBINT16::static_size) in serialize_idDelta_array()
168 if (_.first == startCode[i]) in serialize_idDelta_array()
178 if (use_delta) delta = (int)start_gid - (int)startCode[i]; in serialize_idDelta_array()
205 HBUINT16 *startCode, in serialize_rangeoffset_glyid()
220 …| hb_filter ([&] (const hb_item_type<Iterator> _) { return _.first >= startCode[i] && _.first <= e… in serialize_rangeoffset_glyid()
255 HBUINT16 *startCode = serialize_startcode_array (c, it); in serialize() local
256 if (unlikely (!startCode)) return; in serialize()
[all …]
/external/sfntly/doc/
DSfntlyCPlusPlusNotes.md47 **`startCode`**, an **`endCode`** (the minimum and maximum code points
59 glyphIndex = *(&idRangeOffset[i] + idRangeOffset[i] / 2 + (c - startCode[i]))
/external/webrtc/modules/video_coding/
Dsession_info.cc248 const unsigned char startCode[] = {0, 0, 0, 1}; in Insert() local
249 memcpy(frame_buffer, startCode, kH264StartCodeLengthBytes); in Insert()
Djitter_buffer_unittest.cc83 bool startCode) { in CheckOutFrame() argument
89 if (startCode) { in CheckOutFrame()
102 } else if (startCode && outData[i] == 0 && outData[i + 1] == 0) { in CheckOutFrame()