Lines Matching refs:glyphs
165 font.textToGlyphs(txt, txtLen, kUTF8_SkTextEncoding, buffer.glyphs, glyphCount);
259 REPORTER_ASSERT(reporter, k % 128 == it.glyphs()[k]);
282 rb.glyphs[i] = i;
289 rb.glyphs[i] = i;
296 rb.glyphs[i] = i;
323 SkAutoTMalloc<uint16_t> glyphs(glyphCount);
324 (void)font.textToGlyphs(text1, strlen(text1), kUTF8_SkTextEncoding, glyphs.get(), glyphCount);
328 memcpy(run.glyphs, glyphs.get(), sizeof(uint16_t) * glyphCount);
339 REPORTER_ASSERT(reporter, it.glyphs()[i] == glyphs[i]);
369 (void)font.textToGlyphs(text, strlen(text), kUTF8_SkTextEncoding, buffer.glyphs, glyphCount);