Lines Matching full:allocation
21 * specified radius to all elements of an allocation.
27 private Allocation mInput;
34 * Create an intrinsic for applying a blur to an allocation. The
58 * @param ain The input allocation
60 public void setInput(Allocation ain) {
81 * allocation.
83 * @param aout Output allocation. Must match creation element
86 public void forEach(Allocation aout) {
87 forEach(0, (Allocation) null, aout, null);
92 * allocation.
94 * @param aout Output allocation. Must match creation element
98 public void forEach(Allocation aout, Script.LaunchOptions opt) {
99 forEach(0, (Allocation) null, aout, null, opt);