/external/chromium_org/cc/layers/ |
D | tiled_layer.cc | 54 update_rect = gfx::Rect(); in ResetUpdateState() 65 update_rect = dirty_rect; in MarkForUpdate() 70 gfx::Rect update_rect; member in cc::UpdatableTile 338 gfx::Rect update_rect; in UpdateTiles() local 341 &update_rect, &paint_rect, left, top, right, bottom, ignore_occlusions); in UpdateTiles() 348 update_rect, paint_rect, left, top, right, bottom, queue, occlusion); in UpdateTiles() 413 void TiledLayer::MarkTilesForUpdate(gfx::Rect* update_rect, in MarkTilesForUpdate() argument 431 update_rect->Union(tile->dirty_rect); in MarkTilesForUpdate() 457 void TiledLayer::UpdateTileTextures(const gfx::Rect& update_rect, in UpdateTileTextures() argument 473 update_rect_ = gfx::ScaleRect(update_rect, width_scale, height_scale); in UpdateTileTextures() [all …]
|
D | tiled_layer.h | 107 void MarkTilesForUpdate(gfx::Rect* update_rect, 114 void UpdateTileTextures(const gfx::Rect& update_rect,
|
D | layer_impl.h | 455 void SetUpdateRect(const gfx::RectF& update_rect); 457 const gfx::RectF& update_rect() const { return update_rect_; } in update_rect() function
|
D | video_layer_impl.cc | 328 SetUpdateRect(gfx::UnionRects(update_rect(), gfx::RectF(bounds()))); in SetNeedsRedraw()
|
D | tiled_layer_impl.cc | 104 state->Set("invalidation", MathUtil::AsValue(update_rect()).release()); in AsValueInto()
|
D | layer_impl.cc | 581 update_rect_.Union(layer->update_rect()); in PushPropertiesTo() 1022 void LayerImpl::SetUpdateRect(const gfx::RectF& update_rect) { in SetUpdateRect() argument 1023 update_rect_ = update_rect; in SetUpdateRect()
|
D | layer_unittest.cc | 657 impl_layer->update_rect()); in TEST_F() 664 impl_layer->update_rect()); in TEST_F() 672 impl_layer->update_rect()); in TEST_F()
|
D | delegated_renderer_layer_impl.cc | 154 gfx::UnionRects(update_rect(), damage_in_layer), gfx::Rect(bounds()))); in SetFrameData()
|
D | tiled_layer_unittest.cc | 885 EXPECT_FLOAT_RECT_EQ(gfx::RectF(0, 0, 300, 300 * 0.8), layer->update_rect()); in TEST_F() 895 EXPECT_FLOAT_RECT_EQ(gfx::RectF(layer_bounds), layer->update_rect()); in TEST_F() 906 EXPECT_FLOAT_RECT_EQ(gfx::RectF(45, 80, 15, 8), layer->update_rect()); in TEST_F()
|
D | layer.cc | 987 update_rect_.Union(layer->update_rect()); in PushPropertiesTo()
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_win.cc | 215 RECT update_rect = {0}; in OnPaint() local 216 if (GetUpdateRect(hwnd(), &update_rect, FALSE)) in OnPaint() 217 damage_rect = gfx::Rect(update_rect); in OnPaint()
|
/external/chromium_org/cc/trees/ |
D | damage_tracker.cc | 211 !target_surface_mask_layer->update_rect().IsEmpty()) { in TrackDamageFromSurfaceMask() 291 gfx::UnionRects(layer->update_rect(), layer->damage_rect()); in ExtendDamageForLayer() 388 !replica_mask_layer->update_rect().IsEmpty()) in ExtendDamageForRenderSurface()
|
D | damage_tracker_unittest.cc | 763 ASSERT_TRUE(child2->update_rect().IsEmpty()); in TEST_F()
|
/external/chromium_org/cc/debug/ |
D | debug_rect_history.cc | 79 if (!layer->update_rect().IsEmpty() && layer->DrawsContent()) { in SavePaintRects() 85 gfx::ToEnclosingRect(layer->update_rect()), width_scale, height_scale); in SavePaintRects()
|
/external/chromium_org/cc/test/ |
D | tiled_layer_test_common.h | 116 gfx::RectF update_rect() { return update_rect_; } in update_rect() function
|
D | test_web_graphics_context_3d.h | 347 gfx::Rect update_rect() const { return update_rect_; } in update_rect() function
|