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

  /external/chromium_org/cc/output/
renderer.h 60 // The |device_viewport_rect| and |device_clip_rect| are in non-y-flipped
66 gfx::Rect device_clip_rect,
direct_renderer.cc 199 gfx::Rect device_clip_rect,
217 frame.device_clip_rect = device_clip_rect;
275 return !frame->device_clip_rect.Contains(frame->device_viewport_rect);
280 gfx::Rect device_clip_rect = frame->device_clip_rect; local
282 device_clip_rect.set_y(current_surface_size_.height() -
283 device_clip_rect.bottom());
284 return device_clip_rect;
delegating_renderer.h 35 gfx::Rect device_clip_rect,
direct_renderer.h 38 gfx::Rect device_clip_rect,
52 gfx::Rect device_clip_rect; member in struct:cc::DirectRenderer::DrawingFrame
delegating_renderer.cc 100 gfx::Rect device_clip_rect,
  /external/chromium_org/cc/test/
pixel_test.cc 76 gfx::Rect device_clip_rect = external_device_clip_rect_.IsEmpty() local
86 device_clip_rect,

Completed in 97 milliseconds