Home
last modified time | relevance | path

Searched refs:fAllowSRGBInputs (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrPaint.h69 void setAllowSRGBInputs(bool allowSRGBInputs) { fAllowSRGBInputs = allowSRGBInputs; } in setAllowSRGBInputs()
70 bool getAllowSRGBInputs() const { return fAllowSRGBInputs; } in getAllowSRGBInputs()
177 bool fAllowSRGBInputs = false; variable