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

  /external/skia/src/gpu/gradients/
GrUnrolledBinaryGradientColorizer.cpp 316 static const int kMaxIntervals = 8;
332 SkPMColor4f scales[kMaxIntervals];
333 SkPMColor4f biases[kMaxIntervals];
334 SkScalar thresholds[kMaxIntervals];
339 if (intervalCount >= kMaxIntervals) {
340 // Already reached kMaxIntervals, and haven't run out of color stops so this
368 for (int i = intervalCount; i < kMaxIntervals; i++) {
  /external/skqp/src/gpu/gradients/
GrUnrolledBinaryGradientColorizer.cpp 316 static const int kMaxIntervals = 8;
332 SkPMColor4f scales[kMaxIntervals];
333 SkPMColor4f biases[kMaxIntervals];
334 SkScalar thresholds[kMaxIntervals];
339 if (intervalCount >= kMaxIntervals) {
340 // Already reached kMaxIntervals, and haven't run out of color stops so this
368 for (int i = intervalCount; i < kMaxIntervals; i++) {

Completed in 81 milliseconds