Home
last modified time | relevance | path

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

/third_party/skia/src/effects/
DSkColorMatrix.cpp99 static const float kHueR = 0.213f; variable
106 const float R = kHueR * (1 - sat); in setSaturation()
/third_party/flutter/skia/src/effects/
DSkColorMatrix.cpp121 static const float kHueR = 0.213f; variable
128 const float R = kHueR * (1 - sat); in setSaturation()