Searched refs:hasRenderIntent (Results 1 – 8 of 8) sorted by relevance
326 EXPECT_FALSE(profile.hasRenderIntent(RenderIntent::ENHANCE)); in TEST_F()329 EXPECT_FALSE(profile.hasRenderIntent(VendorRenderIntent)); in TEST_F()335 EXPECT_TRUE(profile.hasRenderIntent(RenderIntent::COLORIMETRIC)); in TEST_F()336 EXPECT_TRUE(profile.hasRenderIntent(RenderIntent::ENHANCE)); in TEST_F()339 EXPECT_FALSE(profile.hasRenderIntent(VendorRenderIntent)); in TEST_F()345 EXPECT_TRUE(profile.hasRenderIntent(RenderIntent::COLORIMETRIC)); in TEST_F()346 EXPECT_TRUE(profile.hasRenderIntent(RenderIntent::ENHANCE)); in TEST_F()349 EXPECT_TRUE(profile.hasRenderIntent(VendorRenderIntent)); in TEST_F()355 EXPECT_TRUE(profile.hasRenderIntent(RenderIntent::COLORIMETRIC)); in TEST_F()356 EXPECT_FALSE(profile.hasRenderIntent(RenderIntent::ENHANCE)); in TEST_F()[all …]
32 MOCK_CONST_METHOD1(hasRenderIntent, bool(ui::RenderIntent));
55 virtual bool hasRenderIntent(ui::RenderIntent) const = 0;
41 bool hasRenderIntent(ui::RenderIntent intent) const override;
327 bool DisplayDevice::hasRenderIntent(ui::RenderIntent intent) const { in hasRenderIntent() function in android::DisplayDevice328 return mCompositionDisplay->getDisplayColorProfile()->hasRenderIntent(intent); in hasRenderIntent()
159 bool hasRenderIntent(ui::RenderIntent intent) const;
5671 reply->writeBool(display->hasRenderIntent(RenderIntent::ENHANCE)); in onTransact()5675 display->hasRenderIntent(static_cast<RenderIntent>(setting))); in onTransact()
339 bool DisplayColorProfile::hasRenderIntent(RenderIntent intent) const { in hasRenderIntent() function in android::compositionengine::impl::DisplayColorProfile