Home
last modified time | relevance | path

Searched refs:fPaintBits (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/effects/
DSkLayerDrawLooper.cpp27 fPaintBits = 0; // ignore our paint fields in LayerInfo()
82 BitFlags bits = info.fPaintBits; in ApplyInfo()
160 if ((rec->fInfo.fPaintBits & ~kMaskFilter_Bit)) { in asABlurShadow()
177 if (rec->fInfo.fPaintBits) { in asABlurShadow()
207 buffer.writeInt(rec->fInfo.fPaintBits); in flatten()
230 info.fPaintBits = buffer.readInt(); in CreateProc()
329 blurInfo.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in Make()
/external/skqp/src/effects/
DSkLayerDrawLooper.cpp25 fPaintBits = 0; // ignore our paint fields in LayerInfo()
81 BitFlags bits = info.fPaintBits; in ApplyInfo()
173 if ((rec->fInfo.fPaintBits & ~kMaskFilter_Bit)) { in asABlurShadow()
190 if (rec->fInfo.fPaintBits) { in asABlurShadow()
251 buffer.writeInt(rec->fInfo.fPaintBits); in flatten()
269 info.fPaintBits = buffer.readInt(); in CreateProc()
368 blurInfo.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in Make()
/external/skqp/bench/
DRectoriBench.cpp81 info.fPaintBits = /* SkLayerDrawLooper::kColorFilter_Bit |*/ in createLooper()
92 info.fPaintBits = 0; in createLooper()
DBlurRoundRectBench.cpp45 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
/external/skqp/tests/
DLayerDrawLooperTest.cpp54 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_frontToBack()
93 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_backToFront()
132 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_mixed()
DBlurTest.cpp404 info.fPaintBits = 0; in make_noop_layer()
412 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in make_blur_layer()
/external/skqp/gm/
Dmegalooper.cpp167 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit | in create1Looper()
210 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit | in create4Looper()
Ddrawlooper.cpp71 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit; in init()
Dblurroundrect.cpp51 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
Dtextbloblooper.cpp114 info.fPaintBits = bits; in setupLooper()
/external/skia/include/effects/
DSkLayerDrawLooper.h67 BitFlags fPaintBits; member
/external/skqp/include/effects/
DSkLayerDrawLooper.h60 BitFlags fPaintBits; member
/external/skqp/docs/
DSkPaint_Reference.bmh2268 info.fPaintBits = (SkLayerDrawLooper::BitFlags) SkLayerDrawLooper::kColorFilter_Bit;