Home
last modified time | relevance | path

Searched refs:kMaxUnrolledIntervalCount (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp132 static constexpr int kMaxUnrolledIntervalCount = kMaxUnrolledColorCount / 2; variable
141 static SkOnce once[kMaxUnrolledIntervalCount]; in make_unrolled_colorizer()
142 static sk_sp<SkRuntimeEffect> effects[kMaxUnrolledIntervalCount]; in make_unrolled_colorizer()
385 SkPMColor4f scales[kMaxUnrolledIntervalCount]; in make_unrolled_binary_colorizer()
386 SkPMColor4f biases[kMaxUnrolledIntervalCount]; in make_unrolled_binary_colorizer()
387 SkScalar thresholds[kMaxUnrolledIntervalCount] = {}; in make_unrolled_binary_colorizer()
389 kMaxUnrolledIntervalCount, scales, biases, thresholds); in make_unrolled_binary_colorizer()

Completed in 2 milliseconds