HomeSort by relevance Sort by last modified time
    Searched refs:text32 (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc 24 uint32_t text32[16]; local
25 if (size > sizeof(text32)) {
26 memcpy(text32, data + size - sizeof(text32), sizeof(text32));
28 hb_buffer_add_utf32(buffer, text32, sizeof(text32)/sizeof(text32[0]), 0, -1);
  /external/skia/tests/
UnicodeTest.cpp 47 int32_t text32[sizeof(text8)]; local
54 text32[i] = text16[i] = text8[i];
70 int count32 = paint.textToGlyphs(text32, len32, glyphs32);
  /external/skia/src/core/
SkPaint.cpp 471 const int32_t* text32 = (const int32_t*)text; local
473 while (text32 < stop32) {
474 *gptr++ = cache->unicharToGlyph(*text32++);
    [all...]

Completed in 78 milliseconds