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

/external/chromium_org/cc/trees/
H A Dlayer_sorter_unittest.cc75 gfx::Transform front_face_matrix; local
76 front_face_matrix.Translate3d(0.0, 0.0, -4.0);
77 front_face_matrix.Translate(-1.0, -1.0);
78 LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix);
95 gfx::Transform front_face_matrix; local
96 front_face_matrix.Translate3d(0.0, 0.0, -4.0);
97 front_face_matrix.Translate(-1.0, -1.0);
98 LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix);

Completed in 169 milliseconds