Searched refs:count8 (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | UnicodeTest.cpp | 64 int count8 = paint.textToGlyphs(text8, len8, glyphs8); in test_textencodings() local 72 REPORTER_ASSERT(reporter, (int)len8 == count8); in test_textencodings() 76 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t))); in test_textencodings() 77 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t))); in test_textencodings()
|
/external/skia/tests/ |
D | UnicodeTest.cpp | 64 int count8 = paint.textToGlyphs(text8, len8, glyphs8); in test_textencodings() local 72 REPORTER_ASSERT(reporter, (int)len8 == count8); in test_textencodings() 76 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t))); in test_textencodings() 77 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t))); in test_textencodings()
|