Searched refs:filterMask (Results 1 - 25 of 30) sorted by relevance

12

/external/skia/include/effects/
H A DSkStippleMaskFilter.h22 virtual bool filterMask(SkMask* dst, const SkMask& src,
H A DSkEmbossMaskFilter.h32 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
H A DSkTableMaskFilter.h49 virtual bool filterMask(SkMask*, const SkMask&, const SkMatrix&,
/external/chromium_org/third_party/skia/include/effects/
H A DSkEmbossMaskFilter.h32 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
H A DSkTableMaskFilter.h49 virtual bool filterMask(SkMask*, const SkMask&, const SkMatrix&,
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterizer.cpp27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
H A DSkMaskFilter.cpp23 bool SkMaskFilter::filterMask(SkMask*, const SkMask&, const SkMatrix&, function in class:SkMaskFilter
266 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
345 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
H A DSkScalerContext.cpp213 if (fMaskFilter->filterMask(&dst, src, matrix, NULL)) {
592 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) {
H A DSkBitmap.cpp1109 if (!filter->filterMask(&dstM, srcM, identity, NULL)) {
1133 if (!filter->filterMask(&dstM, srcM, identity, NULL)) {
H A DSkDraw.cpp883 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) {
2311 if (!filter->filterMask(&dstM, srcM, *filterMatrix, &margin)) {
/external/skia/src/core/
H A DSkRasterizer.cpp27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
H A DSkMaskFilter.cpp23 bool SkMaskFilter::filterMask(SkMask*, const SkMask&, const SkMatrix&, function in class:SkMaskFilter
266 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
345 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
H A DSkScalerContext.cpp387 if (fMaskFilter->filterMask(&dst, src, matrix, NULL)) {
766 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) {
H A DSkBitmap.cpp1164 if (!filter->filterMask(&dstM, srcM, identity, NULL)) {
1188 if (!filter->filterMask(&dstM, srcM, identity, NULL)) {
H A DSkDraw.cpp877 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) {
2300 if (!filter->filterMask(&dstM, srcM, *filterMatrix, &margin)) {
/external/skia/src/effects/
H A DSkStippleMaskFilter.cpp11 bool SkStippleMaskFilter::filterMask(SkMask* dst, function in class:SkStippleMaskFilter
H A DSkEmbossMaskFilter.cpp77 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src, function in class:SkEmbossMaskFilter
H A DSkTableMaskFilter.cpp27 bool SkTableMaskFilter::filterMask(SkMask* dst, const SkMask& src, function in class:SkTableMaskFilter
H A DSkBlurMaskFilter.cpp41 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
156 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, function in class:SkBlurMaskFilterImpl
321 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
382 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
431 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
480 // so we ask to have our normal filterMask() be called.
501 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
/external/chromium_org/third_party/skia/include/core/
H A DSkMaskFilter.h34 filter, calling its filterMask() method. If this returns true, then the
44 when its filterMask() method is called.
61 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
134 * The default impl calls filterMask with the src mask having no image,
177 * kFalse_FilterReturn. If the normal filterMask() entry-point should be
203 and then call filterMask(). If this returns true, the specified blitter will be called
204 to render that mask. Returns false if filterMask() returned false.
211 mask and then call filterMask(). If this returns true, the specified blitter will be called
212 to render that mask. Returns false if filterMask() returned false.
/external/skia/include/core/
H A DSkMaskFilter.h34 filter, calling its filterMask() method. If this returns true, then the
44 when its filterMask() method is called.
61 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
136 * The default impl calls filterMask with the src mask having no image,
177 * kFalse_FilterReturn. If the normal filterMask() entry-point should be
203 and then call filterMask(). If this returns true, the specified blitter will be called
204 to render that mask. Returns false if filterMask() returned false.
211 mask and then call filterMask(). If this returns true, the specified blitter will be called
212 to render that mask. Returns false if filterMask() returned false.
/external/chromium_org/third_party/skia/src/effects/
H A DSkEmbossMaskFilter.cpp77 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src, function in class:SkEmbossMaskFilter
H A DSkTableMaskFilter.cpp27 bool SkTableMaskFilter::filterMask(SkMask* dst, const SkMask& src, function in class:SkTableMaskFilter
H A DSkBlurMaskFilter.cpp42 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
159 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, function in class:SkBlurMaskFilterImpl
324 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
385 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
434 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
483 // so we ask to have our normal filterMask() be called.
504 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1622 filter->filterMask(&filteredMask, *mask, *d.fMatrix, NULL)) {
1668 if (filter->filterMask(&filteredMask,

Completed in 143 milliseconds

12