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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc286 gfx::Transform translation_to_anchor; local
287 translation_to_anchor.Translate(5.0, 0.0);
289 translation_to_anchor * layer_transform * Inverse(translation_to_anchor);
305 expected_result = position_transform * translation_to_anchor *
306 layer_transform * Inverse(translation_to_anchor);
794 gfx::Transform translation_to_anchor; local
795 translation_to_anchor.Translate(2.5, 0.0);
802 translation_to_anchor * layer_transform * Inverse(translation_to_anchor);
[all...]

Completed in 57 milliseconds