Home
last modified time | relevance | path

Searched refs:firstbyte (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py494 firstbyte = charCode >> 8
497 if firstbyte != lastFirstByte: # Need to update the current subhead, and start a new one.
516 subHeaderKeys[firstbyte] = len(subHeaderList) -1
517 lastFirstByte = firstbyte
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1610 unsigned char firstbyte; in deflateNoCompression() local
1615 firstbyte = (unsigned char)(BFINAL + ((BTYPE & 1) << 1) + ((BTYPE & 2) << 1)); in deflateNoCompression()
1616 ucvector_push_back(out, firstbyte); in deflateNoCompression()