Searched refs:dirtyFrame (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp104 DirtyStack* dirtyFrame = mHead; local
106 switch (dirtyFrame->type) {
108 applyRenderNodeTransform(dirtyFrame);
111 applyMatrix4Transform(dirtyFrame);
114 mHead->pendingDirty.join(dirtyFrame->pendingDirty);
117 LOG_ALWAYS_FATAL("Tried to pop an invalid type: %d", dirtyFrame->type);

Completed in 2209 milliseconds