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

/external/chromium_org/content/browser/compositor/
H A Dbuffer_queue.cc55 const gfx::Rect& new_damage,
60 SkRegion(SkIRect::MakeXYWH(new_damage.x(),
61 new_damage.y(),
62 new_damage.width(),
63 new_damage.height())),
53 CopyBufferDamage(int texture, int source_texture, const gfx::Rect& new_damage, const gfx::Rect& old_damage) argument
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc891 const SkRegion& new_damage,
894 if (region.op(new_damage, SkRegion::kDifference_Op)) {
889 CopySubBufferDamage(GLuint texture, GLuint previous_texture, const SkRegion& new_damage, const SkRegion& old_damage) argument

Completed in 158 milliseconds