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

  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_blending.cc 38 gfx::Rect child_rect(
41 CreateSolidColorLayer(child_rect, kCSSGreen);
67 gfx::Rect child_rect(
70 CreateSolidColorLayer(child_rect, kCSSGreen);
96 gfx::Rect child_rect(
99 CreateSolidColorLayer(child_rect, kCSSGreen);
quad_culler_unittest.cc 137 gfx::Rect child_rect = gfx::Rect(child_size);
151 child_rect,
191 child_rect,
231 child_rect,
271 child_rect,
312 child_rect,
367 root_rect = child_rect = gfx::Rect(0, 0, 100, 100);
378 child_rect,
418 root_rect = child_rect = gfx::Rect(0, 0, 100, 100);
429 child_rect,
    [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 223 gfx::Rect child_rect = child->location(); local
236 int left = child_rect.x() + start_pixel_offset;
237 int right = child_rect.x() + end_pixel_offset;
238 child_overlap_rect = gfx::Rect(left, child_rect.y(),
239 right - left, child_rect.height());
243 int right = child_rect.right() - start_pixel_offset;
244 int left = child_rect.right() - end_pixel_offset;
245 child_overlap_rect = gfx::Rect(left, child_rect.y(),
246 right - left, child_rect.height());
250 int top = child_rect.y() + start_pixel_offset
    [all...]
  /external/chromium_org/tools/site_compare/drivers/win32/
windowing.py 275 child_rect = win32gui.GetWindowRect(child)
276 slop = (rect[2]-rect[0]-child_rect[2]+child_rect[0],
277 rect[3]-rect[1]-child_rect[3]+child_rect[1])
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc     [all...]
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 1295 RECT host_rect, child_rect; local
    [all...]

Completed in 213 milliseconds