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

  /external/skia/src/core/
SkMaskFilter.cpp 25 bool SkMaskFilter::filterMask(SkMask*, const SkMask&, const SkMatrix&, SkIPoint*)
44 if (!this->filterMask(&dstM, srcM, matrix, NULL))
SkRasterizer.cpp 40 if (!filter->filterMask(&dstM, srcM, matrix, &margin))
SkScalerContext.cpp 357 if (fMaskFilter->filterMask(&dst, src, matrix, NULL)) {
468 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) {
SkBitmap.cpp 1133 if (!filter->filterMask(&dstM, srcM, identity, NULL)) {
1152 if (!filter->filterMask(&dstM, srcM, identity, NULL)) {
    [all...]
SkDraw.cpp 739 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) {
    [all...]
  /external/skia/include/core/
SkMaskFilter.h 35 filter, calling its filterMask() method. If this returns true, then the
45 when its filterMask() method is called.
62 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&, SkIPoint* margin);
65 and then call filterMask(). If this returns true, the specified blitter will be called
66 to render that mask. Returns false if filterMask() returned false.
  /external/skia/include/effects/
SkEmbossMaskFilter.h 41 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix& matrix, SkIPoint* margin);
SkKernel33MaskFilter.h 31 virtual bool filterMask(SkMask*, const SkMask&, const SkMatrix&, SkIPoint*);
SkTableMaskFilter.h 59 virtual bool filterMask(SkMask*, const SkMask&, const SkMatrix&, SkIPoint*);
  /system/media/opensles/libopensles/
IMetadataExtraction.c 118 const SLchar *pValueLangCountry, SLuint32 valueEncoding, SLuint8 filterMask)
122 if (NULL == pKey || NULL == pValueLangCountry || (filterMask & ~(SL_METADATA_FILTER_KEY |
133 this->mFilterMask = filterMask;
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 29 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix& matrix, SkIPoint* margin);
81 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, const SkMatrix& matrix, SkIPoint* margin)
SkKernel33MaskFilter.cpp 9 bool SkKernel33ProcMaskFilter::filterMask(SkMask* dst, const SkMask& src, const SkMatrix&, SkIPoint* margin)
SkTableMaskFilter.cpp 19 bool SkTableMaskFilter::filterMask(SkMask* dst, const SkMask& src,
SkEmbossMaskFilter.cpp 72 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src, const SkMatrix& matrix, SkIPoint* margin)
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osRgstry.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
osRgstry.c     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /system/media/opensles/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]

Completed in 3841 milliseconds