/external/chromium_org/cc/trees/ |
D | quad_culler_unittest.cc | 137 gfx::Rect child_rect = gfx::Rect(child_size); 151 child_rect, in TEST_F() 191 child_rect, in TEST_F() 231 child_rect, in TEST_F() 271 child_rect, in TEST_F() 312 child_rect, in TEST_F() 367 root_rect = child_rect = gfx::Rect(0, 0, 100, 100); in TEST_F() 378 child_rect, in TEST_F() 418 root_rect = child_rect = gfx::Rect(0, 0, 100, 100); in TEST_F() 429 child_rect, in TEST_F() [all …]
|
D | layer_tree_host_pixeltest_blending.cc | 38 gfx::Rect child_rect( in RunBlendingWithRootPixelTestType() local 41 CreateSolidColorLayer(child_rect, kCSSGreen); in RunBlendingWithRootPixelTestType() 67 gfx::Rect child_rect( in RunBlendingWithTransparentPixelTestType() local 70 CreateSolidColorLayer(child_rect, kCSSGreen); in RunBlendingWithTransparentPixelTestType() 96 gfx::Rect child_rect( in TEST_F() local 99 CreateSolidColorLayer(child_rect, kCSSGreen); in TEST_F()
|
D | layer_tree_host_impl_unittest.cc | 3740 gfx::Rect child_rect(10, 10, 50, 50); in SetupLayersForOpacity() local 3753 child->SetPosition(gfx::PointF(child_rect.x(), child_rect.y())); in SetupLayersForOpacity() 3755 child->SetBounds(gfx::Size(child_rect.width(), child_rect.height())); in SetupLayersForOpacity() 3757 child->draw_properties().visible_content_rect = child_rect; in SetupLayersForOpacity()
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility.cc | 223 gfx::Rect child_rect = child->location(); in GetLocalBoundsForRange() local 236 int left = child_rect.x() + start_pixel_offset; in GetLocalBoundsForRange() 237 int right = child_rect.x() + end_pixel_offset; in GetLocalBoundsForRange() 238 child_overlap_rect = gfx::Rect(left, child_rect.y(), in GetLocalBoundsForRange() 239 right - left, child_rect.height()); in GetLocalBoundsForRange() 243 int right = child_rect.right() - start_pixel_offset; in GetLocalBoundsForRange() 244 int left = child_rect.right() - end_pixel_offset; in GetLocalBoundsForRange() 245 child_overlap_rect = gfx::Rect(left, child_rect.y(), in GetLocalBoundsForRange() 246 right - left, child_rect.height()); in GetLocalBoundsForRange() 250 int top = child_rect.y() + start_pixel_offset; in GetLocalBoundsForRange() [all …]
|
/external/chromium_org/tools/site_compare/drivers/win32/ |
D | 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/ |
D | gl_renderer_unittest.cc | 1058 gfx::Rect child_rect(50, 50); in TEST_F() local 1062 child_rect, in TEST_F() 1064 AddQuad(child_pass, child_rect, SK_ColorBLUE); in TEST_F() 1378 gfx::Rect child_rect(50, 50); in TEST_F() local 1421 child_rect, in TEST_F() 1447 child_rect, in TEST_F() 1472 child_rect, in TEST_F() 1498 child_rect, in TEST_F() 1523 child_rect, in TEST_F() 1549 child_rect, in TEST_F() [all …]
|
/external/chromium_org/cc/layers/ |
D | tiled_layer_unittest.cc | 1677 gfx::Rect child_rect(0, 0, 300, 100); in TEST_F() local 1700 child->SetBounds(child_rect.size()); in TEST_F() 1702 child->SetPosition(child_rect.origin()); in TEST_F() 1703 child->draw_properties().visible_content_rect = child_rect; in TEST_F() 1717 child->InvalidateContentRect(child_rect); in TEST_F() 1755 child->InvalidateContentRect(child_rect); in TEST_F() 1797 child->InvalidateContentRect(child_rect); in TEST_F()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_win.cc | 1295 RECT host_rect, child_rect; in OnPaint() local 1297 if (::GetClientRect(compositor_host_window_, &child_rect) && in OnPaint() 1298 (child_rect.right < host_rect.right || in OnPaint() 1299 child_rect.bottom < host_rect.bottom)) { in OnPaint()
|