Lines Matching defs:glyphs
37 it.font().getBounds(it.glyphs(), it.glyphCount(), glyphBounds.get(), nullptr);
141 // All glyphs are pending in a single blob.
257 const SkGlyphID* glyphs,
274 // is exactly the same as AE. E.g. are 'acute' glyphs anchored separately for fonts
277 fFont.getWidths(glyphs, SkToInt(rec.fGlyphCount), fAdvanceBuffer.data());
280 // In fragmented mode we immediately push the glyphs to fResult,
285 blob_buffer.glyphs[0] = glyphs[i];
299 fResult.fMissingGlyphCount += (glyphs[i] == kMissingGlyphID);
304 const SkGlyphID* glyphs,
308 // In consolidated mode we just accumulate glyphs to the blob builder, then push
313 blob_buffer.glyphs[i] = glyphs[i];
314 fResult.fMissingGlyphCount += (glyphs[i] == kMissingGlyphID);