Lines Matching refs:srcM
1283 SkMask srcM, dstM; in extractAlpha() local
1285 srcM.fBounds.set(0, 0, this->width(), this->height()); in extractAlpha()
1286 srcM.fRowBytes = SkAlign4(this->width()); in extractAlpha()
1287 srcM.fFormat = SkMask::kA8_Format; in extractAlpha()
1294 srcM.fImage = NULL; in extractAlpha()
1295 if (!filter->filterMask(&dstM, srcM, identity, NULL)) { in extractAlpha()
1302 srcM.fRowBytes); in extractAlpha()
1309 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes); in extractAlpha()
1317 SkAutoMaskImage srcCleanup(&srcM, true); in extractAlpha()
1319 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes); in extractAlpha()
1320 if (!filter->filterMask(&dstM, srcM, identity, NULL)) { in extractAlpha()