Searched refs:fInputCount (Results 1 – 2 of 2) sorted by relevance
161 : fInputCount(inputCount), in SkImageFilter()176 for (int i = 0; i < fInputCount; i++) { in ~SkImageFilter()189 fInputCount = common.inputCount(); in SkImageFilter()190 fInputs = new SkImageFilter* [fInputCount]; in SkImageFilter()192 for (int i = 0; i < fInputCount; ++i) { in SkImageFilter()198 fInputCount = 0; in SkImageFilter()204 buffer.writeInt(fInputCount); in flatten()205 for (int i = 0; i < fInputCount; i++) { in flatten()274 if (0 == fInputCount) { in computeFastBounds()283 for (int i = 1; i < fInputCount; i++) { in computeFastBounds()[all …]
221 int countInputs() const { return fInputCount; } in countInputs()228 SkASSERT(i < fInputCount); in getInput()453 int fInputCount; variable