Searched refs:SetContentNodeGrayScale (Results 1 – 6 of 6) sorted by relevance
133 MOCK_METHOD1(SetContentNodeGrayScale, void(float grayscale));
149 void SetContentNodeGrayScale(float grayscale) override {}; in SetContentNodeGrayScale() function
428 virtual void SetContentNodeGrayScale(float grayscale) {}; in SetContentNodeGrayScale() function
329 void SetContentNodeGrayScale(float grayscale) override;
3946 void UIContentImpl::SetContentNodeGrayScale(float grayscale) in SetContentNodeGrayScale() function in OHOS::Ace::UIContentImpl
2748 uiContent->SetContentNodeGrayScale(grayScale); in SetGrayScale()