HomeSort by relevance Sort by last modified time
    Searched defs:device_clip_rect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/output/
direct_renderer.h 36 const gfx::Rect& device_clip_rect,
49 gfx::Rect device_clip_rect; member in struct:cc::DirectRenderer::DrawingFrame
direct_renderer.cc 199 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;
  /external/chromium_org/cc/test/
pixel_test.cc 63 gfx::Rect device_clip_rect = external_device_clip_rect_.IsEmpty() local
70 device_clip_rect,
  /external/chromium_org/cc/surfaces/
display.cc 143 gfx::Rect device_clip_rect = device_viewport_rect; local
149 device_clip_rect,

Completed in 57 milliseconds