Home | History | Annotate | Download | only in core

Lines Matching refs:glyphs

452     fCurrentRunBuffer.glyphs = run->glyphBuffer() + preMergeCount;
490 fCurrentRunBuffer.glyphs = run->glyphBuffer();
624 int GetTextIntercepts(const SkFont& font, const SkPaint* paint, const SkGlyphID glyphs[],
626 SkASSERT(glyphCount == 0 || glyphs != nullptr);
629 SkTextInterceptsIter iter(glyphs, glyphCount, font, paint, bounds, pos0.x(), pos0.y(),
652 const SkGlyphID* glyphs = it.glyphs();
659 font, paint, glyphs, glyphCount, bounds, runIntervals, [loc] (int) {
667 font, paint, glyphs, glyphCount, bounds, runIntervals, [xpos, constY] (int i) {
674 font, paint, glyphs, glyphCount, bounds, runIntervals, [pos] (int i) {
716 buffer.writeByteArray(it.glyphs(), it.glyphCount() * sizeof(uint16_t));
799 if (!buf->glyphs ||
805 if (!reader.readByteArray(buf->glyphs, glyphSize) ||
828 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
829 font.getPos(buffer.glyphs, count, buffer.points(), {0, 0});
839 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
850 font.textToGlyphs(text, byteLength, encoding, buffer.glyphs, count);
861 glyphs, count);
905 SkTextBaseIter::SkTextBaseIter(const SkGlyphID glyphs[], int count, const SkFont& font,
949 fGlyphs = glyphs;
950 fStop = glyphs + count;