/external/skia/tools/lua/ |
D | scrape.lua | 1 function tostr(t) function 13 str = str .. "{ " .. tostr(v) .. " }" 58 print("drawRect ", tostr(r), tostr(c), "\n") 65 print("drawRect_Nested", tostr(r1), tostr(r2), d1, d2) 68 "isRect", tostring(t.path:isRect()), tostr(t.path:getBounds())) 78 io.write("\n{ ", tostr(total), " }\n")
|
D | scrape_dashing.lua | 1 function tostr(t) function 13 str = str .. "{ " .. tostr(v) .. " }" 90 print(tostr(drawPointsTable)) 91 print(tostr(drawPointsTable_direction))
|
D | dumpops.lua | 1 function tostr(t) function 13 str = str .. "{ " .. tostr(v) .. " }" 30 io.write(tostr(t), "\n")
|
D | count_effects.lua | 1 function tostr(t) function 13 str = str .. "{ " .. tostr(v) .. " }" 43 io.write("total paints ", total_paints, " ", tostr(effects), "\n");
|
D | filter-counter.lua | 1 function tostr(t) function 13 str = str .. "{ " .. tostr(v) .. " }"
|
D | glyph-counts.lua | 1 function tostr(t) function 13 str = str .. "{ " .. tostr(v) .. " }"
|
D | glyph-usage.lua | 1 function tostr(t) function 13 str = str .. "{ " .. tostr(v) .. " }"
|
D | bbh_filter.lua | 34 function tostr(t) function 46 str = str .. "{ " .. tostr(v) .. " }"
|
/external/fonttools/Lib/fontTools/misc/ |
D | py23.py | 41 def tostr(s, encoding='ascii'): function 46 tobytes = tostr 71 def tostr(s, encoding='ascii'): function
|
D | xmlWriter.py | 62 s = tostr(data, encoding="utf-8") 140 data = tostr(data, 'utf-8')
|
D | sstruct.py | 96 value = tostr(value)
|
/external/skia/resources/ |
D | slides_utils.lua | 1 function tostr(t) function 13 str = str .. "{ " .. tostr(v) .. " }" 43 io.write(tostr(node))
|
/external/python/cpython2/Lib/ |
D | stringold.py | 382 def maketrans(fromstr, tostr): argument 390 if len(fromstr) != len(tostr): 398 L[fromstr[i]] = tostr[i]
|
D | string.py | 61 def maketrans(fromstr, tostr): argument 69 if len(fromstr) != len(tostr): 77 L[fromstr[i]] = tostr[i]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | asciiTable.py | 9 data = tostr(self.data)
|
D | S_I_N_G_.py | 34 self.baseGlyphName = tostr(rest)
|
D | D_S_I_G_.py | 110 items.append(tostr(s[:76]))
|
D | G_M_A_P_.py | 82 self.psFontName = tostr(newData[:self.fontNameLength])
|
D | _p_o_s_t.py | 262 strings.append(tostr(data[index+1:index+1+length], encoding="latin1"))
|
D | S_V_G_.py | 174 doc = tostr(data[start:end], "utf-8")
|
/external/fonttools/Lib/fontTools/ |
D | cffLib.py | 79 xmlWriter.begintag("CFFFont", name=tostr(fontName)) 672 return tostr(value, encoding='ascii') 676 xmlWriter.simpletag(name, value=tostr(value, encoding="ascii")) 683 return tostr(value, encoding='latin1') 687 xmlWriter.simpletag(name, value=tostr(value, encoding="latin1")) 1210 xmlWriter.simpletag(name, [('Registry', tostr(registry)), ('Order', tostr(order)), 1607 strings = [tostr(s, encoding="latin1") for s in Index(file)]
|
D | ttx.py | 246 header = tostr(header, 'latin1')
|