Home
last modified time | relevance | path

Searched refs:kMaskFilter_Bit (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/effects/
DSkLayerDrawLooper.cpp98 if (bits & kMaskFilter_Bit) { in ApplyInfo()
162 if ((rec->fInfo.fPaintBits & ~kMaskFilter_Bit)) { in asABlurShadow()
255 SkAddFlagToString(str, SkToBool(kMaskFilter_Bit & rec->fInfo.fPaintBits), "MaskFilter", in toString()
/external/skia/gm/
Dmegalooper.cpp169 SkLayerDrawLooper::kMaskFilter_Bit; in create1Looper()
213 SkLayerDrawLooper::kMaskFilter_Bit; in create4Looper()
Dtextbloblooper.cpp190 fLoopers.push_back().reset(setupLooper(SkLayerDrawLooper::kMaskFilter_Bit | in onOnceBeforeDraw()
206 fLoopers.push_back().reset(setupLooper(SkLayerDrawLooper::kMaskFilter_Bit | in onOnceBeforeDraw()
Ddrawlooper.cpp79 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit; in init()
Dblurroundrect.cpp52 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
/external/skia/include/effects/
DSkLayerDrawLooper.h31 kMaskFilter_Bit = 1 << 3, //!< use this layer's maskfilter enumerator
/external/skia/bench/
DRectoriBench.cpp82 SkLayerDrawLooper::kMaskFilter_Bit; in createLooper()
DBlurRoundRectBench.cpp46 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
/external/skia/tests/
DBlurTest.cpp470 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in make_blur_layer()