/external/skia/src/core/ |
D | SkRasterizer.cpp | 33 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()
|
D | SkMaskFilter.cpp | 33 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()
|
D | SkBitmap.cpp | 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() [all …]
|
D | SkScalerContext.cpp | 461 SkMask srcM, dstM; in getImage() local 466 glyph->toMask(&srcM); in getImage() 469 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) { in getImage()
|
D | SkDraw.cpp | 790 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/ |
D | SkGpuDevice.cpp | 727 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/ |
D | LinkModules.cpp | 339 ModuleLinker(Module *dstM, Module *srcM) : DstM(dstM), SrcM(srcM) { } in ModuleLinker() argument
|
/external/valgrind/main/VEX/priv/ |
D | guest_arm_toIR.c | 8370 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()
|