Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter_A8.cpp289 uint8_t* aaExpand = fAAExpand; in blitAntiH() local
306 memset(aaExpand, aa, count); in blitAntiH()
307 mode->xferA8(device, span, count, aaExpand); in blitAntiH()
DSkBlitter_RGB16.cpp842 uint8_t* SK_RESTRICT aaExpand = fAAExpand; in blitAntiH() local
872 memset(aaExpand, aa, count); in blitAntiH()
873 mode->xfer16(device, localSpan, count, aaExpand); in blitAntiH()