Home
last modified time | relevance | path

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

/external/fonttools/Tests/ttLib/tables/
DTupleVariation_test.py15 def hexencode(s): function
201 self.assertEqual("00 08 00 77", hexencode(tup))
204 hexencode(deltas))
216 self.assertEqual("00 08 40 77 13 33 06 66 2C CD 39 9A", hexencode(tup))
219 hexencode(deltas))
231 self.assertEqual("00 09 20 77", hexencode(tup))
235 hexencode(deltas))
248 hexencode(tuple))
252 hexencode(deltas))
262 self.assertEqual("00 08 80 00 20 00 33 33", hexencode(tup))
[all …]
D_g_v_a_r_test.py130 def hexencode(s): function