Searched defs:update_rect (Results 1 – 5 of 5) sorted by relevance
117 gfx::RectF update_rect() { return update_rect_; } in update_rect() function
251 gfx::Rect update_rect() const { return update_rect_; } in update_rect() function
70 gfx::Rect update_rect; member in cc::UpdatableTile337 gfx::Rect update_rect; in UpdateTiles() local427 void TiledLayer::MarkTilesForUpdate(gfx::Rect* update_rect, in MarkTilesForUpdate()471 void TiledLayer::UpdateTileTextures(gfx::Rect update_rect, in UpdateTileTextures()
459 void set_update_rect(const gfx::RectF& update_rect) { in set_update_rect()462 const gfx::RectF& update_rect() const { return update_rect_; } in update_rect() function
286 RECT update_rect = {0}; in OnPaint() local