Home | History | Annotate | Download | only in core

Lines Matching defs:srcM

537 srcM, dstM;
539 srcM.fBounds.set(0, 0, this->width(), this->height());
540 srcM.fRowBytes = SkAlign4(this->width());
541 srcM.fFormat = SkMask::kA8_Format;
548 if (!as_MFB(filter)->filterMask(&dstM, srcM, identity, nullptr)) {
554 tmpBitmap.setInfo(SkImageInfo::MakeA8(this->width(), this->height()), srcM.fRowBytes);
561 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes);
568 srcM.fImage = SkMask::AllocImage(srcM.computeImageSize());
569 SkAutoMaskFreeImage srcCleanup(srcM.fImage);
571 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes);
572 if (!as_MFB(filter)->filterMask(&dstM, srcM, identity, nullptr)) {