Searched refs:text32 (Results 1 – 4 of 4) sorted by relevance
47 int32_t text32[sizeof(text8)]; in test_textencodings() local54 text32[i] = text16[i] = text8[i]; in test_textencodings()70 int count32 = paint.textToGlyphs(text32, len32, glyphs32); in test_textencodings()
584 const int32_t* text32 = (const int32_t*)text; in textToGlyphs() local586 while (text32 < stop32) { in textToGlyphs()587 *gptr++ = cache->unicharToGlyph(*text32++); in textToGlyphs()
552 const int32_t* text32 = (const int32_t*)text; in textToGlyphs() local554 while (text32 < stop32) { in textToGlyphs()555 *gptr++ = cache->unicharToGlyph(*text32++); in textToGlyphs()