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

  /external/skia/tests/
UnicodeTest.cpp 46 uint16_t text16[sizeof(text8)]; local
54 text32[i] = text16[i] = text8[i];
67 int count16 = paint.textToGlyphs(text16, len16, glyphs16);
  /external/skia/src/core/
SkPaint.cpp 445 const uint16_t* text16 = (const uint16_t*)text; local
447 while (text16 < stop16) {
448 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
    [all...]

Completed in 132 milliseconds