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

  /external/chromium_org/third_party/skia/src/core/
SkRasterizer.cpp 22 SkMask srcM, dstM;
24 srcM.fFormat = SkMask::kA8_Format;
25 srcM.fBounds.set(0, 0, 1, 1);
26 srcM.fImage = NULL;
27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
SkMaskFilter.cpp 257 SkMask srcM, dstM;
259 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
264 SkAutoMaskFreeImage autoSrc(srcM.fImage);
266 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
372 SkMask srcM, dstM;
374 srcM.fImage = NULL;
375 src.roundOut(&srcM.fBounds);
376 srcM.fRowBytes = 0;
377 srcM.fFormat = SkMask::kA8_Format;
380 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin))
    [all...]
SkScalerContext.cpp 744 SkMask srcM, dstM;
751 glyph->toMask(&srcM);
752 if (SkMask::kARGB32_Format == srcM.fFormat) {
754 // and copy it into a temp buffer, and then point srcM at that temp.
755 srcM.fFormat = SkMask::kA8_Format;
756 srcM.fRowBytes = SkAlign4(srcM.fBounds.width());
757 size_t size = srcM.computeImageSize();
759 srcM.fImage = (uint8_t*)a8storage.get();
760 extract_alpha(srcM,
    [all...]
SkBitmap.cpp     [all...]
SkDraw.cpp 930 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const {
931 if (srcM.fBounds.isEmpty()) {
935 const SkMask* mask = &srcM;
939 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) {
    [all...]
  /external/skia/src/core/
SkRasterizer.cpp 22 SkMask srcM, dstM;
24 srcM.fFormat = SkMask::kA8_Format;
25 srcM.fBounds.set(0, 0, 1, 1);
26 srcM.fImage = NULL;
27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
SkMaskFilter.cpp 257 SkMask srcM, dstM;
259 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
264 SkAutoMaskFreeImage autoSrc(srcM.fImage);
266 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
372 SkMask srcM, dstM;
374 srcM.fImage = NULL;
375 src.roundOut(&srcM.fBounds);
376 srcM.fRowBytes = 0;
377 srcM.fFormat = SkMask::kA8_Format;
380 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin))
    [all...]
SkScalerContext.cpp 744 SkMask srcM, dstM;
751 glyph->toMask(&srcM);
752 if (SkMask::kARGB32_Format == srcM.fFormat) {
754 // and copy it into a temp buffer, and then point srcM at that temp.
755 srcM.fFormat = SkMask::kA8_Format;
756 srcM.fRowBytes = SkAlign4(srcM.fBounds.width());
757 size_t size = srcM.computeImageSize();
759 srcM.fImage = (uint8_t*)a8storage.get();
760 extract_alpha(srcM,
    [all...]
SkBitmap.cpp     [all...]
SkDraw.cpp 930 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const {
931 if (srcM.fBounds.isEmpty()) {
935 const SkMask* mask = &srcM;
939 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) {
    [all...]
  /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++;
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp 282 SkMask srcM, dstM;
283 rrect.rect().roundOut(&srcM.fBounds);
284 srcM.fImage = NULL;
285 srcM.fFormat = SkMask::kA8_Format;
286 srcM.fRowBytes = 0;
288 if (!this->filterMask(&dstM, srcM, matrix, &margin)) {
332 if (!draw_rrect_into_mask(smallRR, &srcM)) {
336 SkAutoMaskFreeImage amf(srcM.fImage);
338 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
378 SkMask srcM, dstM
    [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 282 SkMask srcM, dstM;
283 rrect.rect().roundOut(&srcM.fBounds);
284 srcM.fImage = NULL;
285 srcM.fFormat = SkMask::kA8_Format;
286 srcM.fRowBytes = 0;
288 if (!this->filterMask(&dstM, srcM, matrix, &margin)) {
332 if (!draw_rrect_into_mask(smallRR, &srcM)) {
336 SkAutoMaskFreeImage amf(srcM.fImage);
338 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
378 SkMask srcM, dstM
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
VectorArithmetic.h 139 void MSTo2i_Sat_16x16( const LVM_INT16 *srcM,
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 757 SkMask srcM, dstM;
759 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), filter, &context->getMatrix(), &srcM,
763 SkAutoMaskFreeImage autoSrc(srcM.fImage);
765 if (!filter->filterMask(&dstM, srcM, context->getMatrix(), NULL)) {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 757 SkMask srcM, dstM;
759 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), filter, &context->getMatrix(), &srcM,
763 SkAutoMaskFreeImage autoSrc(srcM.fImage);
765 if (!filter->filterMask(&dstM, srcM, context->getMatrix(), NULL)) {
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 380 Module *DstM, *SrcM;
410 ModuleLinker(Module *dstM, TypeSet &Set, Module *srcM, unsigned mode)
411 : DstM(dstM), SrcM(srcM), TypeMap(Set),
610 for (Module::global_iterator I = SrcM->global_begin(),
611 E = SrcM->global_end(); I != E; ++I) {
627 for (Module::iterator I = SrcM->begin(), E = SrcM->end(); I != E; ++I) {
637 SrcStructTypes.run(*SrcM, true);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c     [all...]

Completed in 615 milliseconds