Home
last modified time | relevance | path

Searched refs:GetInvertBackgroundColor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp286 modifier->GetInvertBackgroundColor(contextArgs);
288 ASSERT_EQ(modifier->GetInvertBackgroundColor(contextArgs).alpha_, 0.f);
409 HWTEST_F(RSRenderModifierTest, GetInvertBackgroundColor, TestSize.Level1)
423 modifier->GetInvertBackgroundColor(contextArgs);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h77 static Color GetInvertBackgroundColor(RSPaintFilterCanvas& canvas, bool needClipToBounds,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp216 Color color = GetInvertBackgroundColor(context); in Apply()
235 Color RSEnvForegroundColorStrategyRenderModifier::GetInvertBackgroundColor(RSModifierContext& conte… in GetInvertBackgroundColor() function in OHOS::Rosen::RSEnvForegroundColorStrategyRenderModifier
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h297 Color GetInvertBackgroundColor(RSModifierContext& context) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp464 EXPECT_EQ(rsPropertyDrawableUtilsTest2->GetInvertBackgroundColor(
471 rsPropertyDrawableUtilsTest2->GetInvertBackgroundColor(
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp479 …Color color = RSPropertyDrawableUtils::GetInvertBackgroundColor(*paintFilterCanvas, needClipToBoun… in CreateDrawFunc()
H A Drs_property_drawable_utils.cpp1160 Color RSPropertyDrawableUtils::GetInvertBackgroundColor(RSPaintFilterCanvas& canvas, bool needClipT… in GetInvertBackgroundColor() function in OHOS::Rosen::RSPropertyDrawableUtils