Searched defs:totalDirty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp221 void DamageAccumulator::finish(SkRect* totalDirty) { argument
224 *totalDirty = mHead->pendingDirty;
225 totalDirty->roundOut(totalDirty);

Completed in 59 milliseconds