Home
last modified time | relevance | path

Searched refs:CalculateInvertColor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp226 Color RSEnvForegroundColorStrategyRenderModifier::CalculateInvertColor(Color backgroundColor) const in CalculateInvertColor() function in OHOS::Rosen::RSEnvForegroundColorStrategyRenderModifier
247 return CalculateInvertColor(backgroundColor); in GetInvertBackgroundColor()
255 return CalculateInvertColor(Color( in GetInvertBackgroundColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp284 ASSERT_EQ(modifier->CalculateInvertColor(Color()).alpha_, 0.f);
472 HWTEST_F(RSRenderModifierTest, CalculateInvertColor, TestSize.Level1)
479 modifier->CalculateInvertColor(backgroundColor);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h76 static Color CalculateInvertColor(const Color& backgroundColor);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h298 Color CalculateInvertColor(Color backgroundColor) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp1151 Color RSPropertyDrawableUtils::CalculateInvertColor(const Color& backgroundColor) in CalculateInvertColor() function in OHOS::Rosen::RSPropertyDrawableUtils
1171 return RSPropertyDrawableUtils::CalculateInvertColor(backgroundColor); in GetInvertBackgroundColor()
1179 return RSPropertyDrawableUtils::CalculateInvertColor(Color( in GetInvertBackgroundColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp466 RSPropertyDrawableUtils::CalculateInvertColor(backgroundColor));