HomeSort by relevance Sort by last modified time
    Searched refs:srcM (Results 1 - 10 of 10) sorted by null

  /external/skia/src/core/
SkMaskFilter.cpp 25 SkMask srcM, dstM;
27 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
31 SkAutoMaskFreeImage autoSrc(srcM.fImage);
33 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
60 SkMask srcM, dstM;
62 srcM.fImage = NULL;
63 src.roundOut(&srcM.fBounds);
64 srcM.fRowBytes = 0;
65 srcM.fFormat = SkMask::kA8_Format;
68 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin))
    [all...]
SkRasterizer.cpp 25 SkMask srcM, dstM;
27 srcM.fFormat = SkMask::kA8_Format;
28 srcM.fBounds.set(0, 0, 1, 1);
29 srcM.fImage = NULL;
30 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
SkBitmap.cpp     [all...]
SkDraw.cpp 801 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const {
802 if (srcM.fBounds.isEmpty()) {
806 const SkMask* mask = &srcM;
810 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) {
    [all...]
SkScalerContext.cpp 547 SkMask srcM, dstM;
552 glyph->toMask(&srcM);
555 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) {
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
MSTo2i_Sat_16x16.c 28 void MSTo2i_Sat_16x16(const LVM_INT16 *srcM,
39 mVal=(LVM_INT32)*srcM;
40 srcM++;
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
VectorArithmetic.h 139 void MSTo2i_Sat_16x16( const LVM_INT16 *srcM,
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 351 Module *DstM, *SrcM;
380 ModuleLinker(Module *dstM, Module *srcM, unsigned mode)
381 : DstM(dstM), SrcM(srcM), Mode(mode) { }
571 for (Module::global_iterator I = SrcM->global_begin(),
572 E = SrcM->global_end(); I != E; ++I) {
588 for (Module::iterator I = SrcM->begin(), E = SrcM->end(); I != E; ++I) {
598 SrcM->findUsedStructTypes(SrcStructTypes);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c     [all...]

Completed in 474 milliseconds