Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp42 SkRect pendingDirty; member
88 mHead->pendingDirty.setEmpty(); in pushCommon()
115 mHead->pendingDirty.join(dirtyFrame->pendingDirty); in popTransform()
137 mapRect(frame->matrix4, frame->pendingDirty, &mHead->pendingDirty); in applyMatrix4Transform()
199 SkRect* rect = &frame->pendingDirty; in applyTransforms()
228 mapRect(props, frame->pendingDirty, &mHead->pendingDirty); in applyRenderNodeTransform()
238 projectionReceiver->pendingDirty.join(frame->pendingDirty); in applyRenderNodeTransform()
241 frame->pendingDirty.setEmpty(); in applyRenderNodeTransform()
250 *dest = mHead->pendingDirty; in peekAtDirty()
257 *totalDirty = mHead->pendingDirty; in finish()
[all …]