Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:Cc

831                             uint32_t Cc = tx.env_color[i];
832 if (sf>8) Cc = (Cc * ((1<<sf)-1))>>8;
833 else if (sf<8) Cc = (Cc - (Cc>>(8-sf)))>>(8-sf);
835 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st;