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

  /external/chromium_org/cc/output/
direct_renderer.h 38 gfx::Rect device_clip_rect,
52 gfx::Rect device_clip_rect; member in struct:cc::DirectRenderer::DrawingFrame
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;
  /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 25 milliseconds