Home | History | Annotate | Download | only in gradients

Lines Matching full:rounded_divide

272 static unsigned rounded_divide(unsigned numer, unsigned denom) {
290 *lum = SkColorSetRGB(rounded_divide(r, n), rounded_divide(g, n), rounded_divide(b, n));