Home | History | Annotate | Download | only in core

Lines Matching full:srcmask

2138 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) {
2139 SkASSERT(SkMask::kBW_Format == srcMask.fFormat);
2142 const int width = srcMask.fBounds.width();
2143 const int height = srcMask.fBounds.height();
2145 const uint8_t* SK_RESTRICT src = (const uint8_t*)srcMask.fImage;
2146 const size_t srcRB = srcMask.fRowBytes;