Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter_ARGB32.cpp85 unsigned opaqueMask = fSrcA; // if fSrcA is 0xFF, then we will catch the fast opaque case in blitAntiH() local
95 if ((opaqueMask & aa) == 255) { in blitAntiH()