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

/external/chromium_org/cc/trees/
H A Dlayer_sorter_unittest.cc221 gfx::Transform BehindMatrix; local
222 BehindMatrix.Translate3d(0.0, 0.0, 2.0);
228 layer1->draw_properties().target_space_transform = BehindMatrix;
233 layer2->draw_properties().target_space_transform = BehindMatrix;
248 layer5->draw_properties().target_space_transform = BehindMatrix;
289 gfx::Transform BehindMatrix; local
290 BehindMatrix.Translate3d(0.f, 0.f, 0.999999f);
291 BehindMatrix.RotateAboutXAxis(38.5);
292 BehindMatrix.RotateAboutYAxis(77.0);
300 layer1->draw_properties().target_space_transform = BehindMatrix;
[all...]

Completed in 103 milliseconds