Home
last modified time | relevance | path

Searched refs:tostr (Results 1 – 22 of 22) sorted by relevance

/external/skia/tools/lua/
Dscrape.lua1 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")
Dscrape_dashing.lua1 function tostr(t) function
13 str = str .. "{ " .. tostr(v) .. " }"
90 print(tostr(drawPointsTable))
91 print(tostr(drawPointsTable_direction))
Ddumpops.lua1 function tostr(t) function
13 str = str .. "{ " .. tostr(v) .. " }"
30 io.write(tostr(t), "\n")
Dcount_effects.lua1 function tostr(t) function
13 str = str .. "{ " .. tostr(v) .. " }"
43 io.write("total paints ", total_paints, " ", tostr(effects), "\n");
Dfilter-counter.lua1 function tostr(t) function
13 str = str .. "{ " .. tostr(v) .. " }"
Dglyph-counts.lua1 function tostr(t) function
13 str = str .. "{ " .. tostr(v) .. " }"
Dglyph-usage.lua1 function tostr(t) function
13 str = str .. "{ " .. tostr(v) .. " }"
Dbbh_filter.lua34 function tostr(t) function
46 str = str .. "{ " .. tostr(v) .. " }"
/external/fonttools/Lib/fontTools/misc/
Dpy23.py41 def tostr(s, encoding='ascii'): function
46 tobytes = tostr
71 def tostr(s, encoding='ascii'): function
DxmlWriter.py62 s = tostr(data, encoding="utf-8")
140 data = tostr(data, 'utf-8')
Dsstruct.py96 value = tostr(value)
/external/skia/resources/
Dslides_utils.lua1 function tostr(t) function
13 str = str .. "{ " .. tostr(v) .. " }"
43 io.write(tostr(node))
/external/python/cpython2/Lib/
Dstringold.py382 def maketrans(fromstr, tostr): argument
390 if len(fromstr) != len(tostr):
398 L[fromstr[i]] = tostr[i]
Dstring.py61 def maketrans(fromstr, tostr): argument
69 if len(fromstr) != len(tostr):
77 L[fromstr[i]] = tostr[i]
/external/fonttools/Lib/fontTools/ttLib/tables/
DasciiTable.py9 data = tostr(self.data)
DS_I_N_G_.py34 self.baseGlyphName = tostr(rest)
DD_S_I_G_.py110 items.append(tostr(s[:76]))
DG_M_A_P_.py82 self.psFontName = tostr(newData[:self.fontNameLength])
D_p_o_s_t.py262 strings.append(tostr(data[index+1:index+1+length], encoding="latin1"))
DS_V_G_.py174 doc = tostr(data[start:end], "utf-8")
/external/fonttools/Lib/fontTools/
DcffLib.py79 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)]
Dttx.py246 header = tostr(header, 'latin1')