/external/chromium_org/third_party/skia/include/effects/ |
SkStippleMaskFilter.h | 21 virtual bool filterMask(SkMask* dst, const SkMask& src,
|
SkEmbossMaskFilter.h | 35 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
|
SkKernel33MaskFilter.h | 21 virtual bool filterMask(SkMask*, const SkMask&, const SkMatrix&,
|
SkTableMaskFilter.h | 47 virtual bool filterMask(SkMask*, const SkMask&, const SkMatrix&,
|
/external/skia/include/effects/ |
SkStippleMaskFilter.h | 21 virtual bool filterMask(SkMask* dst, const SkMask& src,
|
SkEmbossMaskFilter.h | 35 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
|
SkKernel33MaskFilter.h | 21 virtual bool filterMask(SkMask*, const SkMask&, const SkMatrix&,
|
SkTableMaskFilter.h | 47 virtual bool filterMask(SkMask*, const SkMask&, const SkMatrix&,
|
/frameworks/wilhelm/src/itf/ |
IMetadataExtraction.c | 148 const SLchar *pValueLangCountry, SLuint32 valueEncoding, SLuint8 filterMask) 152 if (NULL == pKey || NULL == pValueLangCountry || (filterMask & ~(SL_METADATA_FILTER_KEY | 163 thiz->mFilterMask = filterMask;
|
/external/chromium_org/third_party/skia/include/core/ |
SkMaskFilter.h | 32 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&, 123 * The default impl calls filterMask with the src mask having no image, 151 * kFalse_FilterReturn. If the normal filterMask() entry-point should be 177 and then call filterMask(). If this returns true, the specified blitter will be called 178 to render that mask. Returns false if filterMask() returned false. 186 mask and then call filterMask(). If this returns true, the specified blitter will be called 187 to render that mask. Returns false if filterMask() returned false.
|
/external/chromium_org/third_party/skia/src/core/ |
SkRasterizer.cpp | 27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
|
SkMaskFilter.cpp | 24 bool SkMaskFilter::filterMask(SkMask*, const SkMask&, const SkMatrix&, 266 if (!this->filterMask(&dstM, srcM, matrix, NULL)) { 380 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
|
/external/chromium_org/third_party/skia/src/effects/ |
SkStippleMaskFilter.cpp | 11 bool SkStippleMaskFilter::filterMask(SkMask* dst,
|
SkBlurMaskFilter.cpp | 32 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&, 139 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, 288 if (!this->filterMask(&dstM, srcM, matrix, &margin)) { 338 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) { 391 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); 440 // so we ask to have our normal filterMask() be called. 461 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
|
SkEmbossMaskFilter.cpp | 81 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src,
|
SkKernel33MaskFilter.cpp | 17 bool SkKernel33ProcMaskFilter::filterMask(SkMask* dst, const SkMask& src,
|
SkTableMaskFilter.cpp | 26 bool SkTableMaskFilter::filterMask(SkMask* dst, const SkMask& src,
|
/external/skia/include/core/ |
SkMaskFilter.h | 32 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&, 123 * The default impl calls filterMask with the src mask having no image, 151 * kFalse_FilterReturn. If the normal filterMask() entry-point should be 177 and then call filterMask(). If this returns true, the specified blitter will be called 178 to render that mask. Returns false if filterMask() returned false. 186 mask and then call filterMask(). If this returns true, the specified blitter will be called 187 to render that mask. Returns false if filterMask() returned false.
|
/external/skia/src/core/ |
SkRasterizer.cpp | 27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
|
SkMaskFilter.cpp | 24 bool SkMaskFilter::filterMask(SkMask*, const SkMask&, const SkMatrix&, 266 if (!this->filterMask(&dstM, srcM, matrix, NULL)) { 380 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
|
/external/skia/src/effects/ |
SkStippleMaskFilter.cpp | 11 bool SkStippleMaskFilter::filterMask(SkMask* dst,
|
SkBlurMaskFilter.cpp | 32 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&, 139 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, 288 if (!this->filterMask(&dstM, srcM, matrix, &margin)) { 338 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) { 391 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); 440 // so we ask to have our normal filterMask() be called. 461 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
|
SkEmbossMaskFilter.cpp | 81 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src,
|
SkKernel33MaskFilter.cpp | 17 bool SkKernel33ProcMaskFilter::filterMask(SkMask* dst, const SkMask& src,
|
SkTableMaskFilter.cpp | 26 bool SkTableMaskFilter::filterMask(SkMask* dst, const SkMask& src,
|