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

/external/chromium_org/cc/quads/
H A Drender_pass.h68 const gfx::Rect& output_rect,
73 const gfx::Rect& output_rect,
98 gfx::Rect output_rect; member in class:cc::RenderPass
101 // Transforms from the origin of the |output_rect| to the origin of the root
102 // render pass' |output_rect|.
H A Drender_pass.cc72 output_rect,
91 source->output_rect,
129 const gfx::Rect& output_rect,
134 DCHECK(damage_rect.IsEmpty() || output_rect.Contains(damage_rect))
136 << " output_rect: " << output_rect.ToString();
139 this->output_rect = output_rect;
148 const gfx::Rect& output_rect,
156 this->output_rect
128 SetNew(RenderPassId id, const gfx::Rect& output_rect, const gfx::Rect& damage_rect, const gfx::Transform& transform_to_root_target) argument
147 SetAll(RenderPassId id, const gfx::Rect& output_rect, const gfx::Rect& damage_rect, const gfx::Transform& transform_to_root_target, bool has_transparent_background) argument
[all...]
H A Drender_pass_unittest.cc30 gfx::Rect output_rect; member in struct:cc::__anon2740::RenderPassSize
44 EXPECT_RECT_EQ(expected->output_rect, actual->output_rect);
68 gfx::Rect output_rect(45, 22, 120, 13);
76 output_rect,
102 EXPECT_RECT_EQ(pass->output_rect, copy->output_rect);
119 gfx::Rect output_rect(45, 22, 120, 13);
127 output_rect,
242 gfx::Rect output_rect(4
[all...]
/external/chromium_org/cc/test/
H A Drender_pass_test_utils.cc20 const gfx::Rect& output_rect,
23 pass->SetNew(id, output_rect, output_rect, root_transform);
86 gfx::Rect output_rect = contributing_pass->output_rect; local
89 output_rect.size(),
90 output_rect, local
91 output_rect, local
99 output_rect,
100 output_rect,
18 AddRenderPass(RenderPassList* pass_list, RenderPassId id, const gfx::Rect& output_rect, const gfx::Transform& root_transform) argument
114 gfx::Rect output_rect = contributing_pass->output_rect; local
[all...]
/external/chromium_org/printing/
H A Demf_win_unittest.cc74 RECT output_rect = {0, 0, 10, 10}; local
75 EXPECT_TRUE(emf.Playback(hdc, &output_rect));
204 RECT output_rect = {0, 0, 10, 10}; local
205 EXPECT_TRUE(emf.Playback(hdc, &output_rect));
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_test_helpers.cc55 gfx::Rect output_rect = gfx::Rect(0, 0, 5, 5); local
58 output_rect.size(),
59 output_rect, local
60 output_rect, local
68 output_rect,
69 output_rect,
95 const gfx::Rect& output_rect,
102 AddRenderPass(pass_list, pass.id, output_rect, root_transform);
94 AddPasses(RenderPassList* pass_list, const gfx::Rect& output_rect, Pass* passes, size_t pass_count) argument
/external/chromium_org/content/common/
H A Dcc_messages.cc293 WriteParam(m, p.output_rect);
411 gfx::Rect output_rect; local
419 !ReadParam(m, iter, &output_rect) ||
428 output_rect,
523 LogParam(p.output_rect, l);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_delegated.cc170 const gfx::Rect& output_rect,
179 output_rect,
190 output_rect,
191 output_rect,
269 gfx::Size frame_size = root_pass->output_rect.size();
168 AddRenderPass(DelegatedFrameData* frame, RenderPassId id, const gfx::Rect& output_rect, const gfx::Rect& damage_rect, const FilterOperations& filters, const FilterOperations& background_filters) argument
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc32 const gfx::Rect output_rect = rect; local
35 pass->SetNew(id, output_rect, damage_rect, transform_to_root_target);
44 const gfx::Rect output_rect = rect; local
46 pass->SetNew(id, output_rect, damage_rect, transform_to_root_target);
1227 EXPECT_NE(sub_rect.x(), child_pass->output_rect.x());
1228 EXPECT_NE(sub_rect.y(), child_pass->output_rect.y());
1229 EXPECT_NE(sub_rect.right(), child_pass->output_rect.right());
1230 EXPECT_NE(sub_rect.bottom(), child_pass->output_rect.bottom());
1231 EXPECT_TRUE(child_pass->output_rect.Contains(sub_rect));

Completed in 189 milliseconds