Home
last modified time | relevance | path

Searched refs:effectiveLeftAlpha (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkBlitter.cpp686 SkAlpha effectiveLeftAlpha = (r.fLeft == x) ? leftAlpha : 255; in blitAntiRect() local
690 if (255 == effectiveLeftAlpha && 255 == effectiveRightAlpha) { in blitAntiRect()
695 effectiveLeftAlpha); in blitAntiRect()
703 effectiveLeftAlpha, effectiveRightAlpha); in blitAntiRect()
/external/skqp/src/core/
DSkBlitter.cpp685 SkAlpha effectiveLeftAlpha = (r.fLeft == x) ? leftAlpha : 255; in blitAntiRect() local
689 if (255 == effectiveLeftAlpha && 255 == effectiveRightAlpha) { in blitAntiRect()
694 effectiveLeftAlpha); in blitAntiRect()
702 effectiveLeftAlpha, effectiveRightAlpha); in blitAntiRect()