HomeSort by relevance Sort by last modified time
    Searched refs:glyphs1 (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/test/shaping/
run-tests.py 76 glyphs1, returncode = cmd ([hb_shape, "--font-funcs=ft",
94 if glyphs1 != glyphs2:
95 print ("FT funcs: " + glyphs1, file=sys.stderr)
100 print (":".join ([fontfile, options, unicodes, glyphs1]))
103 if glyphs1.strip() != glyphs_expected.strip():
104 print ("Actual: " + glyphs1, file=sys.stderr)
  /external/skia/tests/
PaintTest.cpp 99 uint16_t glyphs0[NGLYPHS], glyphs1[NGLYPHS]; local
103 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);
104 int index = find_first_zero(glyphs1, NGLYPHS);
108 REPORTER_ASSERT(reporter, 0 == memcmp(glyphs0, glyphs1, NGLYPHS * sizeof(uint16_t)));
  /external/skqp/tests/
PaintTest.cpp 99 uint16_t glyphs0[NGLYPHS], glyphs1[NGLYPHS]; local
103 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);
104 int index = find_first_zero(glyphs1, NGLYPHS);
108 REPORTER_ASSERT(reporter, 0 == memcmp(glyphs0, glyphs1, NGLYPHS * sizeof(uint16_t)));

Completed in 134 milliseconds