HomeSort by relevance Sort by last modified time
    Searched refs:fPaintBits (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkLayerDrawLooper.cpp 18 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), "TextSkewX"
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 18 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), "TextSkewX"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DrawLooperBuilder.cpp 96 info.fPaintBits |= SkLayerDrawLooper::kMaskFilter_Bit; // our blur
97 info.fPaintBits |= SkLayerDrawLooper::kColorFilter_Bit;
  /external/chromium_org/third_party/skia/bench/
RectoriBench.cpp 80 info.fPaintBits = /* SkLayerDrawLooper::kColorFilter_Bit |*/
94 info.fPaintBits = 0;
BlurRoundRectBench.cpp 46 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit
  /external/skia/bench/
RectoriBench.cpp 80 info.fPaintBits = /* SkLayerDrawLooper::kColorFilter_Bit |*/
94 info.fPaintBits = 0;
BlurRoundRectBench.cpp 46 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit
  /external/skia/include/effects/
SkLayerDrawLooper.h 61 BitFlags fPaintBits;
69 * fPaintBits == 0
  /external/chromium_org/third_party/skia/include/effects/
SkLayerDrawLooper.h 61 BitFlags fPaintBits;
69 * fPaintBits == 0
  /external/chromium_org/third_party/skia/tests/
LayerDrawLooperTest.cpp 53 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit;
93 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit;
133 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit;
BlurTest.cpp 468 info.fPaintBits = 0;
476 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit;
  /external/skia/tests/
LayerDrawLooperTest.cpp 53 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit;
93 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit;
133 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit;
BlurTest.cpp 468 info.fPaintBits = 0;
476 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit;
  /external/chromium_org/third_party/skia/gm/
drawlooper.cpp 79 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit;
megalooper.cpp 168 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit |
212 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit |
blurroundrect.cpp 58 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit
  /external/skia/gm/
drawlooper.cpp 82 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit;
megalooper.cpp 168 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit |
212 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit |
blurroundrect.cpp 62 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit
  /external/chromium_org/ui/gfx/
skia_util.cc 122 layer_info.fPaintBits |= SkLayerDrawLooper::kMaskFilter_Bit;
123 layer_info.fPaintBits |= SkLayerDrawLooper::kColorFilter_Bit;

Completed in 3169 milliseconds