Home
last modified time | relevance | path

Searched defs:SkGammas (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkGammas.h15 struct SkGammas : SkRefCnt { struct
32 const float* table(const SkGammas* base) const { in table() argument
47 const SkColorSpaceTransferFn& params(const SkGammas* base) const { in params() argument
53 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 …]
/external/skia/src/core/
DSkGammas.h15 struct SkGammas : SkRefCnt { struct
32 const float* table(const SkGammas* base) const { in table() argument
47 const SkColorSpaceTransferFn& params(const SkGammas* base) const { in params() argument
53 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 …]