Home
last modified time | relevance | path

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

/external/skqp/src/effects/
DSkLayerDrawLooper.cpp109 if (bits & kMaskFilter_Bit) { in ApplyInfo()
173 if ((rec->fInfo.fPaintBits & ~kMaskFilter_Bit)) { in asABlurShadow()
368 blurInfo.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in Make()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp109 if (bits & kMaskFilter_Bit) { in ApplyInfo()
173 if ((rec->fInfo.fPaintBits & ~kMaskFilter_Bit)) { in asABlurShadow()
368 blurInfo.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in Make()
/external/skia/gm/
Dmegalooper.cpp168 SkLayerDrawLooper::kMaskFilter_Bit; in create1Looper()
211 SkLayerDrawLooper::kMaskFilter_Bit; in create4Looper()
Dtextbloblooper.cpp185 fLoopers.push_back(setupLooper(SkLayerDrawLooper::kMaskFilter_Bit | in onOnceBeforeDraw()
201 fLoopers.push_back(setupLooper(SkLayerDrawLooper::kMaskFilter_Bit | in onOnceBeforeDraw()
Ddrawlooper.cpp71 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit; in init()
Dblurroundrect.cpp51 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
/external/skqp/gm/
Dmegalooper.cpp168 SkLayerDrawLooper::kMaskFilter_Bit; in create1Looper()
211 SkLayerDrawLooper::kMaskFilter_Bit; in create4Looper()
Dtextbloblooper.cpp185 fLoopers.push_back(setupLooper(SkLayerDrawLooper::kMaskFilter_Bit | in onOnceBeforeDraw()
201 fLoopers.push_back(setupLooper(SkLayerDrawLooper::kMaskFilter_Bit | in onOnceBeforeDraw()
Ddrawlooper.cpp71 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit; in init()
Dblurroundrect.cpp51 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
/external/skqp/include/effects/
DSkLayerDrawLooper.h30 kMaskFilter_Bit = 1 << 3, //!< use this layer's maskfilter enumerator
/external/skia/include/effects/
DSkLayerDrawLooper.h30 kMaskFilter_Bit = 1 << 3, //!< use this layer's maskfilter enumerator
/external/skqp/bench/
DBlurRoundRectBench.cpp45 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
DRectoriBench.cpp82 SkLayerDrawLooper::kMaskFilter_Bit; in createLooper()
/external/skia/bench/
DBlurRoundRectBench.cpp45 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
DRectoriBench.cpp82 SkLayerDrawLooper::kMaskFilter_Bit; in createLooper()
/external/skqp/tests/
DBlurTest.cpp412 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in make_blur_layer()
/external/skia/tests/
DBlurTest.cpp412 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in make_blur_layer()