Lines Matching refs:clusters
26 SkSpan<const uint32_t> clusters) in SkGlyphRun() argument
30 , fClusters{clusters}
193 auto clusters = SkSpan<const uint32_t>(it.clusters(), runSize); in drawTextBlob() local
200 it.font(), glyphIDs, offset, positions, text, clusters); in drawTextBlob()
206 it.font(), glyphIDs, it.pos(), constY, positions, text, clusters); in drawTextBlob()
211 it.font(), glyphIDs, (const SkPoint*)it.pos(), text, clusters); in drawTextBlob()
280 SkSpan<const uint32_t> clusters) { in makeGlyphRun() argument
289 clusters); in makeGlyphRun()
304 SkSpan<const char> text, SkSpan<const uint32_t> clusters) { in simplifyDrawText() argument
328 clusters); in simplifyDrawText()
335 SkSpan<const char> text, SkSpan<const uint32_t> clusters) { in simplifyDrawPosTextH() argument
342 simplifyDrawPosText(font, glyphIDs, positions, text, clusters); in simplifyDrawPosTextH()
348 SkSpan<const char> text, SkSpan<const uint32_t> clusters) { in simplifyDrawPosText() argument
356 clusters); in simplifyDrawPosText()