Home
last modified time | relevance | path

Searched refs:stagingIsLargeArea_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp209 stagingIsLargeArea_ = false; in OnSync()
273 stagingIsLargeArea_ = true; in MarkFilterRegionIsLargeArea()
313 lastCacheType_, cacheUpdateInterval_, canSkipFrame_, stagingIsLargeArea_, in MarkNeedClearFilterCache()
321 stagingIsSkipFrame_ = stagingIsLargeArea_ && canSkipFrame_ && !stagingFilterRegionChanged_; in MarkNeedClearFilterCache()
460 … (stagingIsLargeArea_ && canSkipFrame_ ? RSSystemProperties::GetFilterCacheUpdateInterval() : 0)); in UpdateFlags()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable.h195 bool stagingIsLargeArea_ = false; variable