Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp269 GRSurface* text_image = nullptr; in SelectAndShowBackgroundText() local
270 LoadLocalizedBitmap(name.c_str(), &text_image); in SelectAndShowBackgroundText()
271 if (!text_image) { in SelectAndShowBackgroundText()
275 surfaces.emplace(name, std::unique_ptr<GRSurface, decltype(&free)>(text_image, &free)); in SelectAndShowBackgroundText()