HomeSort by relevance Sort by last modified time
    Searched refs:device_viewport_rect (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/cc/output/
software_renderer_unittest.cc 59 gfx::Rect device_viewport_rect) {
71 device_viewport_rect,
72 device_viewport_rect,
132 gfx::Rect device_viewport_rect(outer_size);
134 DrawAndCopyOutput(&list, device_scale_factor, device_viewport_rect);
230 gfx::Rect device_viewport_rect(outer_size);
232 DrawAndCopyOutput(&list, device_scale_factor, device_viewport_rect);
305 gfx::Rect device_viewport_rect(tile_size);
307 DrawAndCopyOutput(&list, device_scale_factor, device_viewport_rect);
333 gfx::Rect device_viewport_rect(0, 0, 100, 100)
    [all...]
delegating_renderer.h 31 const gfx::Rect& device_viewport_rect,
direct_renderer.cc 198 const gfx::Rect& device_viewport_rect,
213 frame.root_damage_rect.Intersect(gfx::Rect(device_viewport_rect.size()));
214 frame.device_viewport_rect = device_viewport_rect;
227 output_surface_->Reshape(device_viewport_rect.size(), device_scale_factor);
276 return !frame->device_clip_rect.Contains(frame->device_viewport_rect);
342 !frame->device_viewport_rect.Contains(
399 frame->device_viewport_rect,
direct_renderer.h 35 const gfx::Rect& device_viewport_rect,
48 gfx::Rect device_viewport_rect; member in struct:cc::DirectRenderer::DrawingFrame
renderer.h 60 // The |device_viewport_rect| and |device_clip_rect| are in non-y-flipped
64 const gfx::Rect& device_viewport_rect,
gl_renderer_unittest.cc     [all...]
delegating_renderer.cc 87 const gfx::Rect& device_viewport_rect,
renderer_pixeltest.cc     [all...]
gl_renderer.cc 435 if (frame->device_viewport_rect.IsEmpty())
    [all...]
  /external/chromium_org/cc/surfaces/
display.cc 142 gfx::Rect device_viewport_rect = gfx::Rect(current_surface_->size()); local
143 gfx::Rect device_clip_rect = device_viewport_rect;
148 device_viewport_rect,
  /external/chromium_org/cc/test/
pixel_test.cc 61 gfx::Rect device_viewport_rect = local
64 ? device_viewport_rect
69 device_viewport_rect,
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc     [all...]

Completed in 205 milliseconds