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

  /external/chromium_org/cc/test/
render_pass_test_utils.cc 21 gfx::Rect output_rect,
24 pass->SetNew(id, output_rect, output_rect, root_transform);
81 gfx::Rect output_rect = contributing_pass->output_rect; local
85 gfx::Transform(), output_rect.size(), output_rect, output_rect, false, 1); local
87 quad->SetNew(shared_state, output_rect, contributing_pass->id, false, 0,
88 output_rect, gfx::RectF(), FilterOperations()
101 gfx::Rect output_rect = contributing_pass->output_rect; local
    [all...]
render_pass_test_utils.h 28 gfx::Rect output_rect,
  /external/chromium_org/cc/quads/
render_pass.cc 39 output_rect,
48 gfx::Rect output_rect,
55 this->output_rect = output_rect;
64 gfx::Rect output_rect,
73 this->output_rect = output_rect;
86 value->Set("output_rect", MathUtil::AsValue(output_rect).release());
render_pass_unittest.cc 29 gfx::Rect output_rect; member in struct:cc::__anon6510::RenderPassSize
38 gfx::Rect output_rect(45, 22, 120, 13);
47 output_rect,
70 EXPECT_RECT_EQ(pass->output_rect, copy->output_rect);
render_pass.h 76 gfx::Rect output_rect,
81 gfx::Rect output_rect,
93 gfx::Rect output_rect; member in class:cc::RenderPass
96 // Transforms from the origin of the |output_rect| to the origin of the root
97 // render pass' |output_rect|.
  /external/chromium_org/cc/output/
direct_renderer.cc 206 root_render_pass->damage_rect : root_render_pass->output_rect;
243 gfx::RectF render_pass_scissor = frame->current_render_pass->output_rect;
245 if (frame->root_damage_rect == frame->root_render_pass->output_rect)
372 render_pass->output_rect,
393 return BindFramebufferToTexture(frame, texture, render_pass->output_rect);
407 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...]
software_renderer.cc 477 gfx::Rect copy_rect = frame->current_render_pass->output_rect;
gl_renderer.cc 649 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/cc/layers/
delegated_renderer_layer.cc 81 frame_size_ = root_pass->output_rect.size();
delegated_renderer_layer_impl.cc 100 !frame_data->render_pass_list.back()->output_rect.IsEmpty());
135 new_root_pass->output_rect.size()),
288 DCHECK(root_delegated_render_pass->output_rect.origin().IsOrigin());
289 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 169 frame.render_passes[1]->output_rect.ToString());
171 frame.render_passes[2]->output_rect.ToString());
358 frame.render_passes[1]->output_rect.ToString());
360 frame.render_passes[2]->output_rect.ToString());
    [all...]
  /external/chromium_org/content/common/
cc_messages.cc 335 WriteParam(m, p.output_rect);
427 gfx::Rect output_rect; local
436 !ReadParam(m, iter, &output_rect) ||
446 output_rect,
527 LogParam(p.output_rect, l);
cc_messages_unittest.cc 44 EXPECT_EQ(a->output_rect.ToString(), b->output_rect.ToString());
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.cc 338 frame_data->render_pass_list.back()->output_rect.size(),
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 681 .back()->output_rect.size();
    [all...]
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 785 DCHECK(frame->render_passes.back()->output_rect.origin().IsOrigin());
    [all...]

Completed in 810 milliseconds