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

  /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

Completed in 38 milliseconds