HomeSort by relevance Sort by last modified time
    Searched refs:aaExpand (Results 1 - 6 of 6) sorted by null

  /external/skia/legacy/src/core/
SkBlitter_A8.cpp 287 uint8_t* aaExpand = fAAExpand;
304 memset(aaExpand, aa, count);
305 mode->xferA8(device, span, count, aaExpand);
SkBlitter_4444.cpp 408 uint8_t* SK_RESTRICT aaExpand = fAAExpand;
427 memset(aaExpand, aa, count);
428 aaBuffer = aaExpand;
SkBlitter_RGB16.cpp     [all...]
  /external/skia/src/core/
SkBlitter_A8.cpp 287 uint8_t* aaExpand = fAAExpand;
304 memset(aaExpand, aa, count);
305 mode->xferA8(device, span, count, aaExpand);
SkBlitter_4444.cpp 408 uint8_t* SK_RESTRICT aaExpand = fAAExpand;
427 memset(aaExpand, aa, count);
428 aaBuffer = aaExpand;
SkBlitter_RGB16.cpp     [all...]

Completed in 683 milliseconds