Home
last modified time | relevance | path

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

/external/skia/tests/
DFontHostTest.cpp56 int tableGlyphs = -1; in test_countGlyphs() local
62 tableGlyphs = SkEndian_SwapBE16(rawGlyphs); in test_countGlyphs()
65 if (tableGlyphs >= 0) { in test_countGlyphs()
66 REPORTER_ASSERT(reporter, tableGlyphs == nativeGlyphs); in test_countGlyphs()