Home
last modified time | relevance | path

Searched refs:SetForegroundEffectDirty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h243 void SetForegroundEffectDirty(bool dirty);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1314 GetMutableRenderProperties().SetForegroundEffectDirty(false); in CollectAndUpdateLocalForegroundEffectRect()
2483 GetMutableRenderProperties().SetForegroundEffectDirty(true); in ApplyModifiers()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1276 void RSProperties::SetForegroundEffectDirty(bool dirty) in SetForegroundEffectDirty() function in OHOS::Rosen::RSProperties