Searched refs:aaExpand (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_A8.cpp | 323 uint8_t* aaExpand = fAAExpand; in blitAntiH() local 343 memset(aaExpand, aa, count); in blitAntiH() 344 mode->xferA8(device, span, count, aaExpand); in blitAntiH()
|
D | SkBlitter_4444.cpp | 433 uint8_t* SK_RESTRICT aaExpand = fAAExpand; in blitAntiH() local 451 memset(aaExpand, aa, count); in blitAntiH() 452 aaBuffer = aaExpand; in blitAntiH()
|
D | SkBlitter_RGB16.cpp | 978 uint8_t* SK_RESTRICT aaExpand = fAAExpand; in blitAntiH() local 1008 memset(aaExpand, aa, count); in blitAntiH() 1009 mode->xfer16(device, localSpan, count, aaExpand); in blitAntiH()
|