Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Drun-tests.py64 fontfile, options, unicodes, glyphs_expected = line.split (":") variable
85 if glyphs_expected != '*':
111 if glyphs1 != glyphs2 and glyphs_expected != '*':
122 if glyphs1.strip() != glyphs_expected and glyphs_expected != '*':
124 print ("Expected: " + glyphs_expected) # file=sys.stderr
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Drun-tests.py57 fontfile, options, unicodes, glyphs_expected = line.split (';') variable
83 if glyphs_expected != '*':
100 if glyphs1 != glyphs2 and glyphs_expected != '*':
107 if glyphs1.strip() != glyphs_expected and glyphs_expected != '*':
109 print ("Expected: " + glyphs_expected, file=sys.stderr)
/third_party/harfbuzz/test/shaping/
Drun-tests.py64 fontfile, options, unicodes, glyphs_expected = line.split (":") variable
90 if glyphs_expected != '*':
112 if glyphs1 != glyphs2 and glyphs_expected != '*':
123 if glyphs1.strip() != glyphs_expected and glyphs_expected != '*':
125 print ("Expected: " + glyphs_expected, file=sys.stderr)