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

/external/chromium_org/cc/quads/
H A Drender_pass.cc60 transform_to_root_target,
79 source->transform_to_root_target,
115 const gfx::Transform& transform_to_root_target) {
125 this->transform_to_root_target = transform_to_root_target;
134 const gfx::Transform& transform_to_root_target,
142 this->transform_to_root_target = transform_to_root_target;
112 SetNew(Id id, const gfx::Rect& output_rect, const gfx::Rect& damage_rect, const gfx::Transform& transform_to_root_target) argument
131 SetAll(Id id, const gfx::Rect& output_rect, const gfx::Rect& damage_rect, const gfx::Transform& transform_to_root_target, bool has_transparent_background) argument
H A Drender_pass.h81 const gfx::Transform& transform_to_root_target);
86 const gfx::Transform& transform_to_root_target,
103 gfx::Transform transform_to_root_target; member in class:cc::RenderPass
H A Drender_pass_unittest.cc29 gfx::Transform transform_to_root_target; member in struct:cc::__anon2694::RenderPassSize
45 EXPECT_EQ(expected->transform_to_root_target,
46 actual->transform_to_root_target);
103 EXPECT_EQ(pass->transform_to_root_target, copy->transform_to_root_target);
/external/chromium_org/content/common/
H A Dcc_messages.cc295 WriteParam(m, p.transform_to_root_target);
410 gfx::Transform transform_to_root_target; local
418 !ReadParam(m, iter, &transform_to_root_target) ||
427 transform_to_root_target,
525 LogParam(p.transform_to_root_target, l);
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_unittest.cc489 gfx::Transform transform_to_root_target; local
491 pass_id, output_rect, damage_rect, transform_to_root_target);
500 pass_id, output_rect, damage_rect, transform_to_root_target);
519 pass_id, output_rect, damage_rect, transform_to_root_target);
526 pass_id, output_rect, damage_rect, transform_to_root_target);
604 child_nonroot_pass->transform_to_root_target.Translate(8, 0);
684 aggregated_pass_list[0]->transform_to_root_target.ToString());
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc35 const gfx::Transform transform_to_root_target; local
36 pass->SetNew(id, output_rect, damage_rect, transform_to_root_target);
43 const gfx::Transform& transform_to_root_target) {
47 pass->SetNew(id, output_rect, damage_rect, transform_to_root_target);
40 CreateTestRenderPass( RenderPass::Id id, const gfx::Rect& rect, const gfx::Transform& transform_to_root_target) argument

Completed in 5738 milliseconds