Lines Matching refs:biases
111 // Derive scale and biases from the 4 colors and threshold
333 // Converts an input array of {colors, positions} into an array of {scales, biases, thresholds}.
386 SkPMColor4f biases[kMaxUnrolledIntervalCount];
389 kMaxUnrolledIntervalCount, scales, biases, thresholds);
397 return make_unrolled_colorizer(intervalCount, scales, biases, thresholds1_7, thresholds9_13);
409 SkPMColor4f biases[kMaxLoopingIntervalCount];
412 kMaxLoopingIntervalCount, scales, biases, thresholds);
425 biases[intervalCount] = biases[intervalCount - 1];
428 return make_looping_colorizer(intervalCount, scales, biases, thresholds);