Searched defs:SkGammas (Results 1 – 2 of 2) sorted by relevance
15 struct SkGammas : SkRefCnt { struct32 const float* table(const SkGammas* base) const { in table() argument47 const SkColorSpaceTransferFn& params(const SkGammas* base) const { in params() argument53 bool allChannelsSame() const { in allChannelsSame()85 bool isNamed (int i) const { return Type::kNamed_Type == this->type(i); } in isNamed()86 bool isValue (int i) const { return Type::kValue_Type == this->type(i); } in isValue()87 bool isTable (int i) const { return Type::kTable_Type == this->type(i); } in isTable()88 bool isParametric(int i) const { return Type::kParam_Type == this->type(i); } in isParametric()90 const Data& data(int i) const { in data()117 SkGammas(int channels) : fChannels(channels) { in SkGammas() argument[all …]