Searched refs:hueRotate_ (Results 1 – 2 of 2) sorted by relevance
3492 hueRotate_ = hueRotate; in SetHueRotate()3500 return hueRotate_; in GetHueRotate()3548 …&& !brightness_ && !contrast_ && !saturate_ && !sepia_ && !invert_ && !hueRotate_ && !colorBlend_)… in GenerateColorFilter()3649 if (hueRotate_.has_value() && GreatNotEqual(*hueRotate_, 0.0)) { in GenerateColorFilter()3650 auto hueRotate = hueRotate_.value(); in GenerateColorFilter()
702 std::optional<float> hueRotate_; variable