Searched defs:update_rect (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.h117 gfx::RectF update_rect() { return update_rect_; } function in class:cc::FakeTiledLayer
H A Dtest_web_graphics_context_3d.h251 gfx::Rect update_rect() const { return update_rect_; } function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/ui/aura/
H A Droot_window_host_win.cc286 RECT update_rect = {0}; local
287 if (GetUpdateRect(hwnd(), &update_rect, FALSE))
288 damage_rect = gfx::Rect(update_rect);
/external/chromium_org/cc/layers/
H A Dtiled_layer.cc54 update_rect = gfx::Rect();
61 // will be valid for this frame. dirty_rect is copied into update_rect so we
65 update_rect = dirty_rect;
70 gfx::Rect update_rect; member in class:cc::UpdatableTile
337 gfx::Rect update_rect; local
340 &update_rect, &paint_rect, left, top, right, bottom, ignore_occlusions);
350 update_rect, paint_rect, left, top, right, bottom, queue, occlusion);
427 void TiledLayer::MarkTilesForUpdate(gfx::Rect* update_rect, argument
445 update_rect->Union(tile->dirty_rect);
471 void TiledLayer::UpdateTileTextures(gfx::Rect update_rect, argument
[all...]
H A Dlayer_impl.h459 void set_update_rect(const gfx::RectF& update_rect) { argument
460 update_rect_ = update_rect;
462 const gfx::RectF& update_rect() const { return update_rect_; } function in class:cc::LayerImpl

Completed in 187 milliseconds