Searched refs:text32 (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DUnicodeTest.cpp47 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/
H A DSkPaint.cpp453 const int32_t* text32 = (const int32_t*)text; local
455 while (text32 < stop32) {
456 *gptr++ = cache->unicharToGlyph(*text32++);

Completed in 77 milliseconds