Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter_A8.cpp323 uint8_t* aaExpand = fAAExpand; in blitAntiH() local
343 memset(aaExpand, aa, count); in blitAntiH()
344 mode->xferA8(device, span, count, aaExpand); in blitAntiH()
DSkBlitter_4444.cpp433 uint8_t* SK_RESTRICT aaExpand = fAAExpand; in blitAntiH() local
451 memset(aaExpand, aa, count); in blitAntiH()
452 aaBuffer = aaExpand; in blitAntiH()
DSkBlitter_RGB16.cpp978 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()