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

  /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 543 const int32_t* text32 = (const int32_t*)text; local
545 while (text32 < stop32) {
546 *gptr++ = cache->unicharToGlyph(*text32++);
    [all...]

Completed in 2344 milliseconds