Home
last modified time | relevance | path

Searched refs:size_history_ (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.h111 return std::equal(size_history_.begin() + 1, size_history_.end(), in HasStableSizeHistory()
112 size_history_.begin()); in HasStableSizeHistory()
199 std::array<SkISize, kSizeHistorySize> size_history_; variable
Dvulkan_surface.cc119 std::fill(size_history_.begin(), size_history_.end(), SkISize::MakeEmpty()); in VulkanSurface()
428 size_history_[size_history_index_] = GetSize(); in AdvanceAndGetAge()