Searched refs:byteord (Results 1 – 15 of 15) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | S_I_N_G_.py | 32 self.nameLength = byteord(self.nameLength) 37 self.METAMD5 = "[" + hex(byteord(self.METAMD5[0])) 39 self.METAMD5 = self.METAMD5 + ", " + hex(byteord(char)) 45 val = byteord(char)
|
D | _h_d_m_x.py | 21 ppem = byteord(data[0]) 22 maxSize = byteord(data[1]) 25 widths[glyphOrder[glyphID]] = byteord(data[glyphID+2])
|
D | E_B_D_T_.py | 206 value = byteord(curByte) 246 byte = byteord(data) 528 firstHalf = byteord(curByte) >> cutPoint 533 secondHalf = byteord(curByte) << numBitsCut 565 curByte = byteord(curByte)
|
D | M_E_T_A_.py | 252 uString = uString + unichr(byteord(string[i]))
|
D | _p_o_s_t.py | 261 length = byteord(data[index])
|
D | _g_l_y_f.py | 431 flag = byteord(data[i]) 435 repeat = byteord(data[i]) + 1 1059 flag = byteord(flag)
|
/external/fonttools/Lib/fontTools/misc/ |
D | eexec.py | 9 cipher = byteord(cipher) 15 plain = byteord(plain)
|
D | py23.py | 18 byteord = ord variable 23 def byteord(c): function
|
D | xmlWriter.py | 167 def escapenum(n, amp=byteord("&"), lt=byteord("<")): 183 i = byteord(c)
|
D | psCharStrings.py | 44 b1 = byteord(data[index]) 48 b1 = byteord(data[index]) 66 b = byteord(data[index]) 320 len=len, byteord=byteord, getattr=getattr, type=type, StringType=str): argument 324 b0 = byteord(self.bytecode[index]) 350 op = (b0, byteord(data[index])) 374 bits.append(num2binary(byteord(byte), 8)) 1114 b0 = byteord(data[index]) 1134 op = (b0, byteord(data[index]))
|
D | textTools.py | 32 i = byteord(c)
|
D | homeResFile.py | 82 return data[1:byteord(data[0])+1]
|
/external/fonttools/Lib/fontTools/ |
D | t1Lib.py | 153 code = byteord(res.data[0]) 154 if byteord(res.data[1]) != 0: 183 code = byteord(f.read(1)) 370 l += byteord(s[i]) << (i * 8)
|
D | cffLib.py | 605 return byteord(file.read(1))
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | __init__.py | 842 return hex(byteord(c))[2:]
|