Searched refs:fAllowSRGBInputs (Results 1 – 1 of 1) sorted by relevance
69 void setAllowSRGBInputs(bool allowSRGBInputs) { fAllowSRGBInputs = allowSRGBInputs; } in setAllowSRGBInputs()70 bool getAllowSRGBInputs() const { return fAllowSRGBInputs; } in getAllowSRGBInputs()177 bool fAllowSRGBInputs = false; variable