Searched refs:HWCColorMatrix (Results 1 – 2 of 2) sorted by relevance
61 class HWCColorMatrix {63 HWCColorMatrix(const string &values) : key_values_(values){}; in HWCColorMatrix() function64 virtual ~HWCColorMatrix() = default;77 class WhiteCompensation : public HWCColorMatrix {79 WhiteCompensation(const string &values) : HWCColorMatrix(values){}; in WhiteCompensation()128 class SaturationCompensation : public HWCColorMatrix {130 SaturationCompensation(const string &values) : HWCColorMatrix(values){}; in SaturationCompensation()
200 HWC2::Error HWCColorMatrix::SetEnabled(bool enabled) { in SetEnabled()205 bool HWCColorMatrix::ParseFloatValueByCommas(const string &values, uint32_t length, in ParseFloatValueByCommas()