Home
last modified time | relevance | path

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

12

/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/skqp/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/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_utils.lua1 function tostr(t) function
13 str = str .. "{ " .. tostr(v) .. " }"
43 io.write(tostr(node))
/external/skia/resources/lua/
Dslides_utils.lua1 function tostr(t) function
13 str = str .. "{ " .. tostr(v) .. " }"
43 io.write(tostr(node))
/external/skqp/resources/lua/
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]
/external/fonttools/Lib/fontTools/misc/
DmacRes.py92 resType = tostr(item['type'], encoding='mac-roman')
162 name = tostr(name, encoding='mac-roman')
195 self.name = tostr(name, encoding='mac-roman')
Dpy23.py122 return tostr(joiner).join(iterable)
143 tostr = tobytes variable
168 tostr = tounicode variable
Dsstruct.py96 value = tostr(value)
136 fmt = tostr(fmt, encoding="ascii")
/external/fonttools/Tests/ufoLib/
DUFOZ_test.py3 from fontTools.misc.py23 import tostr
64 return tostr(self._path, sys.getfilesystemencoding())
/external/fonttools/Lib/fontTools/unicodedata/
D__init__.py19 __all__ = [tostr(s) for s in (
250 tag = tostr(tag).strip()

12