Searched refs:fInputChannels (Results 1 – 3 of 3) sorted by relevance
76 , fInputChannels(channelCount) in Element()85 , fInputChannels(fGammas->channels()) in Element()98 , fInputChannels(fCLUT->inputChannels()) in Element()105 , fInputChannels(3) in Element()138 int inputChannels() const { return fInputChannels; } in inputChannels()148 int fInputChannels; variable
21 : fInputChannels(inputChannels) { in SkColorLookUpTable()23 memcpy(fGridPoints, gridPoints, fInputChannels * sizeof(uint8_t)); in SkColorLookUpTable()40 int inputChannels() const { return fInputChannels; } in inputChannels()64 uint8_t fInputChannels; variable
13 if (fInputChannels == 3) { in interp()21 dst[outputDimension] = interpDimension(src, fInputChannels - 1, outputDimension, in interp()138 for (int i = fInputChannels - 1; i >= 0; --i) { in interpDimension()