Lines Matching defs:glyphs
464 fCurrentRunBuffer.glyphs = run->glyphBuffer() + preMergeCount;
502 fCurrentRunBuffer.glyphs = run->glyphBuffer();
676 buffer.writeByteArray(it.glyphs(), it.glyphCount() * sizeof(uint16_t));
754 if (!buf->glyphs ||
760 if (!reader.readByteArray(buf->glyphs, glyphSize) ||
786 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
787 font.getPos(buffer.glyphs, count, buffer.points(), {0, 0});
800 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
814 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
828 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
907 for (const SkGlyph* glyph : metricsAndPaths.glyphs(glyphRun.glyphsIDs())) {
948 std::vector<SkScalar> SkFont::getIntercepts(const SkGlyphID glyphs[], int count,
959 {positions, size_t(count)}, {glyphs, size_t(count)},
1003 rec->glyphs = fRunRecord->glyphBuffer();
1024 auto glyphIDs = it.glyphs();