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 339 the number of colors, which will be capped by kMaxRandomGradientColors. colors should be
340 sized to be at least kMaxRandomGradientColors. stops is a pointer to an array of at least
341 size kMaxRandomGradientColors. It may be updated to NULL, indicating that NULL should be
344 static const int kMaxRandomGradientColors = 4;
346 SkColor colors[kMaxRandomGradientColors],
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 339 the number of colors, which will be capped by kMaxRandomGradientColors. colors should be
340 sized to be at least kMaxRandomGradientColors. stops is a pointer to an array of at least
341 size kMaxRandomGradientColors. It may be updated to NULL, indicating that NULL should be
344 static const int kMaxRandomGradientColors = 4;
346 SkColor colors[kMaxRandomGradientColors],

Completed in 281 milliseconds