HomeSort by relevance Sort by last modified time
    Searched refs:byteord (Results 1 - 15 of 15) sorted by null

  /external/fonttools/Lib/fontTools/misc/
eexec.py 9 cipher = byteord(cipher)
15 plain = byteord(plain)
py23.py 18 byteord = ord variable
23 def byteord(c): function
homeResFile.py 82 return data[1:byteord(data[0])+1]
textTools.py 32 i = byteord(c)
xmlWriter.py 167 def escapenum(n, amp=byteord("&"), lt=byteord("<")):
183 i = byteord(c)
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):
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])
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
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)
_h_d_m_x.py 21 ppem = byteord(data[0])
22 maxSize = byteord(data[1])
25 widths[glyphOrder[glyphID]] = byteord(data[glyphID+2])
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)
M_E_T_A_.py 252 uString = uString + unichr(byteord(string[i]))
_g_l_y_f.py 431 flag = byteord(data[i])
435 repeat = byteord(data[i]) + 1
1059 flag = byteord(flag)
_p_o_s_t.py 261 length = byteord(data[index])
  /external/fonttools/Lib/fontTools/
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)
cffLib.py 605 return byteord(file.read(1))
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 842 return hex(byteord(c))[2:]

Completed in 158 milliseconds