Searched defs:kMaxRandomGradientColors (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h339 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; member in class:GrGradientEffect
346 SkColor colors[kMaxRandomGradientColors],
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h366 the number of colors, which will be capped by kMaxRandomGradientColors. colors should be
367 sized to be at least kMaxRandomGradientColors. stops is a pointer to an array of at least
368 size kMaxRandomGradientColors. It may be updated to NULL, indicating that NULL should be
371 static const int kMaxRandomGradientColors = 4; member in class:GrGradientEffect
373 SkColor colors[kMaxRandomGradientColors],

Completed in 44 milliseconds