Home
last modified time | relevance | path

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

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