Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp536 std::unordered_map<std::string, std::unique_ptr<GRSurface>> surfaces; in SelectAndShowBackgroundText() local
543 surfaces.emplace(name, std::move(text_image)); in SelectAndShowBackgroundText()
568 for (const auto& p : surfaces) { in SelectAndShowBackgroundText()