Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp211 if (historyHead_ < 0) { in GetLatestDirtyRegion()
214 return dirtyHistory_[historyHead_]; in GetLatestDirtyRegion()
403 int next = (historyHead_ + 1) % HISTORY_QUEUE_MAX_SIZE; in PushHistory()
408 historyHead_ = next; in PushHistory()
417 i = (i + historyHead_) % historySize_; in GetHistory()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_dirty_region_manager.h203 int historyHead_ = -1; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_dirty_region_manager_test.cpp633 fun.historyHead_ = 1;