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

/external/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h369 the number of colors, which will be capped by kMaxRandomGradientColors. colors should be
370 sized to be at least kMaxRandomGradientColors. stops is a pointer to an array of at least
371 size kMaxRandomGradientColors. It may be updated to nullptr, indicating that nullptr should be
374 static const int kMaxRandomGradientColors = 4; member in class:GrGradientEffect
376 SkColor colors[kMaxRandomGradientColors],

Completed in 164 milliseconds