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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShaderPriv.h 278 the number of colors, which will be capped by kMaxRandomGradientColors. colors should be
279 sized to be at least kMaxRandomGradientColors. stops is a pointer to an array of at least
280 size kMaxRandomGradientColors. It may be updated to NULL, indicating that NULL should be
283 static const int kMaxRandomGradientColors = 4;
285 SkColor colors[kMaxRandomGradientColors],
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 278 the number of colors, which will be capped by kMaxRandomGradientColors. colors should be
279 sized to be at least kMaxRandomGradientColors. stops is a pointer to an array of at least
280 size kMaxRandomGradientColors. It may be updated to NULL, indicating that NULL should be
283 static const int kMaxRandomGradientColors = 4;
285 SkColor colors[kMaxRandomGradientColors],

Completed in 26 milliseconds