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

  /external/chromium_org/cc/test/
render_pass_test_utils.cc 23 gfx::Rect output_rect,
26 pass->SetNew(id, output_rect, output_rect, root_transform);
96 gfx::Rect output_rect = contributing_pass->output_rect; local
100 output_rect.size(),
101 output_rect, local
102 output_rect, local
107 quad->SetNew(shared_state, output_rect, contributing_pass->id, false, 0,
108 output_rect, gfx::RectF(), FilterOperations()
121 gfx::Rect output_rect = contributing_pass->output_rect; local
    [all...]
render_pass_test_utils.h 29 gfx::Rect output_rect,
  /external/chromium_org/cc/quads/
render_pass.cc 61 output_rect,
80 source->output_rect,
115 gfx::Rect output_rect,
122 this->output_rect = output_rect;
131 gfx::Rect output_rect,
139 this->output_rect = output_rect;
150 value->Set("output_rect", MathUtil::AsValue(output_rect).release())
    [all...]
render_pass.h 79 gfx::Rect output_rect,
84 gfx::Rect output_rect,
95 gfx::Rect output_rect; member in class:cc::RenderPass
98 // Transforms from the origin of the |output_rect| to the origin of the root
99 // render pass' |output_rect|.
render_pass_unittest.cc 30 gfx::Rect output_rect; member in struct:cc::__anon3882::RenderPassSize
44 EXPECT_RECT_EQ(expected->output_rect, actual->output_rect);
67 gfx::Rect output_rect(45, 22, 120, 13);
75 output_rect,
102 EXPECT_RECT_EQ(pass->output_rect, copy->output_rect);
119 gfx::Rect output_rect(45, 22, 120, 13);
127 output_rect,
236 gfx::Rect output_rect(45, 22, 120, 13)
    [all...]
  /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 108 DCHECK(!frame_data->render_pass_list.back()->output_rect.IsEmpty());
148 gfx::Size frame_size = new_root_pass->output_rect.size();
244 gfx::Size frame_size = root_delegated_render_pass->output_rect.size();
289 DCHECK(root_delegated_render_pass->output_rect.origin().IsOrigin());
290 gfx::Size frame_size = root_delegated_render_pass->output_rect.size();
render_surface_unittest.cc 174 EXPECT_RECT_EQ(content_rect, pass->output_rect);
delegated_renderer_layer_impl_unittest.cc 162 frame.render_passes[1]->output_rect.ToString());
164 frame.render_passes[2]->output_rect.ToString());
387 frame.render_passes[1]->output_rect.ToString());
389 frame.render_passes[2]->output_rect.ToString());
    [all...]
  /external/chromium_org/cc/output/
direct_renderer.cc 214 : root_render_pass->output_rect;
253 gfx::RectF 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);
426 return render_pass->output_rect.size();
delegating_renderer_unittest.cc 70 last_frame_data->render_pass_list.back()->output_rect.ToString());
renderer_pixeltest.cc 28 const gfx::Rect output_rect = rect; local
31 pass->SetNew(id, output_rect, damage_rect, transform_to_root_target);
40 const gfx::Rect output_rect = rect; local
42 pass->SetNew(id, output_rect, damage_rect, transform_to_root_target);
    [all...]
gl_renderer_unittest.cc     [all...]
software_renderer.cc 555 gfx::Rect copy_rect = frame->current_render_pass->output_rect;
gl_renderer.cc 709 MoveFromDrawToWindowSpace(frame->current_render_pass->output_rect));
    [all...]
  /external/chromium_org/printing/
emf_win_unittest.cc 70 RECT output_rect = {0, 0, 10, 10}; local
71 EXPECT_TRUE(emf.Playback(hdc, &output_rect));
200 RECT output_rect = {0, 0, 10, 10}; local
201 EXPECT_TRUE(emf.Playback(hdc, &output_rect));
  /external/chromium_org/content/common/
cc_messages.cc 289 WriteParam(m, p.output_rect);
401 gfx::Rect output_rect; local
409 !ReadParam(m, iter, &output_rect) ||
418 output_rect,
512 LogParam(p.output_rect, l);
cc_messages_unittest.cc 45 EXPECT_EQ(a->output_rect.ToString(), b->output_rect.ToString());
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.cc 381 gfx::Size frame_size = root_pass->output_rect.size();
426 frame_data->render_pass_list.back()->output_rect.size(),
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_delegated.cc 163 gfx::Rect output_rect,
172 output_rect,
181 output_rect,
264 gfx::Size frame_size = root_pass->output_rect.size();
    [all...]
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 768 texture_size_in_layer_ = root_pass->output_rect.size();
    [all...]
render_widget_host_view_aura.cc     [all...]

Completed in 813 milliseconds