Home | History | Annotate | Download | only in core

Lines Matching full:cmid

440 static inline void setSaturationComponents(int* Cmin, int* Cmid, int* Cmax, int s) {
442 *Cmid = SkMulDiv(*Cmid - *Cmin, s, *Cmax - *Cmin);
446 *Cmid = 0;