Lines Matching refs:Cf
29 Cv = Cf COPY
31 Cv = Cf * Ct MODULATE
32 Cv = Cf + Ct ADD
33 Cv = Cf - Ct SUBTRACT
34 Cv = Ct - Cf REVERSE_SUBTRACT
36 Cv = aCt + (1-a)Cf REVERSE_BLEND
102 x*Cf + y*Ct / x*Ct + y*Cf
116 Cf (copy)
117 Cf*Ct (modulate)
118 Cf+Ct (add/sub/rsub)
119 a*Cf+(1-a)*Ct (blend/rblend)
121 so allow a more flexible binding on Cf & Ct