Home | History | Annotate | Download | only in effects

Lines Matching refs:t1

406     U32 t1 = (((s0 >> 8) & 0xFF00FF) * blend + ((s1 >> 8) & 0xFF00FF) * otherBlend) & 0xFF00FF00;
407 SkASSERT((t0 & t1) == 0);
408 return t0 | t1;