Home
last modified time | relevance | path

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

12

/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/resources/lua/
Dslides_utils.lua1 function tostr(t) function
13 str = str .. "{ " .. tostr(v) .. " }"
43 io.write(tostr(node))
/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/fonttools/Lib/fontTools/ttLib/tables/
DT_S_I_V_.py1 from fontTools.misc.py23 import strjoin, tobytes, tostr
7 data = tostr(self.data)
DasciiTable.py1 from fontTools.misc.py23 import strjoin, tobytes, tostr
8 data = tostr(self.data)
DS_I_N_G_.py1 from fontTools.misc.py23 import bytechr, byteord, tobytes, tostr
32 self.baseGlyphName = tostr(rest)
DD_S_I_G_.py1 from fontTools.misc.py23 import bytesjoin, strjoin, tobytes, tostr
109 items.append(tostr(s[:76]))
/external/fonttools/Lib/fontTools/
Dagl.py29 from fontTools.misc.py23 import tostr
5084 glyphName = tostr(m.group(1))
5100 glyphName = tostr(m.group(2))
/external/fonttools/Lib/fontTools/unicodedata/
D__init__.py1 from fontTools.misc.py23 import byteord, tostr
17 __all__ = [tostr(s) for s in (
258 tag = tostr(tag).strip()
/external/skia/docs/examples/
DSkFontMgr_example.cpp5 const char* tostr(SkFontStyle::Slant s) { in tostr() function
30 tostr(fontStyle.slant())); in draw()
DSkFontMgr_example2.cpp5 const char* tostr(SkFontStyle::Slant s) { in tostr() function
31 tostr(fontStyle.slant()), textScale); in draw()
/external/fonttools/Lib/fontTools/svgLib/path/
D__init__.py1 from fontTools.misc.py23 import tostr
9 __all__ = [tostr(s) for s in ("SVGPath", "parse_path")]
/external/fonttools/Lib/fontTools/misc/
DmacRes.py1 from fontTools.misc.py23 import bytesjoin, tostr
105 resType = tostr(item['type'], encoding='mac-roman')
177 name = tostr(name, encoding='mac-roman')
219 self.name = tostr(name, encoding='mac-roman')
Dsstruct.py49 from fontTools.misc.py23 import tobytes, tostr
95 value = tostr(value)
135 fmt = tostr(fmt, encoding="ascii")
Dpy23.py70 return tostr(joiner).join(iterable)
87 tostr = tounicode variable
DxmlWriter.py3 from fontTools.misc.py23 import byteord, strjoin, tobytes, tostr
38 self.totype = tostr
166 data = tostr(data, 'utf_8')
/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/Tests/ufoLib/
DUFOZ_test.py1 from fontTools.misc.py23 import tostr
62 return tostr(self._path, sys.getfilesystemencoding())

12