Home
last modified time | relevance | path

Searched refs:update_rect (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/cc/layers/
Dtiled_layer.cc54 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 …]
Dtiled_layer.h107 void MarkTilesForUpdate(gfx::Rect* update_rect,
114 void UpdateTileTextures(const gfx::Rect& update_rect,
Dlayer_impl.h455 void SetUpdateRect(const gfx::RectF& update_rect);
457 const gfx::RectF& update_rect() const { return update_rect_; } in update_rect() function
Dvideo_layer_impl.cc328 SetUpdateRect(gfx::UnionRects(update_rect(), gfx::RectF(bounds()))); in SetNeedsRedraw()
Dtiled_layer_impl.cc104 state->Set("invalidation", MathUtil::AsValue(update_rect()).release()); in AsValueInto()
Dlayer_impl.cc581 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()
Dlayer_unittest.cc657 impl_layer->update_rect()); in TEST_F()
664 impl_layer->update_rect()); in TEST_F()
672 impl_layer->update_rect()); in TEST_F()
Ddelegated_renderer_layer_impl.cc154 gfx::UnionRects(update_rect(), damage_in_layer), gfx::Rect(bounds()))); in SetFrameData()
Dtiled_layer_unittest.cc885 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()
Dlayer.cc987 update_rect_.Union(layer->update_rect()); in PushPropertiesTo()
/external/chromium_org/ui/aura/
Dwindow_tree_host_win.cc215 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/
Ddamage_tracker.cc211 !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()
Ddamage_tracker_unittest.cc763 ASSERT_TRUE(child2->update_rect().IsEmpty()); in TEST_F()
/external/chromium_org/cc/debug/
Ddebug_rect_history.cc79 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/
Dtiled_layer_test_common.h116 gfx::RectF update_rect() { return update_rect_; } in update_rect() function
Dtest_web_graphics_context_3d.h347 gfx::Rect update_rect() const { return update_rect_; } in update_rect() function