Lines Matching full:glyphs
145 SkAutoTArray<SkGlyphID> glyphs(glyphCount);
146 blobPaint.textToGlyphs(text, textLen, glyphs.get());
150 const int widthCount = blobPaint.getTextWidths(glyphs.get(), glyphTextBytes, nullptr);
154 blobPaint.getTextWidths(glyphs.get(), glyphTextBytes, widths.get());
166 memcpy(buf.glyphs, glyphs.get(), SkTo<uint32_t>(defaultRunLen) * sizeof(SkGlyphID));
179 memcpy(buf.glyphs, glyphs.get() + glyphIndex,
191 memcpy(buf.glyphs, glyphs.get() + glyphIndex,