Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/fuzzing/
Dhb-shape-fuzzer.cc28 uint32_t text32[16] = {0}; in LLVMFuzzerTestOneInput() local
29 unsigned int len = sizeof (text32); in LLVMFuzzerTestOneInput()
32 memcpy(text32, data + size - len, len); in LLVMFuzzerTestOneInput()
35 hb_buffer_add_utf32 (buffer, text32, sizeof (text32) / sizeof (text32[0]), 0, -1); in LLVMFuzzerTestOneInput()
41 test_face (face, text32[15]); in LLVMFuzzerTestOneInput()
/external/skqp/tests/
DUnicodeTest.cpp19 int32_t text32[sizeof(text8)]; in DEF_TEST() local
26 text32[i] = text16[i] = text8[i]; in DEF_TEST()
37 …int count32 = font.textToGlyphs(text32, len32, kUTF32_SkTextEncoding, glyphs32, SK_ARRAY_COUNT(gly… in DEF_TEST()
/external/skia/tests/
DUnicodeTest.cpp19 int32_t text32[sizeof(text8)]; in DEF_TEST() local
26 text32[i] = text16[i] = text8[i]; in DEF_TEST()
37 …int count32 = font.textToGlyphs(text32, len32, SkTextEncoding::kUTF32, glyphs32, SK_ARRAY_COUNT(gl… in DEF_TEST()