Home
last modified time | relevance | path

Searched refs:text32 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tests/
DUnicodeTest.cpp47 int32_t text32[sizeof(text8)]; in test_textencodings() local
54 text32[i] = text16[i] = text8[i]; in test_textencodings()
70 int count32 = paint.textToGlyphs(text32, len32, glyphs32); in test_textencodings()
/external/skia/tests/
DUnicodeTest.cpp47 int32_t text32[sizeof(text8)]; in test_textencodings() local
54 text32[i] = text16[i] = text8[i]; in test_textencodings()
70 int count32 = paint.textToGlyphs(text32, len32, glyphs32); in test_textencodings()
/external/skia/src/core/
DSkPaint.cpp584 const int32_t* text32 = (const int32_t*)text; in textToGlyphs() local
586 while (text32 < stop32) { in textToGlyphs()
587 *gptr++ = cache->unicharToGlyph(*text32++); in textToGlyphs()
/external/chromium_org/third_party/skia/src/core/
DSkPaint.cpp552 const int32_t* text32 = (const int32_t*)text; in textToGlyphs() local
554 while (text32 < stop32) { in textToGlyphs()
555 *gptr++ = cache->unicharToGlyph(*text32++); in textToGlyphs()