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

  /external/chromium_org/third_party/skia/src/effects/
SkLayerDrawLooper.cpp 17 fFlagsMask = 0; // ignore our paint flags
104 uint32_t mask = info.fFlagsMask;
213 buffer.writeInt(rec->fInfo.fFlagsMask);
233 info.fFlagsMask = buffer.readInt();
264 if (0 == rec->fInfo.fFlagsMask) {
268 SkAddFlagToString(str, SkToBool(SkPaint::kAntiAlias_Flag & rec->fInfo.fFlagsMask),
270 // SkAddFlagToString(str, SkToBool(SkPaint::kFilterBitmap_Flag & rec->fInfo.fFlagsMask), "FilterBitmap", &needSeparator);
271 SkAddFlagToString(str, SkToBool(SkPaint::kDither_Flag & rec->fInfo.fFlagsMask),
273 SkAddFlagToString(str, SkToBool(SkPaint::kUnderlineText_Flag & rec->fInfo.fFlagsMask),
275 SkAddFlagToString(str, SkToBool(SkPaint::kStrikeThruText_Flag & rec->fInfo.fFlagsMask),
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 17 fFlagsMask = 0; // ignore our paint flags
104 uint32_t mask = info.fFlagsMask;
213 buffer.writeInt(rec->fInfo.fFlagsMask);
233 info.fFlagsMask = buffer.readInt();
264 if (0 == rec->fInfo.fFlagsMask) {
268 SkAddFlagToString(str, SkToBool(SkPaint::kAntiAlias_Flag & rec->fInfo.fFlagsMask),
270 // SkAddFlagToString(str, SkToBool(SkPaint::kFilterBitmap_Flag & rec->fInfo.fFlagsMask), "FilterBitmap", &needSeparator);
271 SkAddFlagToString(str, SkToBool(SkPaint::kDither_Flag & rec->fInfo.fFlagsMask),
273 SkAddFlagToString(str, SkToBool(SkPaint::kUnderlineText_Flag & rec->fInfo.fFlagsMask),
275 SkAddFlagToString(str, SkToBool(SkPaint::kStrikeThruText_Flag & rec->fInfo.fFlagsMask),
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkLayerDrawLooper.h 27 * 0 means ignore the layer's paint... except that LayerInfo's fFlagsMask
44 * fFlagsMask and fColorMode.
54 * fFlagsMask selects which flags in the layer's paint should be applied.
55 * result = (draw-flags & ~fFlagsMask) | (layer-flags & fFlagsMask)
57 * If fFlagsMask is 0, we ignore all of the layer's flags
58 * If fFlagsMask is -1, we use all of the layer's flags
69 uint32_t fFlagsMask; // SkPaint::Flags
  /external/skia/include/effects/
SkLayerDrawLooper.h 27 * 0 means ignore the layer's paint... except that LayerInfo's fFlagsMask
44 * fFlagsMask and fColorMode.
54 * fFlagsMask selects which flags in the layer's paint should be applied.
55 * result = (draw-flags & ~fFlagsMask) | (layer-flags & fFlagsMask)
57 * If fFlagsMask is 0, we ignore all of the layer's flags
58 * If fFlagsMask is -1, we use all of the layer's flags
69 uint32_t fFlagsMask; // SkPaint::Flags
  /external/skia/bench/
BlurRoundRectBench.cpp 46 info.fFlagsMask = 0;
RectoriBench.cpp 79 info.fFlagsMask = 0;
  /external/skia/gm/
drawlooper.cpp 77 info.fFlagsMask = SkPaint::kAntiAlias_Flag;
megalooper.cpp 169 info.fFlagsMask = 0;
214 info.fFlagsMask = 0;
blurroundrect.cpp 59 info.fFlagsMask = 0;

Completed in 43 milliseconds