Searched refs:aaExpand (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_A8.cpp | 289 uint8_t* aaExpand = fAAExpand; in blitAntiH() local 306 memset(aaExpand, aa, count); in blitAntiH() 307 mode->xferA8(device, span, count, aaExpand); in blitAntiH()
|
D | SkBlitter_RGB16.cpp | 842 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()
|