Searched refs:fPaintBits (Results 1 - 20 of 20) sorted by path

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

Completed in 6045 milliseconds