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

1 2 3 4 5 6 7

  /external/skia/src/effects/
SkEmbossMaskFilter.h 32 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
SkEmbossMaskFilter.cpp 60 bool SkEmbossMaskFilter::filterMask(SkMask* dst, const SkMask& src,
SkTableMaskFilter.cpp 27 bool SkTableMaskFilter::filterMask(SkMask* dst, const SkMask& src,
SkBlurMaskFilter.cpp 47 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
316 bool SkBlurMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src,
516 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
581 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
634 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
683 // so we ask to have our normal filterMask() be called.
708 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
    [all...]
SkRRectsGaussianEdgeMaskFilter.cpp 32 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
136 bool SkRRectsGaussianEdgeMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src,
  /external/skia/include/effects/
SkTableMaskFilter.h 47 bool filterMask(SkMask*, const SkMask&, const SkMatrix&, SkIPoint*) const override;
  /frameworks/wilhelm/src/itf/
IMetadataExtraction.cpp 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 26 if (!filter->filterMask(&dstM, srcM, matrix, &margin)) {
SkMaskFilter.cpp 31 bool SkMaskFilter::filterMask(SkMask*, const SkMask&, const SkMatrix&,
269 if (!this->filterMask(&dstM, srcM, matrix, nullptr)) {
348 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
SkBitmap.cpp 579 if (!filter->filterMask(&dstM, srcM, identity, nullptr)) {
603 if (!filter->filterMask(&dstM, srcM, identity, nullptr)) {
SkScalerContext.cpp 194 if (fMaskFilter->filterMask(&dst, src, matrix, nullptr)) {
538 if (fMaskFilter->filterMask(&dstM, srcM, matrix, nullptr)) {
SkDraw.cpp 837 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, nullptr)) {
    [all...]
  /external/skia/include/core/
SkMaskFilter.h 42 filter, calling its filterMask() method. If this returns true, then the
50 when its filterMask() method is called.
67 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
159 * The default impl calls filterMask with the src mask having no image,
203 * kFalse_FilterReturn. If the normal filterMask() entry-point should be
229 and then call filterMask(). If this returns true, the specified blitter will be called
230 to render that mask. Returns false if filterMask() returned false.
237 mask and then call filterMask(). If this returns true, the specified blitter will be called
238 to render that mask. Returns false if filterMask() returned false.
  /external/skia/src/gpu/
GrBlurUtils.cpp 69 if (!filter->filterMask(&dstM, srcM, viewMatrix, nullptr)) {
72 // this will free-up dstM when we're done (allocated in filterMask())
  /external/skia/src/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-24/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h 799 SLuint8 filterMask
    [all...]

Completed in 1406 milliseconds

1 2 3 4 5 6 7