Home
last modified time | relevance | path

Searched refs:byteord (Results 1 – 15 of 15) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DS_I_N_G_.py32 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.py21 ppem = byteord(data[0])
22 maxSize = byteord(data[1])
25 widths[glyphOrder[glyphID]] = byteord(data[glyphID+2])
DE_B_D_T_.py206 value = byteord(curByte)
246 byte = byteord(data)
528 firstHalf = byteord(curByte) >> cutPoint
533 secondHalf = byteord(curByte) << numBitsCut
565 curByte = byteord(curByte)
D_p_o_s_t.py261 length = byteord(data[index])
DM_E_T_A_.py252 uString = uString + unichr(byteord(string[i]))
D_g_l_y_f.py431 flag = byteord(data[i])
435 repeat = byteord(data[i]) + 1
1059 flag = byteord(flag)
/external/fonttools/Lib/fontTools/misc/
Deexec.py9 cipher = byteord(cipher)
15 plain = byteord(plain)
Dpy23.py18 byteord = ord variable
23 def byteord(c): function
DxmlWriter.py167 def escapenum(n, amp=byteord("&"), lt=byteord("<")):
183 i = byteord(c)
DpsCharStrings.py44 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]))
DtextTools.py32 i = byteord(c)
DhomeResFile.py82 return data[1:byteord(data[0])+1]
/external/fonttools/Lib/fontTools/
Dt1Lib.py153 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)
DcffLib.py605 return byteord(file.read(1))
/external/fonttools/Lib/fontTools/ttLib/
D__init__.py842 return hex(byteord(c))[2:]