Home | History | Annotate | Download | only in effects

Lines Matching defs:inputCount

35     int inputCount = this->countInputs();
36 if (inputCount) {
37 size_t size = sizeof(uint8_t) * inputCount;
51 int inputCount = this->countInputs();
52 for (int i = 0; i < inputCount; ++i) {
77 int inputCount = this->countInputs();
78 if (inputCount < 1) {
85 std::unique_ptr<sk_sp<SkSpecialImage>[]> inputs(new sk_sp<SkSpecialImage>[inputCount]);
86 std::unique_ptr<SkIPoint[]> offsets(new SkIPoint[inputCount]);
89 for (int i = 0; i < inputCount; ++i) {
126 for (int i = 0; i < inputCount; ++i) {
152 const int count = common.inputCount();