Searched refs:kMaskFilter_Bit (Results 1 – 9 of 9) sorted by relevance
98 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()
169 SkLayerDrawLooper::kMaskFilter_Bit; in create1Looper()213 SkLayerDrawLooper::kMaskFilter_Bit; in create4Looper()
190 fLoopers.push_back().reset(setupLooper(SkLayerDrawLooper::kMaskFilter_Bit | in onOnceBeforeDraw()206 fLoopers.push_back().reset(setupLooper(SkLayerDrawLooper::kMaskFilter_Bit | in onOnceBeforeDraw()
79 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit; in init()
52 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
31 kMaskFilter_Bit = 1 << 3, //!< use this layer's maskfilter enumerator
82 SkLayerDrawLooper::kMaskFilter_Bit; in createLooper()
46 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
470 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in make_blur_layer()