HomeSort by relevance Sort by last modified time
    Searched refs:filterMask (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/skia/include/effects/
SkStippleMaskFilter.h 22 virtual bool filterMask(SkMask* dst, const SkMask& src,
SkEmbossMaskFilter.h 32 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
SkTableMaskFilter.h 49 virtual bool filterMask(SkMask*, const SkMask&, const SkMatrix&,
  /external/skia/include/effects/
SkStippleMaskFilter.h 22 virtual bool filterMask(SkMask* dst, const SkMask& src,
SkEmbossMaskFilter.h 32 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
SkTableMaskFilter.h 49 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/src/core/
SkRasterizer.cpp 27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
SkMaskFilter.cpp 23 bool SkMaskFilter::filterMask(SkMask*, const SkMask&, const SkMatrix&,
266 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
345 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
SkScalerContext.cpp 387 if (fMaskFilter->filterMask(&dst, src, matrix, NULL)) {
766 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) {
    [all...]
SkBitmap.cpp     [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkStippleMaskFilter.cpp 11 bool SkStippleMaskFilter::filterMask(SkMask* dst,
SkEmbossMaskFilter.cpp 77 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src,
SkTableMaskFilter.cpp 27 bool SkTableMaskFilter::filterMask(SkMask* dst, const SkMask& src,
SkBlurMaskFilter.cpp 41 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
156 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src,
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)) {
    [all...]
  /external/skia/src/core/
SkRasterizer.cpp 27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
SkMaskFilter.cpp 23 bool SkMaskFilter::filterMask(SkMask*, const SkMask&, const SkMatrix&,
266 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
345 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
SkScalerContext.cpp 387 if (fMaskFilter->filterMask(&dst, src, matrix, NULL)) {
766 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) {
    [all...]
SkBitmap.cpp     [all...]
  /external/skia/src/effects/
SkStippleMaskFilter.cpp 11 bool SkStippleMaskFilter::filterMask(SkMask* dst,
SkEmbossMaskFilter.cpp 77 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src,
SkTableMaskFilter.cpp 27 bool SkTableMaskFilter::filterMask(SkMask* dst, const SkMask& src,
SkBlurMaskFilter.cpp 41 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
156 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src,
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)) {
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkMaskFilter.h 34 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/skia/include/core/
SkMaskFilter.h 34 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.

Completed in 702 milliseconds

1 2 3 4 5