Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter_A8.cpp285 uint8_t* aaExpand = fAAExpand; in blitAntiH() local
302 memset(aaExpand, aa, count); in blitAntiH()
303 mode->xferA8(device, span, count, aaExpand); in blitAntiH()
DSkBlitter_RGB16.cpp831 uint8_t* SK_RESTRICT aaExpand = fAAExpand; in blitAntiH() local
861 memset(aaExpand, aa, count); in blitAntiH()
862 mode->xfer16(device, localSpan, count, aaExpand); in blitAntiH()