HomeSort by relevance Sort by last modified time
    Searched full:output_rect (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/cc/test/
render_pass_test_utils.cc 20 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,
114 gfx::Rect output_rect = contributing_pass->output_rect; local
    [all...]
render_pass_test_utils.h 28 const gfx::Rect& output_rect,
  /external/chromium_org/cc/quads/
render_pass.cc 72 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 = output_rect
    [all...]
render_pass.h 68 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|.
render_pass_unittest.cc 30 gfx::Rect output_rect; member in struct:cc::__anon7365::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(45, 22, 120, 13)
    [all...]
  /external/chromium_org/cc/surfaces/
surface_aggregator_test_helpers.cc 55 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);
surface_aggregator_test_helpers.h 80 const gfx::Rect& output_rect,
surface_aggregator.cc 196 source.output_rect,
337 source.output_rect,
  /external/chromium_org/mojo/services/public/cpp/surfaces/
surfaces_utils.h 20 // Constructs a pass with the given id, output_rect and damage_rect set to rect,
  /external/chromium_org/cc/layers/
delegated_frame_provider.cc 19 frame_size_ = root_pass->output_rect.size();
70 DCHECK_EQ(frame_size_.ToString(), root_pass->output_rect.size().ToString())
delegated_renderer_layer_impl.cc 109 DCHECK(!frame_data->render_pass_list.back()->output_rect.IsEmpty());
151 gfx::Size frame_size = new_root_pass->output_rect.size();
228 gfx::Size frame_size = root_delegated_render_pass->output_rect.size();
274 DCHECK(root_delegated_render_pass->output_rect.origin().IsOrigin());
275 gfx::Size frame_size = root_delegated_render_pass->output_rect.size();
render_surface_unittest.cc 180 EXPECT_RECT_EQ(content_rect, pass->output_rect);
  /external/chromium_org/mojo/cc/
output_surface_mojo.cc 40 frame->delegated_frame_data->render_pass_list.back()->output_rect.size();
  /external/chromium_org/mojo/services/public/cpp/surfaces/lib/
surfaces_utils.cc 30 pass->output_rect = Rect::From(rect);
  /external/chromium_org/cc/output/
direct_renderer.cc 212 : root_render_pass->output_rect;
253 gfx::Rect render_pass_scissor = frame->current_render_pass->output_rect;
255 if (frame->root_damage_rect == frame->root_render_pass->output_rect ||
349 if (!render_pass_scissor.Contains(frame->current_render_pass->output_rect))
398 render_pass->output_rect,
415 return BindFramebufferToTexture(frame, texture, render_pass->output_rect);
425 return render_pass->output_rect.size();
delegating_renderer_unittest.cc 70 last_frame_data->render_pass_list.back()->output_rect.ToString());
overlay_strategy_single_on_top.cc 77 main_image.display_rect = root_render_pass->output_rect;
overlay_unittest.cc 112 gfx::Rect output_rect(0, 0, 256, 256);
117 output_rect,
118 output_rect,
198 EXPECT_RECT_EQ(expected->output_rect, actual->output_rect);
renderer_pixeltest.cc 32 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);
    [all...]
  /external/chromium_org/content/browser/compositor/
surface_display_output_surface.cc 44 frame->delegated_frame_data->render_pass_list.back()->output_rect.size();
  /external/chromium_org/printing/
emf_win_unittest.cc 74 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/mojo/services/public/cpp/surfaces/tests/
surface_unittest.cc 208 gfx::Rect output_rect(4, 9, 13, 71);
214 output_rect,
286 EXPECT_EQ(Rect::From(output_rect), mojo_pass->output_rect);
298 EXPECT_EQ(output_rect, round_trip_pass->output_rect);
  /external/chromium_org/content/renderer/
child_frame_compositing_helper.cc 216 gfx::Size frame_size = root_pass->output_rect.size();
262 frame_data->render_pass_list.back()->output_rect.size(),
  /external/chromium_org/content/common/
cc_messages.cc 293 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/mojo/services/public/interfaces/surfaces/
quads.mojom 202 Rect output_rect;

Completed in 406 milliseconds

1 2