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

  /external/skia/tests/
UnicodeTest.cpp 46 const char text8[] = "ABCDEFGabcdefg0123456789"; local
47 uint16_t text16[sizeof(text8)];
48 int32_t text32[sizeof(text8)];
49 size_t len8 = strlen(text8);
55 text32[i] = text16[i] = text8[i];
58 uint16_t glyphs8[sizeof(text8)];
59 uint16_t glyphs16[sizeof(text8)];
60 uint16_t glyphs32[sizeof(text8)];
65 int count8 = paint.textToGlyphs(text8, len8, glyphs8);
  /external/chromium_org/third_party/skia/src/ports/
SkXMLParser_expat.cpp 83 SkAutoMalloc text8(len + 1);
84 text = ConvertUnicodeToChar((const short*) text, len, text8);
  /external/skia/src/ports/
SkXMLParser_expat.cpp 83 SkAutoMalloc text8(len + 1);
84 text = ConvertUnicodeToChar((const short*) text, len, text8);

Completed in 40 milliseconds