Lines Matching refs:destination

41     destination alpha, respectively).<p>
47 /** Clear the destination.<p>
49 Clear the destination area. The function values are: Fa = Fb =
54 /** Copy source as-is to the destination.<p>
56 Copy source as-is to the destination. The function values are:
61 /** Leave the destination as-is.<p>
63 Leave the destination as-is. The function values are: Fa = 0,
68 /** Copy the source over the destination.<p>
70 Copy the source over the destination. The function values are:
75 /** Copy the source under the destination.<p>
77 Copy the source under the destination. The function values
82 /** Copy the source to the destination.<p>
84 Copy the source to the destination, but limited to where the
85 destination is. The function values are: Fa = Ab, Fb = 0.<p>
89 /** Leave the destination as is.<p>
91 Leave the destination as is, but only where the source
96 /** Copy the source to the destination<p>
98 Copy the source to the destination, but limited to where the
99 destination is not. The function values are: Fa = 1-Ab, Fb =
104 /** Leave the destination as is.<p>
106 Leave the destination as is, but only where the source has not
111 /** Copy the source over the destination<p>
113 Copy the source over the destination, but only where the
114 destination is. Keep the destination. The function values are:
119 /** Copy the destination over the source.<p>
121 Copy the destination over the source, but only where the
127 /** Combine source and destination by exclusive or.<p>
129 Take only the parts where either source or destination, but
135 /** Add source and destination values.<p>
137 Simply add contributions of both source and destination. The
144 /** Saturate source and destination.<p>
146 Saturate destination with source values. The function values