Lines Matching full:glyphs
108 // | SkTextBlob | RunRecord | Glyphs[] | Pos[] | RunRecord | Glyphs[] | Pos[] | ...
117 // ... | RunRecord | Glyphs[] | Pos[] | TextSize | Clusters[] | Text[] | ...
170 // Glyphs are stored immediately following the record.
373 const uint16_t* SkTextBlobRunIterator::glyphs() const {
616 fCurrentRunBuffer.glyphs = run->glyphBuffer() + preMergeCount;
654 fCurrentRunBuffer.glyphs = run->glyphBuffer();
777 buffer.writeByteArray(it.glyphs(), it.glyphCount() * sizeof(uint16_t));
841 if (!buf->glyphs ||
847 if (!reader.readByteArray(buf->glyphs, glyphCount * sizeof(uint16_t)) ||