Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp18 fPaintBits = 0; // ignore our paint fields in LayerInfo()
67 BitFlags bits = info.fPaintBits; in ApplyInfo()
163 if ((rec->fInfo.fPaintBits & ~kMaskFilter_Bit)) { in asABlurShadow()
180 if (rec->fInfo.fPaintBits) { in asABlurShadow()
210 buffer.writeInt(rec->fInfo.fPaintBits); in flatten()
228 info.fPaintBits = buffer.readInt(); in CreateProc()
244 if (0 == rec->fInfo.fPaintBits) { in toString()
246 } else if (kEntirePaint_Bits == rec->fInfo.fPaintBits) { in toString()
250 SkAddFlagToString(str, SkToBool(kStyle_Bit & rec->fInfo.fPaintBits), "Style", in toString()
252 SkAddFlagToString(str, SkToBool(kTextSkewX_Bit & rec->fInfo.fPaintBits), "TextSkewX", in toString()
[all …]
/external/skia/src/effects/
DSkLayerDrawLooper.cpp18 fPaintBits = 0; // ignore our paint fields in LayerInfo()
67 BitFlags bits = info.fPaintBits; in ApplyInfo()
163 if ((rec->fInfo.fPaintBits & ~kMaskFilter_Bit)) { in asABlurShadow()
180 if (rec->fInfo.fPaintBits) { in asABlurShadow()
224 buffer.writeInt(rec->fInfo.fPaintBits); in flatten()
242 info.fPaintBits = buffer.readInt(); in CreateProc()
273 if (0 == rec->fInfo.fPaintBits) { in toString()
275 } else if (kEntirePaint_Bits == rec->fInfo.fPaintBits) { in toString()
279 SkAddFlagToString(str, SkToBool(kStyle_Bit & rec->fInfo.fPaintBits), "Style", in toString()
281 SkAddFlagToString(str, SkToBool(kTextSkewX_Bit & rec->fInfo.fPaintBits), "TextSkewX", in toString()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DDrawLooperBuilder.cpp96 info.fPaintBits |= SkLayerDrawLooper::kMaskFilter_Bit; // our blur in addShadow()
97 info.fPaintBits |= SkLayerDrawLooper::kColorFilter_Bit; in addShadow()
/external/skia/bench/
DRectoriBench.cpp80 info.fPaintBits = /* SkLayerDrawLooper::kColorFilter_Bit |*/ in createLooper()
94 info.fPaintBits = 0; in createLooper()
DBlurRoundRectBench.cpp46 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
/external/chromium_org/third_party/skia/bench/
DRectoriBench.cpp80 info.fPaintBits = /* SkLayerDrawLooper::kColorFilter_Bit |*/ in createLooper()
94 info.fPaintBits = 0; in createLooper()
DBlurRoundRectBench.cpp46 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
/external/skia/tests/
DLayerDrawLooperTest.cpp53 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_frontToBack()
93 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_backToFront()
133 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_mixed()
DBlurTest.cpp468 info.fPaintBits = 0; in make_noop_layer()
476 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in make_blur_layer()
/external/chromium_org/third_party/skia/tests/
DLayerDrawLooperTest.cpp53 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_frontToBack()
93 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_backToFront()
133 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; in test_mixed()
DBlurTest.cpp468 info.fPaintBits = 0; in make_noop_layer()
476 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit; in make_blur_layer()
/external/chromium_org/ui/gfx/
Dskia_util.cc122 layer_info.fPaintBits |= SkLayerDrawLooper::kMaskFilter_Bit; in CreateShadowDrawLooper()
123 layer_info.fPaintBits |= SkLayerDrawLooper::kColorFilter_Bit; in CreateShadowDrawLooper()
/external/skia/gm/
Dmegalooper.cpp168 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit | in create1Looper()
212 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit | in create4Looper()
Ddrawlooper.cpp82 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit; in init()
Dblurroundrect.cpp62 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
/external/chromium_org/third_party/skia/gm/
Dmegalooper.cpp168 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit | in create1Looper()
212 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit | in create4Looper()
Ddrawlooper.cpp79 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit; in init()
Dblurroundrect.cpp58 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit in onDraw()
/external/skia/include/effects/
DSkLayerDrawLooper.h61 BitFlags fPaintBits; member
/external/chromium_org/third_party/skia/include/effects/
DSkLayerDrawLooper.h61 BitFlags fPaintBits; member