Lines Matching refs:perPath
338 PerEmptyT&& perEmpty, PerPathT&& perPath, ARGBFallback&& argbFallback) { in drawGlyphRunAsPathWithARGBFallback() argument
351 perPath(glyph, glyphPos); in drawGlyphRunAsPathWithARGBFallback()
436 PerEmptyT&& perEmpty, PerSDFT&& perSDF, PerPathT&& perPath, ARGBFallback&& argbFallback) { in drawGlyphRunAsSDFWithARGBFallback() argument
457 perPath(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback()
782 auto perPath = in generateFromGlyphRunList() local
796 std::move(perEmpty), std::move(perSDF), std::move(perPath), in generateFromGlyphRunList()
818 auto perPath = [textScale, run] in generateFromGlyphRunList() local
830 std::move(perEmpty), std::move(perPath), std::move(argbFallback)); in generateFromGlyphRunList()
1028 auto perPath = [glyphCacheState](const SkGlyph& glyph, SkPoint position) { in processGlyphRunForPaths() local
1037 std::move(perEmpty), std::move(perPath), std::move(argbFallback)); in processGlyphRunForPaths()
1086 auto perPath = [sdfCache] (const SkGlyph& glyph, SkPoint position) { in maybeProcessGlyphRunForDFT() local
1093 std::move(perEmpty), std::move(perSDF), std::move(perPath), in maybeProcessGlyphRunForDFT()