Home
last modified time | relevance | path

Searched refs:IsForceUseFilterCache (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable.h138 bool IsForceUseFilterCache() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_effect_render_node.cpp291 if (filterDrawable->IsForceUseFilterCache()) { in MarkClearFilterCacheIfEffectChildrenChanged()
H A Drs_render_node.cpp1971 return filterDrawable->IsForceUseFilterCache() || filterDrawable->IsForceClearFilterCache(); in IsForceClearOrUseFilterCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp375 bool RSFilterDrawable::IsForceUseFilterCache() const in IsForceUseFilterCache() function in OHOS::Rosen::DrawableV2::RSFilterDrawable