HomeSort by relevance Sort by last modified time
    Searched defs:dstM (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkRasterizer.cpp 22 SkMask srcM, dstM;
27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
SkMaskFilter.cpp 257 SkMask srcM, dstM;
266 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
269 SkAutoMaskFreeImage autoDst(dstM.fImage);
275 SkRegion::Cliperator clipper(wrapper.getRgn(), dstM.fBounds);
280 blitter->blitMask(dstM, cr);
337 SkMask srcM, dstM;
345 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
346 dst->set(dstM.fBounds);
SkScalerContext.cpp 570 SkMask srcM, dstM;
592 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) {
593 int width = SkFastMin32(origGlyph.fWidth, dstM.fBounds.width());
594 int height = SkFastMin32(origGlyph.fHeight, dstM.fBounds.height());
596 int srcRB = dstM.fRowBytes;
598 const uint8_t* src = (const uint8_t*)dstM.fImage;
601 if (SkMask::k3D_Format == dstM.fFormat) {
606 // clean out our glyph, since it may be larger than dstM
614 SkMask::FreeImage(dstM.fImage);
SkBitmap.cpp     [all...]
SkDraw.cpp 881 SkMask dstM;
883 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) {
884 mask = &dstM;
886 dstM.fImage = NULL;
888 SkAutoMaskFreeImage ami(dstM.fImage);
    [all...]
  /external/skia/src/core/
SkRasterizer.cpp 22 SkMask srcM, dstM;
27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
SkMaskFilter.cpp 257 SkMask srcM, dstM;
266 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
269 SkAutoMaskFreeImage autoDst(dstM.fImage);
275 SkRegion::Cliperator clipper(wrapper.getRgn(), dstM.fBounds);
280 blitter->blitMask(dstM, cr);
337 SkMask srcM, dstM;
345 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
346 dst->set(dstM.fBounds);
SkScalerContext.cpp 744 SkMask srcM, dstM;
766 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) {
767 int width = SkFastMin32(origGlyph.fWidth, dstM.fBounds.width());
768 int height = SkFastMin32(origGlyph.fHeight, dstM.fBounds.height());
770 int srcRB = dstM.fRowBytes;
772 const uint8_t* src = (const uint8_t*)dstM.fImage;
775 if (SkMask::k3D_Format == dstM.fFormat) {
780 // clean out our glyph, since it may be larger than dstM
788 SkMask::FreeImage(dstM.fImage);
    [all...]
SkBitmap.cpp     [all...]
SkDraw.cpp 875 SkMask dstM;
877 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) {
878 mask = &dstM;
880 dstM.fImage = NULL;
882 SkAutoMaskFreeImage ami(dstM.fImage);
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp 81 bool filterRectMask(SkMask* dstM, const SkRect& r, const SkMatrix& matrix,
83 bool filterRRectMask(SkMask* dstM, const SkRRect& r, const SkMatrix& matrix,
309 SkMask srcM, dstM;
319 filterResult = this->filterRRectMask(&dstM, rrect, matrix, &margin,
324 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
391 patch->fOuterRect = dstM.fBounds;
421 SkMask srcM, dstM;
431 filterResult = this->filterRectMask(&dstM, rects[0], matrix, &margin,
434 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
453 * with our outer-rect (dstM.fBounds
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 599 SkMask srcM, dstM;
607 if (!filter->filterMask(&dstM, srcM, context->getMatrix(), NULL)) {
610 // this will free-up dstM when we're done (allocated in filterMask())
611 SkAutoMaskFreeImage autoDst(dstM.fImage);
613 if (clip.quickReject(dstM.fBounds)) {
617 // we now have a device-aligned 8bit mask in dstM, ready to be drawn using
620 desc.fWidth = dstM.fBounds.width();
621 desc.fHeight = dstM.fBounds.height();
631 dstM.fImage, dstM.fRowBytes)
    [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 80 bool filterRectMask(SkMask* dstM, const SkRect& r, const SkMatrix& matrix,
82 bool filterRRectMask(SkMask* dstM, const SkRRect& r, const SkMatrix& matrix,
306 SkMask srcM, dstM;
316 filterResult = this->filterRRectMask(&dstM, rrect, matrix, &margin,
321 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
388 patch->fOuterRect = dstM.fBounds;
418 SkMask srcM, dstM;
428 filterResult = this->filterRectMask(&dstM, rects[0], matrix, &margin,
431 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
450 * with our outer-rect (dstM.fBounds
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 631 SkMask srcM, dstM;
639 if (!filter->filterMask(&dstM, srcM, context->getMatrix(), NULL)) {
642 // this will free-up dstM when we're done (allocated in filterMask())
643 SkAutoMaskFreeImage autoDst(dstM.fImage);
645 if (clip.quickReject(dstM.fBounds)) {
649 // we now have a device-aligned 8bit mask in dstM, ready to be drawn using
652 desc.fWidth = dstM.fBounds.width();
653 desc.fHeight = dstM.fBounds.height();
663 dstM.fImage, dstM.fRowBytes)
    [all...]

Completed in 648 milliseconds