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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.cc1343 gfx::Rect clip_rect_in_target_space; member in struct:cc::DataForRecursion
1656 data_from_ancestor.clip_rect_in_target_space;
1670 gfx::Rect clip_rect_in_target_space; local
2011 clip_rect_in_target_space = projected_surface_rect;
2067 clip_rect_in_target_space =
2091 clip_rect_in_target_space =
2093 clip_rect_in_target_space.Intersect(rect_in_target_space);
2095 clip_rect_in_target_space = rect_in_target_space;
2106 layer_draw_properties.clip_rect = clip_rect_in_target_space;
2155 data_for_children.clip_rect_in_target_space
[all...]

Completed in 60 milliseconds