Searched defs:rotated_leaf (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/cc/trees/
H A Dlayer_tree_impl_unittest.cc594 // rotated_leaf. The child layer is rotated about the top-left corner, so that
595 // the root + child clips combined create a triangle. The rotated_leaf will
618 scoped_ptr<LayerImpl> rotated_leaf = local
660 SetLayerPropertiesForTesting(rotated_leaf.get(),
667 rotated_leaf->SetDrawsContent(true);
669 grand_child->AddChild(rotated_leaf.Pass());

Completed in 104 milliseconds