Lines Matching refs:perEmpty
338 PerEmptyT&& perEmpty, PerPathT&& perPath, ARGBFallback&& argbFallback) { in drawGlyphRunAsPathWithARGBFallback() argument
348 perEmpty(glyph, glyphPos); in drawGlyphRunAsPathWithARGBFallback()
353 perEmpty(glyph, glyphPos); in drawGlyphRunAsPathWithARGBFallback()
436 PerEmptyT&& perEmpty, PerSDFT&& perSDF, PerPathT&& perPath, ARGBFallback&& argbFallback) { in drawGlyphRunAsSDFWithARGBFallback() argument
446 perEmpty(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback()
453 perEmpty(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback()
459 perEmpty(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback()
774 auto perEmpty = [](const SkGlyph&, SkPoint) {}; in generateFromGlyphRunList() local
796 std::move(perEmpty), std::move(perSDF), std::move(perPath), in generateFromGlyphRunList()
815 auto perEmpty = [](const SkGlyph&, SkPoint) {}; in generateFromGlyphRunList() local
830 std::move(perEmpty), std::move(perPath), std::move(argbFallback)); in generateFromGlyphRunList()
1024 auto perEmpty = [glyphCacheState] (const SkGlyph& glyph, SkPoint mappedPt) { in processGlyphRunForPaths() local
1037 std::move(perEmpty), std::move(perPath), std::move(argbFallback)); in processGlyphRunForPaths()
1077 auto perEmpty = [sdfCache] (const SkGlyph& glyph, SkPoint mappedPt) { in maybeProcessGlyphRunForDFT() local
1093 std::move(perEmpty), std::move(perSDF), std::move(perPath), in maybeProcessGlyphRunForDFT()