Lines Matching defs:source
4 * Use of this source code is governed by a BSD-style license that can be
53 // 1) isolate source alpha
57 // 5) composite with the source
63 // a) operates on the inverse of source alpha
64 // b) the result is masked against the source
65 // c) composited on top of source
69 // Select and colorize the source alpha channel.
92 sk_sp<SkImageFilter> source;
95 // Inner shadows draw on top of, and are masked with, the source.
98 std::swap(source, f);
102 std::move(source)));