Searched refs:count8 (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/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()
|
/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()
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBitmapProcState_opts_mips_dsp.cpp | 32 int count8; in SI8_D16_nofilter_DX_mips_dsp() local 136 : [xx]"+r"(xx), [count8]"=&r"(count8), [colors]"+r"(colors) in SI8_D16_nofilter_DX_mips_dsp()
|
D | SkBitmapProcState_opts_arm.cpp | 50 int count8 = count >> 3; in SI8_D16_nofilter_DX_arm() local 98 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors) in SI8_D16_nofilter_DX_arm()
|