Home
last modified time | relevance | path

Searched refs:glyphs2 (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Drun-tests.py107 glyphs2 = cmd ([hb_shape, "--font-funcs=ot", variable
111 if glyphs1 != glyphs2 and glyphs_expected != '*':
113 print ("OT funcs: " + glyphs2) # file=sys.stderr
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Drun-tests.py98glyphs2 = shape_cmd ([fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] + op… variable
100 if glyphs1 != glyphs2 and glyphs_expected != '*':
102 print ("OT funcs: " + glyphs2, file=sys.stderr)
/third_party/harfbuzz/test/shaping/
Drun-tests.py110glyphs2 = cmd ([hb_shape, fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] … variable
112 if glyphs1 != glyphs2 and glyphs_expected != '*':
114 print ("OT funcs: " + glyphs2, file=sys.stderr)