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

1 2 3 4

  /external/skia/include/effects/
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/skia/src/core/
SkRasterizer.cpp 27 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
SkMaskFilter.cpp 33 bool SkMaskFilter::filterMask(SkMask*, const SkMask&, const SkMatrix&,
272 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
357 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
SkScalerContext.cpp 211 if (fMaskFilter->filterMask(&dst, src, matrix, NULL)) {
557 if (fMaskFilter->filterMask(&dstM, srcM, matrix, NULL)) {
SkBitmap.cpp     [all...]
SkDraw.cpp 903 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) {
    [all...]
  /external/skia/include/core/
SkMaskFilter.h 37 filter, calling its filterMask() method. If this returns true, then the
47 when its filterMask() method is called.
64 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
143 * The default impl calls filterMask with the src mask having no image,
189 * kFalse_FilterReturn. If the normal filterMask() entry-point should be
215 and then call filterMask(). If this returns true, the specified blitter will be called
216 to render that mask. Returns false if filterMask() returned false.
223 mask and then call filterMask(). If this returns true, the specified blitter will be called
224 to render that mask. Returns false if filterMask() returned false.
  /external/skia/src/effects/
SkEmbossMaskFilter.cpp 77 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src,
SkTableMaskFilter.cpp 27 bool SkTableMaskFilter::filterMask(SkMask* dst, const SkMask& src,
SkBlurMaskFilter.cpp 42 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
165 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src,
367 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
432 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
485 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
534 // so we ask to have our normal filterMask() be called.
559 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 674 if (!filter->filterMask(&dstM, srcM, viewMatrix, NULL)) {
677 // this will free-up dstM when we're done (allocated in filterMask())
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]

Completed in 2274 milliseconds

1 2 3 4