Home
last modified time | relevance | path

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

/third_party/skia/tests/
DFontHostTest.cpp58 int tableGlyphs = -1; in test_countGlyphs() local
64 tableGlyphs = SkEndian_SwapBE16(rawGlyphs); in test_countGlyphs()
67 if (tableGlyphs >= 0) { in test_countGlyphs()
68 REPORTER_ASSERT(reporter, tableGlyphs == nativeGlyphs); in test_countGlyphs()