Lines Matching defs:glyphs
103 font.setSize(48); // draw big glyphs to really stress the atlas
139 memcpy(run.glyphs, text.get(), maxTotalText * sizeof(uint16_t));
245 SkGlyphID glyphs[maxGlyphLen];
247 font.textToGlyphs(text, sizeof(text), SkTextEncoding::kUTF8, glyphs, maxGlyphLen);
252 runBuffer.glyphs[i] = glyphs[i];
278 std::unique_ptr<SkGlyphID[]> glyphs{new SkGlyphID[maxGlyphLen]};
281 text.get(), mallocSize, SkTextEncoding::kUTF8, glyphs.get(), maxGlyphLen);
285 runBuffer.glyphs[i] = glyphs[i];