Searched defs:greyCoef (Results 1 – 10 of 10) sorted by relevance
79 float greyCoef = 1.f; // 1.f: grey coefficients variable
233 std::optional<Vector2f> greyCoef = vector2; variable265 std::optional<Vector2f> greyCoef({ 1.f, 1.f }); variable329 std::optional<Vector2f> greyCoef({ 1.f, 1.f }); variable
41 virtual void SetGreyCoef(const std::optional<Vector2f>& greyCoef) {}; in SetGreyCoef()
169 void RSBlurFilter::SetGreyCoef(const std::optional<Vector2f>& greyCoef) in SetGreyCoef()
320 void RSMaterialFilter::SetGreyCoef(const std::optional<Vector2f>& greyCoef) in SetGreyCoef()
185 std::optional<Vector2f> greyCoef; in DoSetGreyCoef() local
4076 Vector2f greyCoef = { 0.5, 0.5 }; variable5624 Vector2f greyCoef = { 1.f, 1.f }; // for test variable
1654 std::optional<Vector2f> greyCoef({1.f, 1.f}); variable
1708 void RSNode::SetGreyCoef(const Vector2f greyCoef) in SetGreyCoef()
1740 void RSProperties::SetGreyCoef(const std::optional<Vector2f>& greyCoef) in SetGreyCoef()