Searched defs:fInputChannels (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkColorLookUpTable.h21 : fInputChannels(inputChannels) {
23 memcpy(fGridPoints, gridPoints, fInputChannels * sizeof(uint8_t));
27 * If fInputChannels == kOutputChannels == 3, performs tetrahedral interpolation, otherwise
29 * with fInputChannels input dimensions and kOutputChannels output dimensions.
30 * |dst| can be |src| only when fInputChannels == kOutputChannels == 3
32 * |src| is the source pixel, must have at least fInputChannels elements.
36 int inputChannels() const { return fInputChannels; }
60 uint8_t fInputChannels; member in class:SkColorLookUpTable
H A DSkColorSpace_A2B.h76 , fInputChannels(channelCount)
85 , fInputChannels(fGammas->channels())
98 , fInputChannels(fCLUT->inputChannels())
105 , fInputChannels(3)
138 int inputChannels() const { return fInputChannels; }
148 int fInputChannels; member in class:SkColorSpace_A2B::Element

Completed in 96 milliseconds