Searched refs:device_clip_rect (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cc/output/
H A Ddelegating_renderer.h32 const gfx::Rect& device_clip_rect,
H A Ddirect_renderer.cc198 const gfx::Rect& device_clip_rect,
215 frame.device_clip_rect = device_clip_rect;
276 return !frame->device_clip_rect.Contains(frame->device_viewport_rect);
281 gfx::Rect device_clip_rect = frame->device_clip_rect; local
283 device_clip_rect.set_y(current_surface_size_.height() -
284 device_clip_rect.bottom());
285 return device_clip_rect;
195 DrawFrame(RenderPassList* render_passes_in_draw_order, float device_scale_factor, const gfx::Rect& device_viewport_rect, const gfx::Rect& device_clip_rect, bool disable_picture_quad_image_filtering) argument
H A Drenderer.h62 // The |device_viewport_rect| and |device_clip_rect| are in non-y-flipped
67 const gfx::Rect& device_clip_rect,
H A Ddirect_renderer.h34 const gfx::Rect& device_clip_rect,
48 gfx::Rect device_clip_rect; member in struct:cc::DirectRenderer::DrawingFrame
H A Ddelegating_renderer.cc78 const gfx::Rect& device_clip_rect,
75 DrawFrame(RenderPassList* render_passes_in_draw_order, float device_scale_factor, const gfx::Rect& device_viewport_rect, const gfx::Rect& device_clip_rect, bool disable_picture_quad_image_filtering) argument
/external/chromium_org/cc/surfaces/
H A Ddisplay.cc114 gfx::Rect device_clip_rect = device_viewport_rect; local
121 device_clip_rect,
/external/chromium_org/cc/test/
H A Dpixel_test.cc67 gfx::Rect device_clip_rect = external_device_clip_rect_.IsEmpty() local
74 device_clip_rect,

Completed in 136 milliseconds