Searched refs:contentInsets (Results 1 – 1 of 1) sorted by relevance
31 std::unique_ptr<Rect> contentInsets = std::make_unique<Rect>(0, 0, 0, 0); in ConvertToSnapshot() local32 snapshot.rect_ = std::move(contentInsets); in ConvertToSnapshot()67 std::unique_ptr<Rect> contentInsets = std::make_unique<Rect>(0, 0, 0, 0); in ConvertToSnapshot() local68 snapshot->rect_ = std::move(contentInsets); in ConvertToSnapshot()