/external/skqp/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/skqp/resources/lua/ |
D | slides_utils.lua | 1 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/ |
D | slides_utils.lua | 1 function tostr(t) function 13 str = str .. "{ " .. tostr(v) .. " }" 43 io.write(tostr(node))
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | T_S_I_V_.py | 1 from fontTools.misc.py23 import strjoin, tobytes, tostr 7 data = tostr(self.data)
|
D | asciiTable.py | 1 from fontTools.misc.py23 import strjoin, tobytes, tostr 8 data = tostr(self.data)
|
D | S_I_N_G_.py | 1 from fontTools.misc.py23 import bytechr, byteord, tobytes, tostr 32 self.baseGlyphName = tostr(rest)
|
D | D_S_I_G_.py | 1 from fontTools.misc.py23 import bytesjoin, strjoin, tobytes, tostr 109 items.append(tostr(s[:76]))
|
/external/fonttools/Lib/fontTools/ |
D | agl.py | 29 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__.py | 1 from fontTools.misc.py23 import byteord, tostr 17 __all__ = [tostr(s) for s in ( 258 tag = tostr(tag).strip()
|
/external/skia/docs/examples/ |
D | SkFontMgr_example.cpp | 5 const char* tostr(SkFontStyle::Slant s) { in tostr() function 30 tostr(fontStyle.slant())); in draw()
|
D | SkFontMgr_example2.cpp | 5 const char* tostr(SkFontStyle::Slant s) { in tostr() function 31 tostr(fontStyle.slant()), textScale); in draw()
|
/external/fonttools/Lib/fontTools/svgLib/path/ |
D | __init__.py | 1 from fontTools.misc.py23 import tostr 9 __all__ = [tostr(s) for s in ("SVGPath", "parse_path")]
|
/external/fonttools/Lib/fontTools/misc/ |
D | macRes.py | 1 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')
|
D | sstruct.py | 49 from fontTools.misc.py23 import tobytes, tostr 95 value = tostr(value) 135 fmt = tostr(fmt, encoding="ascii")
|
D | py23.py | 70 return tostr(joiner).join(iterable) 87 tostr = tounicode variable
|
D | xmlWriter.py | 3 from fontTools.misc.py23 import byteord, strjoin, tobytes, tostr 38 self.totype = tostr 166 data = tostr(data, 'utf_8')
|
/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]
|
/external/fonttools/Tests/ufoLib/ |
D | UFOZ_test.py | 1 from fontTools.misc.py23 import tostr 62 return tostr(self._path, sys.getfilesystemencoding())
|