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

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

Completed in 27 milliseconds