Lines Matching defs:auto
91 auto& props = (kN32_SkColorType == fColorType && paint.isSrcOver())
96 for (auto& glyphRun : glyphRunList) {
103 auto [strikeSpec, strikeToSourceScale] =
106 auto strike = strikeSpec.findOrCreateStrike();
124 auto strike = strikeSpec.findOrCreateStrike();
142 auto glyphIDs = fRejects.source().get<0>();
143 auto positions = fRejects.source().get<1>();
148 for (auto [glyph, pos] : SkMakeZip(glyphs, positions)) {
178 auto strike = strikeSpec.findOrCreateStrike();
185 auto variants = fDrawable.drawable().get<0>();
186 for (auto [variant, srcPos] : SkMakeZip(variants, sourcePositions)) {
249 const auto& [strikeSpec, strikeToSourceScale, minScale, maxScale] =
311 auto [strikeSpec, strikeToSourceScale] =
340 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeSourceFallback(
375 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRunList& glyphRunList) -> ScopedBuffers {
383 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRun& glyphRun) -> ScopedBuffers {