Searched refs:paint_tasks_ (Results 1 – 2 of 2) sorted by relevance
182 paint_tasks_.push_back({.surface = std::move(surface), in GenerateImageIfNeeded()197 for (auto& task : paint_tasks_) { in ExecutePaintTasks()219 paint_tasks_.clear(); in ExecutePaintTasks()
229 std::vector<PaintTask> paint_tasks_; variable