Searched refs:perEmpty (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 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 [all …]
|
D | SkGlyphRunPainter.h | 108 PerEmptyT&& perEmpty, PerPath&& perPath, ARGBFallback&& fallbackARGB); 114 PerEmptyT&& perEmpty, PerSDFT&& perSDF, PerPathT&& perPath, ARGBFallback&& perFallback);
|