Home
last modified time | relevance | path

Searched refs:srcM (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkRasterizer.cpp33 SkMask srcM, dstM; in rasterize() local
35 srcM.fFormat = SkMask::kA8_Format; in rasterize()
36 srcM.fBounds.set(0, 0, 1, 1); in rasterize()
37 srcM.fImage = NULL; in rasterize()
38 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) { in rasterize()
DSkMaskFilter.cpp33 SkMask srcM, dstM; in filterPath() local
35 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
40 SkAutoMaskImage autoSrc(&srcM, false); in filterPath()
42 if (!this->filterMask(&dstM, srcM, matrix, NULL)) { in filterPath()
DSkBitmap.cpp1283 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()
[all …]
DSkScalerContext.cpp461 SkMask srcM, dstM; in getImage() local
466 glyph->toMask(&srcM); in getImage()
469 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) { in getImage()
DSkDraw.cpp790 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const { in drawDevMask() argument
791 if (srcM.fBounds.isEmpty()) { in drawDevMask()
796 const SkMask* mask = &srcM; in drawDevMask()
802 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) { in drawDevMask()
2565 SkMask srcM, dstM; in compute_bounds() local
2567 srcM.fBounds = *bounds; in compute_bounds()
2568 srcM.fFormat = SkMask::kA8_Format; in compute_bounds()
2569 srcM.fImage = NULL; in compute_bounds()
2570 if (!filter->filterMask(&dstM, srcM, *filterMatrix, &margin)) { in compute_bounds()
/external/skia/src/gpu/
DSkGpuDevice.cpp727 SkMask srcM, dstM; in drawWithMaskFilter() local
729 if (!SkDraw::DrawToMask(path, &clip.getBounds(), filter, &matrix, &srcM, in drawWithMaskFilter()
734 SkAutoMaskImage autoSrc(&srcM, false); in drawWithMaskFilter()
736 if (!filter->filterMask(&dstM, srcM, matrix, NULL)) { in drawWithMaskFilter()
/external/llvm/lib/Linker/
DLinkModules.cpp339 ModuleLinker(Module *dstM, Module *srcM) : DstM(dstM), SrcM(srcM) { } in ModuleLinker() argument
/external/valgrind/main/VEX/priv/
Dguest_arm_toIR.c8370 IRTemp srcM = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local
8377 assign( srcM, binop(Iop_Sar32, in decode_V6MEDIA_instruction()
8381 assign( res, binop(Iop_Mul32, mkexpr(srcN), mkexpr(srcM)) ); in decode_V6MEDIA_instruction()