Lines Matching defs:glyphs
51 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(this->glyphsIDs());
53 // No RSXForm data - glyphs x/y aligned.
63 for (auto [pos, glyph] : SkMakeZip(this->positions(), glyphs)) {
70 // RSXForm - glyphs can be any scale or rotation.
73 SkMakeZip(this->positions(), fScaledRotations, glyphs)) {
95 // RSXForm case glyphs can be any scale or rotation.
168 memcpy(buffer.glyphs, glyphIDs.data(), glyphIDs.size_bytes());
178 auto glyphs = storage.glyphs(glyphIDs);
182 for (auto glyph : glyphs) {
220 // If no glyphs or the font is not finite, don't add the run.
225 auto glyphIDs = SkSpan<const SkGlyphID>{it.glyphs(), runSize};