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

/external/chromium_org/cc/trees/
H A Ddamage_tracker.cc286 gfx::Rect rect_in_target_space = MathUtil::MapEnclosingClippedRect( local
288 data.Update(rect_in_target_space, mailboxId_);
296 target_damage_rect->Union(rect_in_target_space);
H A Dlayer_tree_host_common.cc2037 gfx::Rect rect_in_target_space = local
2046 clip_rect_in_target_space.Intersect(rect_in_target_space);
2048 clip_rect_in_target_space = rect_in_target_space;
2063 layer_draw_properties.clip_rect = rect_in_target_space;
2198 layer_draw_properties.drawable_content_rect = rect_in_target_space;
2210 layer, clip_rect_of_target_surface_in_target_space, rect_in_target_space);

Completed in 99 milliseconds